From odin
Executes step-by-step implementation plans precisely: reviews plan, applies code changes via ast-grep/Edit tools, verifies each step with difft/build/lint/test. Use after planning.
npx claudepluginhub outlinedriven/odin-claude-plugin --plugin odinThis skill uses the workspace's default tool permissions.
Execute the provided implementation plan with surgical precision.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.