Execute Right
Description
A Claude Code skill for the moment a plan is carried out: a handed value is a hypothesis, a done-claim names its check, and a controller's rules for running a plan through subagents. Pairs with plan-hard.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
execute-right
A Claude Code skill for the moment a plan is about to be carried out.
[`plan-hard`](https://github.com/lumi-fiona/plan-hard) governs what a plan may **claim**. This governs what an executor may **trust** — and, since 2026-09-02, what a controller does while running that plan through subagents.
Install
Clone it into your skills folder. Claude Code picks it up by the description in `SKILL.md`; nothing else to configure.
git clone https://github.com/lumi-fiona/execute-right.git ~/.claude/skills/execute-right
To update, `git pull` in that folder.
What it says
- A handed value is a hypothesis. An exact constant, width, timeout or selector in a step is the author's estimate until you have run the thing that produces the real one. Measure, then type — and report a deviation with the measurement that justified it.
- A done-claim names its check. The command, probe or diff that could have failed. "Tests pass" means the project's own test command, not a file run directly. A check whose passing state looks identical to its not-having-run state proved nothing.
- Stop conditions are honored. A step that names a failing number and gets one halts there. It does not get argued into the value you found.
- Who runs this comes from measurements, not vibes. Read the model/effort stamp on the step; without one, route from your own measured notes and name an unmeasured config as unmeasured.
- When you are the controller. The plan's Global Constraints go verbatim into every implementer and reviewer prompt; the File map decides what may run at once and keeps one writer per file; a step that spends money or deploys is yours, and its measured result is what the next reviewer sees; a reviewer gets the numbered ways this diff could be wrong, never "review this"; ambiguity is pre-resolved, never left as a question a background agent cannot ask; a fix is proved by reverting it and watching its test go red; the ledger of accepted
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11