一键导入
ae-sdd-continue
Continue an SDD change set in a fresh chat using CLI status only
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Continue an SDD change set in a fresh chat using CLI status only
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fast-track bug investigation and fix initialization
Create high-quality git commits with clear Conventional Commit messages
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
Close a change set and sync its specs to canonical
| name | ae-sdd-continue |
| description | Continue an SDD change set in a fresh chat using CLI status only |
Resume work from current SDD state in a new chat. Rebuild context from CLI status, then recommend the next command.
spec-driven-development (load first; source of truth for lane/phase/task flow)[!IMPORTANT] Resolve required inputs from the workspace first; only ask the user when resolution is ambiguous or missing (for example, multiple change sets exist).
ae sdd CLI commands only.Load SDD Context: Load spec-driven-development and run ae sdd status [name].
Interpret Status:
Next: recommendation from status output.Task Continuation Rule:
100%, run:
ae sdd task current [name]ae sdd task start [name]Recommend Next Steps:
Output Format:
ae sdd status.ae sdd task current.Ran: ae sdd status checkout-fix
Current: full lane, phase=implement, status=in_progress
Tasks: 50% (2/4)
Ran: ae sdd task current checkout-fix
Current task: payment-retry
Next action: Continue current task, then complete it.
Next command: ae sdd task complete --next checkout-fix
Ran: ae sdd status checkout-fix
Current: full lane, phase=implement, status=in_progress
Tasks: 100% (4/4)
Next action: Phase work appears complete.
Next command: ae-sdd-next checkout-fix