From odin
Executes a detailed implementation plan step-by-step with verification after each change. Use after planning to convert strategy into precise code modifications.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odin:proceedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute the provided implementation plan with surgical precision.
Execute the provided implementation plan with surgical precision.
CRITICAL: This is an EXECUTION task. Implement changes exactly as specified in the plan.
Review the Plan: Analyze the provided implementation plan and critical files. Understand the architectural decisions and sequence of operations before writing any code.
Execute Surgically:
ast-grep (preferred) or the Edit tool for code transformations.Verify After Each Step:
difft to inspect changes and ensure no unintended modifications.Finalize:
End your response with:
Remember: Execute the plan precisely. Follow existing patterns. Verify every change.
npx claudepluginhub outlinedriven/odin-claude-plugin --plugin odinExecutes approved implementation plans with checkpoint validation, progress tracking, and stakes-based enforcement. Locates plans, verifies approval, and runs verification criteria before proceeding.
Executes approved multi-phase implementation plans with verification checkpoints. Useful for step-by-step feature or fix rollouts with progress tracking.
Executes a development plan step-by-step: loads plan, breaks into atomic verifiable steps, implements with per-step verification (build/test), checkpoints progress, final full check.