` → 14 coworkers run the Sprint flow → watch in one tab
- **Your benefit**: ship a feature overnight; artifacts are traceable; stage-gate skipping = failure of duty
> **Core trade-off**: *Wire Agile + Scrum + TDD into the enforcement path, not a wiki* — the system's most important design choice. Rules forged from real iteration: early on PL raced to write code, Reviewer out-aggressed Dev, QA delivered no evidence — every hook, standard, and skill comes from a real stumble.
### 🚀 Next Steps
| You want to | How |
|---|---|
| **Try a fresh project** | `gh repo create --template pcliangx/AppGenesisForge` → [⏱ Day 1](#-day-1) |
| **Embed into existing repo** | `bash install-to-existing.sh ~/your-repo` (never overwrites your `CLAUDE.md`/`ADR-000`/`settings.json`) |
| **See a real feature with full artifacts** | `ls docs/training/samples/postcard-feature/` — PRD → ADR → Dispatch → Progress → Review → UAT → Retro → Release notes (illustrative training paths) |
| **Give feedback / open PR** | [🐛 Issue](https://Git.com/pcliangx/AppGenesisForge/issues) · [🍴 PR](https://Git.com/pcliangx/AppGenesisForge/pulls) |
| **See what changed each release** | [📒 CHANGELOG](CHANGELOG.md) |
### 📂 What's Included
```text
.claude/ agents · standards · skills · hooks · commands · scripts · rules
docs/ product-workflow / team-capability-map / PRD·QA·ADR·Review·Retro templates
docs/training/samples/ · evals/ end-to-end worked example (postcard-feature) + per-role baseline JSONL
progress/ execution-layer Self-Reporting drafts (Async Daily Standup)init-team.sh Day-1 health check (10 checks + auto pre-commit install)
install-to-existing.sh one-shot migration into existing repo
CLAUDE.example.md project-level CLAUDE.md template (don't confuse with this repo's CLAUDE.md)
```
### 🗺️ Roadmap
**Done**: see [CHANGELOG](CHANGELOG.md) for per-version details.
**Up next**:
- [ ] More skills: test cases / commit messages / release notes
- [ ] More eval baselines: remaining role JSONL coverage
- [ ] CI/CD: wire `init-team.sh` into Git Actions
- [ ] feature cycle time trend visualization (enabled after ≥3 retros)
---
## 📜 License & Acknowledgments
MIT — free for commercial use. Structural inspiration from [The Agency](https://Git.com/msitarzewski/agency-agents).
---
**14 AI coworkers · Agile + Scrum + TDD (Organization / Process / Mechanism three-layer landing) · ship a feature overnight**
[⭐ Star](https://Git.com/pcliangx/AppGenesisForge) · [🍴 Fork](https://Git.com/pcliangx/AppGenesisForge/fork) · [🐛 Issue](https://Git.com/pcliangx/AppGenesisForge/issues) · [📒 CHANGELOG](CHANGELOG.md) · [🇨🇳 简体中文](README.md)