opencode-workflow/skills
王性驊 ea1db79da6 feat: add Code Design and Planner agents with complete skill pipeline
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
2026-04-13 11:56:59 +08:00
..
analyze-architecture-for-code feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
analyze-design-inputs feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
analyze-prd feat/architect (#4) 2026-04-13 01:19:39 +00:00
api-contract-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
architecture-patterns feat/architect (#4) 2026-04-13 01:19:39 +00:00
architecture-research feat/architect (#4) 2026-04-13 01:19:39 +00:00
async-queue-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
brainstorming fix pm 2026-04-10 13:42:28 +08:00
challenge-architecture feat/architect (#4) 2026-04-13 01:19:39 +00:00
challenge-code-design feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
challenge-plan feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
consistency-transaction-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
data-modeling feat/architect (#4) 2026-04-13 01:19:39 +00:00
design-architecture feat/architect (#4) 2026-04-13 01:19:39 +00:00
design-code-structure feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
design_database_schema feat/architect (#4) 2026-04-13 01:19:39 +00:00
distributed-system-basics feat/architect (#4) 2026-04-13 01:19:39 +00:00
error-model-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
evaluate_tech_stack feat/architect (#4) 2026-04-13 01:19:39 +00:00
finalize-architecture feat/architect (#4) 2026-04-13 01:19:39 +00:00
finalize-code-design feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
finalize-plan feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
generate-plan feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
generate_mermaid_diagram feat/architect (#4) 2026-04-13 01:19:39 +00:00
generate_openapi_spec feat/architect (#4) 2026-04-13 01:19:39 +00:00
grill-me feat/pmv2 (#3) 2026-04-10 08:22:03 +00:00
integration-boundary-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
language-go feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
market-research fix pm 2026-04-10 13:42:28 +08:00
migration-rollout-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
observability-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
security-boundary-design feat/architect (#4) 2026-04-13 01:19:39 +00:00
storage-cassandra feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
storage-knowledge feat/architect (#4) 2026-04-13 01:19:39 +00:00
storage-mongodb feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
storage-postgres feat: add Code Design and Planner agents with complete skill pipeline 2026-04-13 11:56:59 +08:00
system-decomposition feat/architect (#4) 2026-04-13 01:19:39 +00:00
write-a-prd feat/pmv2 (#3) 2026-04-10 08:22:03 +00:00
write_adr feat/architect (#4) 2026-04-13 01:19:39 +00:00