{"id":39038842,"url":"https://github.com/jmagly/ai-writing-guide","last_synced_at":"2026-01-17T17:46:13.214Z","repository":{"id":318748619,"uuid":"1038153811","full_name":"jmagly/ai-writing-guide","owner":"jmagly","description":"Context stack for autonomous agentic coding. 94 specialized agents, 65+ workflow commands, multi-agent coordination. Less babysitting, longer runtime. Claude Code / Warp / Factory AI.","archived":false,"fork":false,"pushed_at":"2026-01-13T15:21:29.000Z","size":14323,"stargazers_count":64,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T16:36:29.254Z","etag":null,"topics":["agentic-coding","anthropic","autonomous-agents","claude-code","developer-tools","multi-agent","orchestration","prompt-engineering","sdlc","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmagly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-14T17:52:47.000Z","updated_at":"2026-01-13T15:58:54.000Z","dependencies_parsed_at":"2025-10-15T01:55:35.932Z","dependency_job_id":null,"html_url":"https://github.com/jmagly/ai-writing-guide","commit_stats":null,"previous_names":["jmagly/ai-writing-guide"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/jmagly/ai-writing-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmagly%2Fai-writing-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmagly%2Fai-writing-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmagly%2Fai-writing-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmagly%2Fai-writing-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmagly","download_url":"https://codeload.github.com/jmagly/ai-writing-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmagly%2Fai-writing-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28513975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-coding","anthropic","autonomous-agents","claude-code","developer-tools","multi-agent","orchestration","prompt-engineering","sdlc","workflow-automation"],"created_at":"2026-01-17T17:46:13.091Z","updated_at":"2026-01-17T17:46:13.191Z","avatar_url":"https://github.com/jmagly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# AIWG – Agentic AI Workflow Guide\n\nModular toolkit for AI-powered SDLC, marketing, and content workflows.\n\n```bash\nnpm i -g aiwg        # install globally\naiwg use sdlc        # deploy SDLC framework\n```\n\n[![npm version](https://img.shields.io/npm/v/aiwg/latest?label=npm\u0026color=CB3837\u0026logo=npm\u0026style=flat-square)](https://www.npmjs.com/package/aiwg)\n[![npm downloads](https://img.shields.io/npm/dm/aiwg?color=CB3837\u0026logo=npm\u0026style=flat-square)](https://www.npmjs.com/package/aiwg)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)\n[![GitHub Stars](https://img.shields.io/github/stars/jmagly/ai-writing-guide?style=flat-square)](https://github.com/jmagly/ai-writing-guide/stargazers)\n\n[**Get Started**](#-quick-start) · [**Documentation**](#-documentation) · [**Examples**](examples/) · [**Contributing**](CONTRIBUTING.md) · [**Community**](#-community--support)\n\n[![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord\u0026logoColor=white\u0026style=flat-square)](https://discord.gg/BuAusFMxdA)\n[![Telegram](https://img.shields.io/badge/Telegram-Join-26A5E4?logo=telegram\u0026logoColor=white\u0026style=flat-square)](https://t.me/+oJg9w2lE6A5lOGFh)\n\n🌐 **Live demo \u0026 docs:** [https://aiwg.io](https://aiwg.io)\n\n\u003c/div\u003e\n\n---\n\n## 🚀 Quick Start\n\n\u003e **Prerequisites:** Node.js ≥18.0.0 and an AI platform (Claude Code, GitHub Copilot, Warp Terminal, or others). See [Prerequisites Guide](docs/getting-started/prerequisites.md) for details.\n\n### Install \u0026 Deploy\n\n```bash\n# Install globally\nnpm install -g aiwg\n\n# Deploy to your project\ncd your-project\naiwg use sdlc              # Full SDLC framework\naiwg use marketing         # Marketing framework\naiwg use all               # All frameworks\n\n# Or scaffold a new project\naiwg -new my-project\n```\n\n### Claude Code Plugin (Alternative)\n\n```bash\n/plugin marketplace add jmagly/ai-writing-guide\n/plugin install sdlc@aiwg\n```\n\n\u003e **Platform options:** `--provider warp`, `--provider factory`, `--provider cursor`, `--provider copilot`. See [Platform Integration](docs/integrations/) for details.\n\n---\n\n## ✨ What You Get\n\n### Frameworks\n\n| Framework | What it does |\n|-----------|--------------|\n| **[SDLC Complete](agentic/code/frameworks/sdlc-complete/)** | Full software development lifecycle with agents, commands, templates, and multi-agent orchestration |\n| **[Media/Marketing Kit](agentic/code/frameworks/media-marketing-kit/)** | Complete marketing campaign management from strategy to analytics |\n\n### Addons\n\n| Addon | What it does |\n|-------|--------------|\n| **[Writing Quality](agentic/code/addons/writing-quality/)** | Content validation, AI pattern detection, voice profiles |\n| **[Testing Quality](agentic/code/addons/testing-quality/)** | TDD enforcement, mutation testing, flaky test detection |\n| **[Voice Framework](agentic/code/addons/voice-framework/)** | 4 built-in voice profiles with create/blend/apply skills |\n\n### Reliability Patterns\n\n- **[Agent Design Bible](docs/AGENT-DESIGN.md)** — 10 Golden Rules based on academic research\n- **[@-Mention Traceability](docs/CLI_USAGE.md#-mention-utilities)** — Wire live doc references in code\n- **[Production-Grade Guide](docs/production-grade-guide.md)** — Research-backed failure mode mitigations\n\n---\n\n## 🎬 See It In Action\n\n```bash\n# Generate project intake\n/intake-wizard \"Build customer portal with real-time chat\"\n\n# Phase transition with automated gate check\n/flow-inception-to-elaboration\n\n# Multi-agent architecture document\n\"Create Software Architecture Document\"\n\n# Deploy to production\n/flow-deploy-to-production\n```\n\nVoice transformation:\n\n```bash\n\"Apply technical-authority voice to docs/architecture.md\"\n\"Create a voice profile based on our existing blog posts\"\n```\n\nSee [Examples](examples/) for before/after rewrites and workflow demonstrations.\n\n---\n\n## 🛠️ Platform Support\n\n| Platform | Status | Command |\n|----------|--------|---------|\n| **Claude Code** | ✅ Tested | `aiwg use sdlc` (default) |\n| **GitHub Copilot** | ✅ Tested | `aiwg use sdlc --provider copilot` |\n| **Warp Terminal** | ✅ Tested | `aiwg use sdlc --provider warp` |\n| **Factory AI** | ✅ Tested | `aiwg use sdlc --provider factory` |\n| **Cursor** | ✅ Tested | `aiwg use sdlc --provider cursor` |\n| **OpenCode** | ✅ Tested | `aiwg use sdlc --provider opencode` |\n| **OpenAI/Codex** | ✅ Tested | `aiwg use sdlc --provider openai` |\n| **Windsurf** | 🟡 Experimental | `aiwg use sdlc --provider windsurf` |\n\nSee [Platform Integration Guides](docs/integrations/) for setup instructions.\n\n---\n\n## 📚 Documentation\n\n### Getting Started\n\n- **[Quick Start Guide](USAGE_GUIDE.md)** — Context selection and basic usage\n- **[Prerequisites](docs/getting-started/prerequisites.md)** — Node.js, AI platforms, OS support\n- **[CLI Reference](docs/CLI_USAGE.md)** — All `aiwg` commands\n\n### Platform Guides\n\n- **[Claude Code](docs/integrations/claude-code-quickstart.md)** — 5-10 min setup\n- **[Warp Terminal](docs/integrations/warp-terminal-quickstart.md)** — 3-5 min setup\n- **[Factory AI](docs/integrations/factory-quickstart.md)** — 5-10 min setup\n- **[Cursor](docs/integrations/cursor-quickstart.md)** — 5-10 min setup\n- **[All Integrations](docs/integrations/)**\n\n### Framework Documentation\n\n- **[SDLC Framework](agentic/code/frameworks/sdlc-complete/README.md)** — Agents, commands, templates, flows\n- **[Marketing Kit](agentic/code/frameworks/media-marketing-kit/README.md)** — Campaign lifecycle guide\n- **[Voice Framework](agentic/code/addons/voice-framework/)** — Voice profiles and skills\n\n### Advanced Topics\n\n- **[Workspace Architecture](docs/architecture/workspace-architecture.md)** — Multi-framework isolation\n- **[Multi-Agent Orchestration](agentic/code/frameworks/sdlc-complete/docs/orchestrator-architecture.md)** — Parallel reviews and synthesis\n- **[MCP Server](docs/mcp/)** — Model Context Protocol integration\n- **[Agent Design Bible](docs/AGENT-DESIGN.md)** — Best practices for agent creation\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n**Quick contributions:**\n- Found an AI pattern? [Open an issue](https://github.com/jmagly/ai-writing-guide/issues/new)\n- Have a better rewrite? Submit a PR to `examples/`\n- Want to add an agent? Use `docs/development/agent-template.md`\n\n---\n\n## 💬 Community \u0026 Support\n\n- 🌐 **Website:** [aiwg.io](https://aiwg.io)\n- 💬 **Discord:** [Join Server](https://discord.gg/BuAusFMxdA)\n- 📱 **Telegram:** [Join Group](https://t.me/+oJg9w2lE6A5lOGFh)\n- 🐛 **Issues:** [GitHub Issues](https://github.com/jmagly/ai-writing-guide/issues)\n- 💡 **Discussions:** [GitHub Discussions](https://github.com/jmagly/ai-writing-guide/discussions)\n\n---\n\n## 💡 Usage Notes\n\nAIWG is optimized for token efficiency. Most users on **Claude Pro** or similar plans will have no issues. See [Usage Notes](docs/usage-notes.md) for rate limit guidance.\n\n---\n\n## 📄 License\n\n**MIT License** — Free to use, modify, and distribute. See [LICENSE](LICENSE).\n\n**Important:** This framework does not provide legal, security, or financial advice. All generated content should be reviewed before use. See [TERMS.md](TERMS.md) for full disclaimers.\n\n---\n\n## ❤️ Sponsors\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" align=\"center\"\u003e\n\n### [Roko Network](https://roko.network)\n\n**The Temporal Layer for Web3**\n\nEnterprise-grade timing infrastructure for blockchain applications.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\"\u003e\n\n### [Selfient](https://selfient.xyz)\n\n**No-Code Smart Contracts for Everyone**\n\nMaking blockchain-based agreements accessible to all.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\"\u003e\n\n### [Integro Labs](https://integrolabs.io)\n\n**AI-Powered Automation Solutions**\n\nCustom AI and blockchain solutions for the digital age.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n**Interested in sponsoring?** [Contact us](https://github.com/jmagly/ai-writing-guide/discussions)\n\n---\n\n## 🙏 Acknowledgments\n\nBuilt with inspiration from [Hemingway Editor](https://hemingwayapp.com/), RUP/ITIL/Agile methodologies, multi-agent orchestration research, and [Skill Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) (MIT).\n\nThanks to Anthropic (Claude Code), Warp, and Factory AI for building the platforms that make this possible.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**[⬆ Back to Top](#aiwg--agentic-ai-workflow-guide)**\n\nMade with ☕ and 🤖 by [Joseph Magly](https://github.com/jmagly)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmagly%2Fai-writing-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmagly%2Fai-writing-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmagly%2Fai-writing-guide/lists"}