From toolu
Use when you have a reviewed plan to implement. Drives the plan step by step with verification checkpoints, respects the quality gate, and delegates heavy work to subagents to keep context compact. Native toolu workflow; the execution phase of brainstorm → spec → spec-review → plan → plan-review → execution → execution-review → test.
How this skill is triggered — by the user, by Claude, or both
Slash command
/toolu:executionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The execution phase of the toolu workflow — it comes after `plan-review` and hands off to `execution-review`. Carries out a reviewed plan with discipline: small steps, evidence before claims, never skip the gate.
The execution phase of the toolu workflow — it comes after plan-review and hands off to execution-review. Carries out a reviewed plan with discipline: small steps, evidence before claims, never skip the gate.
Trigger phrases: execute the plan, implement this, start building, work through the plan.
A reviewed plan exists (plan + plan-review ran for non-trivial work). If there's no plan, write one first; if the plan hasn't been pressure-tested, run plan-review before sinking time into code built on a shaky plan.
For ledger-tracked work, read progress with bash plugins/toolu/hooks/lib/plan-ledger.sh status to find the next non-fresh-green step, do the loop below for it, then record it with bash plugins/toolu/hooks/lib/plan-ledger.sh run --step <id> — the script stamps green from mechanical truth, you cannot claim it. On plan deviation, edit the steps block and note it under ## Deviations, then re-run. Before push, do a final full bash plugins/toolu/hooks/lib/plan-ledger.sh run so every step is fresh-green against the final code.
test) — real data, colocated. For a bugfix, reproduce first.?, rethrow), match, or convert; never swallow, never silence with a disable comment (@ts-ignore, eslint-disable, #[allow]). The gate enforces this on every edit; write it right the first time.plan (and plan-review), not into this step.docs/ guides, SKILL.md triggers, release notes) in the same step; it's part of "done", not a follow-up.systematic-debugging), don't retry harder.Working, verified increments that match the plan, with real error handling and real-data tests, landed under a green gate. Hand off to execution-review to confirm the work matches the plan and the conventions hold, then to test for the final pass.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub falconiere/toolu --plugin toolu