execute
Carry an approved task through to working, verified code
git clone --depth 1 https://github.com/Yeachan-Heo/oh-my-claudecode /tmp/execute && cp -r /tmp/execute/skills/execute ~/.claude/skills/executeSKILL.md
# Execute Use this skill when the work is understood and the job is to build it. This is the canonical execution workflow. `autopilot`, `ralph`, `ultragoal`, `ultrapilot`, `pipeline`, and `swarm` route here. ## Goal Take a task from agreed intent to working code, with evidence that it works. ## Workflow 1. Confirm the task is clear enough to build. If it is not, plan first. 2. Break the work into independent units; run genuinely independent units in parallel. 3. Implement the smallest correct change per unit, reusing existing utilities and patterns. 4. Verify as you go, not only at the end. 5. Report what changed, what was verified, and what remains. ## Scale Match the machinery to the task: - **Single unit** — implement directly, verify, done. - **Several independent units** — delegate to `executor` agents in parallel. - **Long-running or unbounded** — keep a durable task list and continue until the list is empty. - **Needs coordinated parallel workers** — use `team`. Do not spin up coordination for work that one focused pass would finish. ## Rules - Prefer deletion over addition when behavior is preserved. - Do not add dependencies without an explicit request. - Keep diffs small and reversible. - Placeholder TODOs, `test.skip`, and stub tests are blockers, not progress. - Authoring and approval are separate passes — do not self-approve; hand off to `review` or `verify`. ## Completion Before claiming done: - No pending tasks - Tests pass, or failures are reported plainly - Verification evidence collected ## Output - Files changed - What was implemented - Evidence it works - What is still open
Pre-planning consultant for requirements analysis (Opus)
Strategic Architecture & Debugging Advisor (Opus, READ-ONLY)
Expert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategy
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Work plan and code review expert — thorough, structured, multi-perspective (Opus)
Root-cause analysis, regression isolation, stack trace analysis, build/compilation error resolution
UI/UX Designer-Developer for stunning interfaces (Sonnet)
External Documentation & Reference Specialist