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