What problem does it solve? When a Fastflow task or implementation fails, developers need a disciplined way to gather evidence from the local repository before proposing fixes, instead of guessing at root causes. ## Core Features & Use Cases - Evidence-First Investigation: Reads goals and plans, inspects git status, recent commits, and diffs, then searches logs and error text before drawing conclusions. - Structured Debug Reports: Produces a consistent report covering the problem, evidence with file and line references, likely root cause with confidence level, recommended fix, verification commands, and unknowns. - Safe Read-Only Operation: Does not edit files during debugging unless explicitly asked, and prefers reproducible commands over speculation. - Use Case: A validation stage fails in a Fastflow workflow. Run this Skill to inspect the failing tests, trace the error through recent commits, and receive a report pinpointing the likely cause and the exact command to verify the fix. ## Quick Start Ask the agent to debug the failing task described in the current goal file and produce a debug report with evidence and a recommended fix.