Skip to main content

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

RoleStart Here
New ProjectInstallation
PM/BAGetting Started for PM/BA
DeveloperGetting Started for Developers

Commands

CommandForPurpose
/write-specPM/BACreate spec through conversation
/develop-featureDevBuild from spec
/fix-issueDevFix bugs with context
/trace-flowDevTrace code flow

Example Repository

See a working example: github.com/quochuydev/workflow/tree/main/examples

Core Concepts

  1. Docs are source of truth - Features are defined in docs/<feature>/spec.md
  2. Claude reads docs - Commands like /develop-feature read specs automatically
  3. Automation everywhere - GitHub Actions notify on changes, trigger tests via n8n