Commit Graph

9 Commits

Author SHA1 Message Date
王性驊 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
王性驊 082c9203fa feat/architect (#4)
Co-authored-by: 王性驊 <danielwang@supermicro.com>
Reviewed-on: #4
2026-04-13 01:19:39 +00:00
王性驊 4a1a2e75a6 feat/pmv2 (#3)
Co-authored-by: 王性驊 <danielwang@supermicro.com>
Reviewed-on: #3
2026-04-10 08:22:03 +00:00
王性驊 f0f707eabb Merge pull request 'fix pm' (#2) from fix/pm-agent into main
Reviewed-on: #2
2026-04-10 05:47:09 +00:00
王性驊 e505ca94eb fix pm 2026-04-10 13:42:28 +08:00
王性驊 78b198060b Merge pull request 'docs: add Trad. Chinese READMEs for PM skills and align brainstorming output path' (#1) from feat/pm-agent into main
Reviewed-on: #1
2026-04-09 08:09:46 +00:00
王性驊 839afbf06d docs: add Trad. Chinese READMEs for PM skills and align brainstorming output path 2026-04-09 15:37:46 +08:00
王性驊 b4b28eecd4 add AGENTS 2026-04-08 19:43:46 +08:00
王性驊 82b6f45039 fix: align pm-agent output paths with actual skill implementations and clean up events file
- pm-agent.md: output paths now match brainstorming (docs/brainstorm/) and write-a-prd (docs/prd/) skills
- stop-server.sh: also remove events file on shutdown to prevent session leakage
2026-04-08 19:43:15 +08:00