ワンクリックで
ae-sdd-finish
Close a change set and sync its specs to canonical
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Close a change set and sync its specs to canonical
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-finish |
| description | Close a change set and sync its specs to canonical |
spec-driven-development (state management, completion workflow)Close the change set and sync specs to canonical.
[!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.
Verify prerequisites: Load spec-driven-development skill and read state. Confirm phase is reconcile and status is complete per skill guidelines.
Sync specs: Use the CLI merge command:
ae sdd spec list (no flag by default)ae sdd spec merge --dry-run [<change-name>] [--specs-dir <dir>]ae sdd spec merge [<change-name>] [--specs-dir <dir>]Update state: Mark phase and status as complete per skill guidelines.
Cleanup (separate approval):
changes/archive/<name>/changes/<name>/ (specs synced)Ask user to choose.
Report: Summarize merge results (created/modified/skipped counts), state update, and cleanup action.
Verified phase=reconcile, status=complete
Dry run: merge 3 new, 2 modified specs
User approved merge
Applied: docs/specs/a.md, docs/specs/b.md, docs/specs/c.md created; docs/specs/d.md modified
State updated to complete
Archived to changes/archive/feature-x/
Success: change set closed, specs synced, state updated, cleanup completed per preference.