Features
- 5-Phase Lifecycle: Requirements → Planning → Implementation → Verification → Archival
- 12 Slash Commands:
/discover, /create-prd, /ref-research, /create-rules,
/init-project, /prime, /plan-feature, /execute, /code-review, /verify-phase,
/close-phase, /commit
- 5 Domain Skills:
agent-browser, api-contract-first, e2e-test, ui-ux-pro-max,
skill-creator
- TDD Iron Rule: Tests must fail before business logic is implemented
- Dual-Layer Test Gates: Unit tests + business workflow tests required for Phase
completion
- API Contract First: Spec-Lite + naming mapping table for all API features
- Progressive Disclosure: Context loaded on demand to avoid context inflation
- Self-Maintaining Context: Auto-compress historical knowledge during archival
- Bilingual Docs: Full workflow documentation in English and Chinese
Quick Start
git clone https://github.com/cham-space/AICAM.git
cp -r AICAM/.claude/ /path/to/your/project/
Then in Claude Code, run /discover to begin.'