원클릭으로
ae-sdd-init
Initialize a new SDD change set after user-approved naming
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize a new SDD change set after user-approved naming
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
Discover high-level architectural requirements for change-set specs
Explain SDD concepts, workflow, and CLI-first usage
| name | ae-sdd-init |
| description | Initialize a new SDD change set after user-approved naming |
Create a new change set with the SDD CLI after collaboratively deriving a strong name and getting explicit user approval.
spec-driven-development (load first; use CLI-driven initialization workflow)Load SDD Context: Load spec-driven-development first.
Derive Candidate Name:
add-passwordless-login, improve-checkout-retries).Require Explicit Approval:
Initialize via CLI:
ae sdd init <approved-name>
changes/<name>/ scaffolding.Confirm Result:
ae sdd status <approved-name>).spec-driven-development skill is loaded before init flow.ae sdd init <approved-name>.User intent: "I want to propose retry behavior for failed webhooks"
Agent: "Proposed change set name: improve-webhook-retry-behavior. Does that name work for you?"
User: "Yes"
Agent runs: ae sdd init improve-webhook-retry-behavior
Agent: "Initialized improve-webhook-retry-behavior. Next: ae sdd status improve-webhook-retry-behavior"