Add two new agents to extend the agent pipeline:
- Code Design Agent: translates system architecture to code-level design
- Planner Agent: creates implementation plans from architecture and code design
New agent definitions:
- agents/code-design-agent.md
- agents/planner-agent.md
New core workflow skills (4 for Code Design + 4 for Planner):
- skills/analyze-architecture-for-code/SKILL.md
- skills/design-code-structure/SKILL.md
- skills/challenge-code-design/SKILL.md
- skills/finalize-code-design/SKILL.md
- skills/analyze-design-inputs/SKILL.md
- skills/generate-plan/SKILL.md
- skills/challenge-plan/SKILL.md
- skills/finalize-plan/SKILL.md
New conditional specialization skills:
- skills/language-go/SKILL.md
- skills/storage-postgres/SKILL.md
- skills/storage-mongodb/SKILL.md
- skills/storage-cassandra/SKILL.md
Updates to existing agents:
- agents/architect-agent.md: fix handoff rule to reference Code Design Agent
Consistency fixes:
- Unify path placeholders from {feature} to {date}-{feature} across all skills
- Update challenge-plan to check Open Questions section
The pipeline is now: PM → Architect → Code Design → Planner → QA → Engineering
|
||
|---|---|---|
| .. | ||
| SKILL.md | ||