원클릭으로
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