# Resolve Findings: Trivial Path Apply evaluated findings directly. `/apply-findings` handles the verdict-aware routing: Escalate prompts, note-for-later captures, and conflict detection. ## Task Tracking Use `TaskCreate` to create a task for each phase: 1. Run `/code-style` skill 2. Run `/apply-findings` skill 3. Run `/finalize` skill ## Phase 1: Run `/code-style` Skill Run the `/code-style` skill to load mirror, reuse, and symmetry rules before editing. ## Phase 2: Run `/apply-findings` Skill Run the `/apply-findings` skill on the evaluated findings. ## Phase 3: Run `/finalize` Skill If changes were made, run the `/finalize` skill. Then use the TaskList tool and proceed to any remaining task.