cdt
Installation
SKILL.md
Claude Dev Team
Multi-agent development workflow with five modes. Pick one based on the user's needs:
| Mode | When to use |
|---|---|
| plan | Need architecture/design before coding |
| dev | Have an approved plan, ready to implement |
| full | End-to-end with user approval gate between plan and dev |
| auto | End-to-end without approval gate |
| bugfix | Well-specified, reproducible bug (root cause may be unknown) — TDD fix cycle |
Before executing any mode, read the relevant workflow file:
- Feature modes (plan/dev/full/auto): references/plan-workflow.md and references/dev-workflow.md
- Bugfix mode: references/bugfix-workflow.md