resolve-findings
Installation
SKILL.md
Resolve Findings
Choose a path for evaluated findings and run it. Direct path applies fixes directly; plan path runs /turboplan.
Task Tracking
At the start, use TaskCreate to create a task for each step:
- Choose path
- Run the chosen path
Step 1: Choose Path
Present a summary of accepted findings (Apply verdict): count by complexity (mechanical fixes vs. architectural or design changes). Then use AskUserQuestion to let the user choose:
- Plan — Run
/turboplanfor drafting, refinement, approval, implementation, and finalize - Direct — Run
/apply-findings, then/finalize
Suggest Plan when findings include complex or architectural changes. Suggest Direct when all findings are mechanical fixes.