triage-bug
Use this skill when a bug report needs structured investigation before planning or coding.
Goal
Turn an incoming bug report into routing-ready input for Manager, with enough detail to generate Planner or Coder instructions.
Required Reference Loading
Before finalizing triage output, load:
docs/schemas/manager_response_schema.mdprompts/templates/manager_to_planner.mdprompts/templates/manager_to_coder.md
If template or schema files are missing, state the gap and continue with the closest structured fallback.
Workflow
- Capture the reported behavior, expected behavior, and impact.
- Identify the likely subsystem, files, or prompts involved.
- Check whether the issue is reproducible from available evidence.
- Separate confirmed facts from hypotheses.
- Propose the next routing step for Manager:
SEND_TO_PLANNER,SEND_TO_CODER, orNEEDS_REVISION. - Prepare instruction-ready details that map to the matching manager template.
Deliverable
Provide a structured triage note with:
- bug summary,
- severity and impact,
- reproduction status,
- suspected files or subsystem,
- missing information,
- recommended manager decision,
- draft instruction payload fields.
Do Not
- start broad refactors,
- claim root cause without evidence,
- skip documenting uncertainty.