exec_plan

Solid

Executes an implementation plan created by the make_plan skill. Use when the user says "exec_plan", "run the plan", "execute the plan", "implement the plan in plans/<feature>", or "continue the plan for <feature>". Accepts a feature name and an optional commit-mode flag: --ask-commit (default, ask after each verified task), --no-commit (never commit), or --auto-commit (commit + push after each verified task). Reads plans/<feature>/99-execution-plan.md, finds the next incomplete task, and runs the per-task loop (implement -> update the execution plan immediately -> verify -> commit per mode) following specification-first task ordering. When the repo's CLAUDE.md carries a CodeOps quality-profile block, a profile-gated quality loop reviews each executed phase (reviewer + auditor agents); critical/major findings pause for a user ruling in every commit mode.

AI & Automation 4 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# exec_plan — Execute an Implementation Plan > **CodeOps Skills Version**: 3.19.0 Execute the implementation plan at `plans/$ARGUMENTS/99-execution-plan.md`. The first argument is the feature name; an optional flag selects the commit mode. This skill covers **execution only**. To create a plan, use the make_plan skill. ## Resolve the plan path first (layout-aware) Determine the layout via **[../../_shared/layout-convention.md](../../_shared/layout-convention.md)**: - **Flat layout** (no marker): the plan is at `plans/$ARGUMENTS/99-execution-plan.md` — as flat layout always has. - **Nested layout** (marker present): the plan is under a feature — `codeops/features/<f>/plans/<plan>/99-execution-plan.md`. If the target feature/plan is ambiguous, **ask the user** (never guess). A non-trivial **task** mini-plan lives at the same nested path and executes identically (see "Lightweight tasks" above). Everywhere below that says `plans/$ARGUMENTS/` means this resolved plan path. ## Commit modes | Flag | Behavior | |------|----------| | *(none)* / `--ask-commit` | **Default.** After each verified task, ask the user whether to commit. | | `--no-commit` | Never commit, never ask. Pure implementation. | | `--auto-commit` | Automatically commit + push (via `/gitcmp`) after each verified task. | Full prompt wording, end-of-plan reminders, and commit-message format live in [commit-modes.md](commit-modes.md) — read it before the first commit decision. ## Lightweight tasks (bot...

Details

Author
blendsdk
Repository
blendsdk/claude-codeops
Created
1 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category