ワンクリックで
ae-sdd-next
Advance to the next SDD phase with artifact checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Advance to the next SDD phase with artifact checks
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-next |
| description | Advance to the next SDD phase with artifact checks |
Advance the active change set to the next phase only after verifying current-phase artifacts exist.
ae-sdd-next is the single versatile phase-transition command. For full-lane work, use it for both directions between plan and implement by delegating transition decisions to CLI guards.
spec-driven-development (state management, phase sequencing, guardrails)[!IMPORTANT] Resolve the active change set from workspace state first. Ask the user only when multiple change sets are present.
Load spec-driven-development and run ae sdd status [name].
Identify lane and current phase.
Verify required artifacts for the current phase before advancing:
changes/<name>/proposal.md exists.changes/<name>/specs/ exists and contains at least one .md spec.changes/<name>/thoughts/ exists and contains at least one discovery note.changes/<name>/tasks.toml exists and contains at least one task entry.changes/<name>/plans/ exists and contains the current task plan.changes/<name>/tasks.toml exists and task state is valid (no more than one in_progress task).changes/<name>/reconciliation.md exists.changes/<name>/context.md exists.changes/<name>/plan.md exists.changes/<name>/reconciliation.md exists.If artifacts are missing, do not advance. Report exactly what is missing and suggest the command to produce/fix it.
Full-lane transition behavior between plan and implement must be deterministic and delegated to CLI guards:
plan, running ae sdd phase complete --next [name] advances to implement.implement, running ae sdd phase complete --next [name] is versatile:
planreconcileIf artifacts are present, advance phase by running:
ae sdd phase complete --next [name]
Report the transition result and the new phase from status output.