一键导入
ae-sdd-discovery
Discover high-level architectural requirements for change-set specs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Discover high-level architectural requirements for change-set specs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fast-track bug investigation and fix initialization
Create high-quality git commits with clear Conventional Commit messages
Continue an SDD change set in a fresh chat using CLI status only
Critique proposal, specs, or plan for gaps and contradictions
Explain SDD concepts, workflow, and CLI-first usage
Close a change set and sync its specs to canonical
| name | ae-sdd-discovery |
| description | Discover high-level architectural requirements for change-set specs |
Analyze high-level architectural requirements for implementing change-set specs to ensure proper alignment and identify potential concerns.
spec-driven-development (state management, phase gates)researcharchitecture-fit-checkarchitecture-workshop[!IMPORTANT] Resolve the change set by running
ls changes/ | grep -v archive/. If exactly one directory exists, use it. Only prompt the user when multiple change sets are present.
Load spec-driven-development skill and read current state from changes/<name>/state.toml. Apply state entry check per skill guidelines. If lane is not full or phase doesn't permit discovery, redirect the user.
Read proposal.md and any existing specs in changes/<name>/specs/.
Discovery answers how a change fits into or extends the existing architecture:
research skill to understand current architectural patternsarchitecture-fit-check to assess alignmentDocument findings: Capture explorations, tradeoffs, and decisions in changes/<name>/thoughts/
Do not update phase status in this command. After documenting discovery artifacts, suggest ae-sdd-next <name> when the user wants to proceed.
ae-sdd-next