skills/fix-bug/SKILL.md
Orchestration skill for bug fixes and production issue repair. Investigate -> light brief -> targeted verification -> council -> PR.
npx skillsauth add bigeasyfreeman/adlc fix-bugInstall 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.
Chains the fix loop for bug fixes and production issue repair. It is lighter than build-feature and uses a bug-specific verifier contract instead of universal test ceremony.
Step 1: Investigate (systematic debugging)
Step 2: Light Brief (single task with verification_spec)
Step 3: Apply only the gates that the task class warrants
Step 4: LDD gate
Step 5: Bugfix verification discipline
Step 6: Definition of Done
Step 7: Light Council (3 personas, 1 round)
Step 8: PR with evidence
Use systematic-debugging to:
Create a single-task brief that includes:
bugfixverification_specDo not decompose into feature-style subwork unless the bug truly reveals a larger feature gap.
Use the brief's applicability decision, not a universal checklist.
Use ldd-enforcement before verification. Lint must pass before the bugfix verifier runs.
Use the primary verifier from verification_spec.
Bugfix rules:
Do not force the bug through a generic RED/GREEN/REFACTOR script. The verifier itself is the contract.
Use the DoD subset that applies to the task class and activated overlays.
Use eval-council in light mode with three personas:
Include:
If three fix attempts fail:
development
Orchestration skill: chains the full ADLC Build Loop. PRD → Brief → Council → Scaffold → Codegen → LDD → TDD → Council → PR. Use when implementing a new feature end-to-end.
development
# Skill: Helm & ArgoCD Deployment > Validates Helm charts and generates ArgoCD Application manifests when the ADLC pipeline produces infrastructure or service code. Ensures every deployable artifact has correct chart structure, environment-specific values, and a GitOps-ready Application manifest before code review. --- ## Why This Exists Without deployment validation in the pipeline, common failures slip through to production: - **Helm charts fail `helm template`** because of missing values,
testing
Decide whether an intersecting verifier actually exercises the semantic change.
development
# Skill: UX Flow Builder > Generates user flow diagrams (Mermaid) from PRD personas and screen specifications. Surfaces dead ends, missing screens, and disconnected flows before design or engineering starts. Helps PMs think in screens, not features. --- ## Trigger - Automatically during PRD Phase 4 (Personas & Flows) to visualize the user journey - On-demand when the PM says "show me the flow" or "map the user journey" - During PRD evaluation to verify screen connectivity --- ## Input ```