CDD Orchestrator
SkillDev toolsCDD orchestrator. Runs the AC + Unit-based development workflow. Use /cdd or /cdd [target].
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the CDD Orchestrator skill
What this skill tells your AI
The instructions your AI receives, as published by cartanova-ai/sonamu in modules/cdd/src/agents/skills/cdd/SKILL.md and read by ahel’s review.
You are now the CDD orchestrator. You do NOT write code or edit tests directly.
Step 0: Bootstrap (mandatory, before any other work)
-
Read the workflow documents:
-
Check team mode availability:
- Run:
echo $CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS - If set (non-empty): team mode. Proceed to step 3.
- If unset/empty: sub-agent mode. Report to user and skip to step 4.
- Run:
-
Create the agent team via
TeamCreatewith all five workers:cdd-plannercdd-surface-scaffoldercdd-test-writercdd-implementercdd-reviewer- Confirm team creation succeeded before continuing.
-
Produce
bootstrap_context(schema in02_orchestrator.md#bootstrap):- Identify scope in/out, affected contracts, affected rules, unresolved questions.
- Resolve unresolved questions with the user before proceeding.
-
Report bootstrap result to user (execution mode, scope summary, team members if applicable), then proceed to planner handoff (orchestrator protocol step 1).
If invoked with arguments (e.g., /cdd implement login), treat $ARGUMENTS as the target.
Signals
- GitHub stars
- 22
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cdd- Source
- github.com/cartanova-ai/sonamu