super-execute
Installation
SKILL.md
Super-Execute
Purpose
Agent team execution engine that takes an implementation plan and drives it through mandatory review gates at every level — task, phase, and PR. Nothing ships without passing every gate.
Announce at start: "I'm using the super-execute skill to implement this plan with enforced review gates."
When to Use
- You have a validated implementation plan (from
writing-plans+validating-plans) - You want mandatory code review after EVERY task
- You want phase-level compliance checking against the plan
- You want comprehensive PR review with forced fixes before merge
Do NOT use for:
- Plans with fewer than 3 tasks (use
subagent-driven-developmentinstead) - Exploration or research (use
research-to-plan) - Writing the plan itself (use
writing-plans)