Agent skill
resolve-findings
Choose an implementation path (trivial or standard) for evaluated findings and dispatch it. Trivial path applies fixes directly; standard 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".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/resolve-findings
SKILL.md
Resolve Findings
Choose a path for evaluated findings and run it. Trivial path applies fixes directly; standard 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:
- Standard — Run
/turboplanfor drafting, refinement, approval, implementation, and finalize - Trivial — Apply directly via
/apply-findings, then/finalize
Suggest Standard when findings include complex or architectural changes. Suggest Trivial when all findings are mechanical fixes.
Step 2: Run the Chosen Path
Read the reference file for the confirmed path and follow its phases:
- Trivial path — references/trivial-path.md
- Standard path — references/standard-path.md
State the chosen path before continuing with the reference file.
Then use the TaskList tool and proceed to any remaining task.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?