Add a multi-agent orchestrator that coordinates all 25 specialist agents through 5 phases (analysis, design, implementation, verification, release) with agent-to-agent communication via Agent Teams. Add /feature slash command as the entry point. Enable CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS in project settings to allow direct inter-agent messaging. Generated by Claude Code 2.1.81 model claude-sonnet-4-6 Co-Authored-By: Mathieu Benoit <mathben@technolibre.ca>
770 B
770 B
/feature — Orchestrate a new feature end-to-end
Use the feature-orchestrator agent to implement the following feature:
Feature request: $ARGUMENTS
The orchestrator will coordinate all specialist agents through 5 phases:
- Analysis — architecture, security, UX, compliance (parallel)
- Design — data governance, performance, accessibility (sequential)
- Implementation — backend then frontend (sequential)
- Verification — QA, code quality, risk (parallel)
- Documentation — changelog, i18n, release commits (parallel)
A complete report will be produced at the end with all findings, decisions, risks, and the recommended commit sequence.
If no feature is specified, ask the user to describe the feature before starting.