with one click
ae-sdd-bug
Fast-track bug investigation and fix initialization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fast-track bug investigation and fix initialization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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
Close a change set and sync its specs to canonical
| name | ae-sdd-bug |
| description | Fast-track bug investigation and fix initialization |
spec-driven-development (load first; resolve/init change sets and drive lane/phase/task commands)research[!IMPORTANT] Resolve required inputs from the workspace first; only ask the user when resolution is ambiguous or missing (for example, multiple change sets exist).
fix-login-error).Load SDD Context: Load spec-driven-development, resolve the active change set, and run ae sdd status [name].
Triage: Determine if this is an Actual Bug (code fails to meet existing specs/intent) or a Behavioral Change (new capability requested). If it is a change request, redirect to full lane.
Create Change Set When Needed: If no change set exists, initialize via CLI:
ae sdd init <name> --lane bug
Do not hand-roll scaffolding or use deprecated custom init commands.
Research: Use the research skill to locate the problem, trace the execution path, and identify the root cause. Compare findings against existing specs.
Document: Create changes/<name>/context.md with:
Next Steps: Do not auto-advance phase from this command. After triage artifacts are complete, suggest ae-sdd-next <name>.
bug lane configurationcontext.md"This appears to be a regression where the login button is disabled on mobile. I'll initialize a bug lane change set fix-mobile-login to research the root cause."
Avoid starting work before resolving bug context and active change set.