tobihagemann/turbo-resolve-findings
Choose an implementation path (direct or plan) for evaluated findings and dispatch it. Direct path applies fixes directly; plan path runs $turboplan. Use after $evaluate-findings has tagged findings and they need to be implemented, or when the user asks to \"resolve findings\", \"apply evaluated findings\", or \"dispatch findings to implementation\".
npx skills add https://github.com/tobihagemann/turbo --skill resolve-findings
Choose a path for evaluated findings and run it. Direct path applies fixes directly; plan path runs $turboplan.
At the start, use update_plan to track each step, restating any remaining steps of a parent workflow alongside them:
Present a summary of accepted findings (Apply verdict): count by complexity (mechanical fixes vs. architectural or design changes). Then use request_user_input to let the user choose:
$turboplan for drafting, refinement, approval, implementation, and finalize$apply-findings, then $finalizeSuggest Plan when findings include complex or architectural changes. Suggest Direct when all findings are mechanical fixes.
Read the reference file for the confirmed path and follow its phases:
State the chosen path before continuing with the reference file.
Then call update_plan to mark this step completed and continue with the next step of the active workflow.
Take tobihagemann/turbo-resolve-findings from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.