بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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