debug
Installation
SKILL.md
Memory Protocol
START: Read .ai-memory.md from project root. Check for known bugs, past fixes, tech stack details, common error patterns, and architecture notes.
END: Update .ai-memory.md using Memory Compaction Rules with: bug, root cause, fix, files touched, lessons learned, and remaining risks.
Goal
Find the real root cause, not just the first visible symptom.
Agent Routing
- If bug is in API/server/backend → read
.kiro/skills/agents/agents/backend-specialist.mdand apply its knowledge - If bug is in UI/rendering/CSS → read
.kiro/skills/agents/agents/frontend-specialist.mdand apply its knowledge - If bug is in database/queries → read
.kiro/skills/agents/agents/database-architect.mdand apply its knowledge - If bug may be a security issue → read
.kiro/skills/agents/agents/security-auditor.mdand apply its knowledge - Default → read
.kiro/skills/agents/agents/debugger.mdand apply its systematic analysis