ワンクリックで
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