bug-fix
Installation
SKILL.md
Bug Fix
Required Skills
Load these skills based on bug scope:
framework:knowledge-priming-- Load project context so the diagnosis grounds in the real codebase. (always)framework:context-anchoring-- Find and load the feature's context doc; capture diagnosis and repair decisions in it. (always)framework:learning-harvest-- Load prior operational learnings at session start; harvest new ones at session end. (always)framework:collaborative-judgment-- Surface hypotheses and repair trade-offs as structured options instead of silently assuming. (always)framework:clean-code-- Keep the fix focused, readable, and free of drive-by changes. (always)framework:test-quality-- Regression tests, characterization baseline, assertion quality. (always)framework:architecture-- Layer placement and dependency direction. (conditional: layer placement is in question — Steps 2/4/5)framework:domain-driven-design-- Domain invariants and aggregate behavior. (conditional: domain invariants involved — Steps 2/5)framework:secure-coding-- Trust bounds and sensitive data handling. (conditional: trust boundary crossed — Steps 2/5)