erplibre/.claude/commands/feature.md
Mathieu Benoit ca76f11ba3 [ADD] claude_agents: add feature orchestrator and /feature command
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>
2026-05-19 15:17:45 -04:00

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:

  1. Analysis — architecture, security, UX, compliance (parallel)
  2. Design — data governance, performance, accessibility (sequential)
  3. Implementation — backend then frontend (sequential)
  4. Verification — QA, code quality, risk (parallel)
  5. 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.