Team Workflow
A documentation-driven development workflow connecting PM/BA, Developers, and QC through GitHub and Claude Code.
Quick Start
npx create-ai-team
See Installation Guide for details.
How It Works
Quick Links
| Role | Start Here |
|---|---|
| New Project | Installation |
| PM/BA | Getting Started for PM/BA |
| Developer | Getting Started for Developers |
Commands
| Command | For | Purpose |
|---|---|---|
/write-spec | PM/BA | Create spec through conversation |
/develop-feature | Dev | Build from spec |
/fix-issue | Dev | Fix bugs with context |
/trace-flow | Dev | Trace code flow |
Example Repository
See a working example: github.com/quochuydev/workflow/tree/main/examples
Core Concepts
- Docs are source of truth - Features are defined in
docs/<feature>/spec.md - Claude reads docs - Commands like
/develop-featureread specs automatically - Automation everywhere - GitHub Actions notify on changes, trigger tests via n8n