skills/workflow-continue-bugfix/SKILL.md
--- name: workflow-continue-bugfix user-invocable: false allowed-tools: Bash(node .claude/skills/workflow-continue-bugfix/scripts/discovery.cjs), Bash(node .claude/skills/workflow-manifest/scripts/manifest.cjs), Bash(node .claude/skills/workflow-knowledge/scripts/knowledge.cjs) --- Continue an in-progress bugfix. Determines current phase and routes to the appropriate phase skill. > **⚠️ ZERO OUTPUT RULE**: Do not narrate your processing. Produce no output until a step or reference file explici
npx skillsauth add leeovery/claude-technical-workflows workflow-continue-bugfixInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Continue an in-progress bugfix. Determines current phase and routes to the appropriate phase skill.
⚠️ ZERO OUTPUT RULE: Do not narrate your processing. Produce no output until a step or reference file explicitly specifies display content. No "proceeding with...", no discovery summaries, no routing decisions, no transition text. Your first output must be content explicitly called for by the instructions.
Follow these steps EXACTLY as written. Do not skip steps or combine them.
CRITICAL: This guidance is mandatory.
*_gate_mode: auto value in the manifest, set by the user's explicit a/auto choice at a prior gate.**STOP.** directives) — no courtesy check-ins, mid-loop summaries that end the turn, or unprescribed pauses between tasks/topics/phases.Output the next fenced block as a code block:
●───────────────────────────────────────────────●
Continue Bugfix
●───────────────────────────────────────────────●
Output the next fenced block as a code block:
── Initialisation ───────────────────────────────
Load casing-conventions.md and follow its instructions as written.
→ Proceed to Step 1.
Output the next fenced block as a code block:
── Run Discovery ────────────────────────────────
Output the next fenced block as markdown (not a code block):
> Scanning for active bugfixes and their current progress.
!node .claude/skills/workflow-continue-bugfix/scripts/discovery.cjs
If the above shows a script invocation rather than discovery output, the dynamic content preprocessor did not run. Execute the script before continuing:
node .claude/skills/workflow-continue-bugfix/scripts/discovery.cjs
If discovery output is already displayed, it has been run on your behalf.
Parse the discovery output to understand:
From bugfixes array:
name - the work unit namenext_phase - the phase to route tophase_label - human-readable phase statuscompleted_phases - list of completed phases (for backwards navigation)From top-level fields:
count - number of active bugfixessummary - human-readable state summarycompleted / cancelled - arrays of non-active bugfixes with name, status, last_phasecompleted_count / cancelled_count - counts for eachIMPORTANT: Use ONLY this script for discovery. Do NOT run additional bash commands (ls, head, cat, etc.) to gather state.
→ Proceed to Step 2.
Output the next fenced block as a code block:
── Check State ──────────────────────────────────
Output the next fenced block as markdown (not a code block):
> Checking if there are any bugfixes in progress.
count is 0Output the next fenced block as a code block:
No bugfixes in progress.
Run /workflow-start to begin a new one.
STOP. Do not proceed — terminal condition.
work_unit argument $0 providedStore the work_unit.
→ Proceed to Step 4.
work_unit not provided→ Proceed to Step 3.
Output the next fenced block as a code block:
── Select Bugfix ────────────────────────────────
Output the next fenced block as markdown (not a code block):
> Showing your active bugfixes for selection.
Load select-bugfix.md and follow its instructions as written.
→ Proceed to Step 4.
Output the next fenced block as a code block:
── Validate Selection ───────────────────────────
Output the next fenced block as markdown (not a code block):
> Confirming the selected bugfix exists and is active.
Load validate-selection.md and follow its instructions as written.
→ Proceed to Step 5.
Output the next fenced block as a code block:
── Check Progress ───────────────────────────────
Output the next fenced block as markdown (not a code block):
> Checking whether earlier phases are available to revisit.
Load revisit-phase.md and follow its instructions as written.
→ Proceed to Step 6.
Output the next fenced block as a code block:
── Route to Phase ───────────────────────────────
Output the next fenced block as markdown (not a code block):
> Handing off to the next phase for this bugfix.
Using the selected bugfix's next_phase, invoke the appropriate phase skill:
| next_phase | Invoke |
|------------|--------|
| investigation | /workflow-investigation-entry bugfix {work_unit} |
| specification | /workflow-specification-entry bugfix {work_unit} |
| planning | /workflow-planning-entry bugfix {work_unit} |
| implementation | /workflow-implementation-entry bugfix {work_unit} |
| review | /workflow-review-entry bugfix {work_unit} |
Skills receive positional arguments: $0 = work_type (bugfix), $1 = work_unit. Topic is inferred from work_unit.
If the user chose to revisit a completed phase in Step 5, use that phase instead of next_phase.
Invoke the skill.
STOP. Do not proceed — terminal condition.
tools
--- name: workflow-discovery user-invocable: false allowed-tools: Bash(node .claude/skills/workflow-discovery/scripts/discovery.cjs), Bash(node .claude/skills/workflow-manifest/scripts/manifest.cjs), Bash(node .claude/skills/workflow-knowledge/scripts/knowledge.cjs), Bash(git status), Bash(git add), Bash(git commit), Bash(cp), Bash(mkdir -p .workflows/), Bash(mv .workflows/.inbox/) --- # Discovery The universal first phase. Shape the work the user is bringing — confirm what kind of work it is,
tools
--- name: workflow-continue-quickfix user-invocable: false allowed-tools: Bash(node .claude/skills/workflow-continue-quickfix/scripts/discovery.cjs), Bash(node .claude/skills/workflow-manifest/scripts/manifest.cjs), Bash(node .claude/skills/workflow-knowledge/scripts/knowledge.cjs) --- Continue an in-progress quick-fix. Determines current phase and routes to the appropriate phase skill. > **⚠️ ZERO OUTPUT RULE**: Do not narrate your processing. Produce no output until a step or reference file
tools
--- name: workflow-continue-feature user-invocable: false allowed-tools: Bash(node .claude/skills/workflow-continue-feature/scripts/discovery.cjs), Bash(node .claude/skills/workflow-manifest/scripts/manifest.cjs), Bash(node .claude/skills/workflow-knowledge/scripts/knowledge.cjs) --- Continue an in-progress feature. Determines current phase and routes to the appropriate phase skill. > **⚠️ ZERO OUTPUT RULE**: Do not narrate your processing. Produce no output until a step or reference file expl
tools
--- name: workflow-continue-epic user-invocable: false allowed-tools: Bash(node .claude/skills/workflow-continue-epic/scripts/discovery.cjs), Bash(node .claude/skills/workflow-manifest/scripts/manifest.cjs), Bash(node .claude/skills/workflow-knowledge/scripts/knowledge.cjs), Bash(node .claude/skills/workflow-legacy-research-split/scripts/detect.cjs), Bash(node .claude/skills/workflow-discovery/scripts/discovery.cjs) --- Continue an in-progress epic. Shows full phase-by-phase state and routes to