executing-plans

Executes written implementation plans task-by-task with verification checkpoints and review gates.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/NT-boop-star/BRMV-tract --skill executing-plans-nt-boop-star
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/NT-boop-star/BRMV-tract/tree/main/antigravity/skills/executing-plans
Command: npx skills add https://github.com/NT-boop-star/BRMV-tract --skill executing-plans-nt-boop-star

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Written implementation plans often get executed inconsistently, with steps skipped, verifications ignored, or blockers silently worked around. This Skill enforces a disciplined process for loading a plan, reviewing it critically, executing every task in order, and stopping to ask for help instead of guessing. ## Core Features & Use Cases - Critical Plan Review: Reads the plan file first and raises questions or concerns with the human partner before any code is written. - Task-by-Task Execution: Tracks each task with a todo list, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Stop-on-Blocker Discipline: Halts immediately on missing dependencies, failing tests, or unclear instructions rather than guessing. - Use Case: You have a detailed implementation plan from a prior planning session. Hand it to the agent, which reviews it, executes each task with verification, and finishes the development branch when all tasks pass. ## Quick Start Use the executing-plans skill to implement the plan in docs/feature-plan.md, reviewing it first and stopping if anything is unclear.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute an implementation plan with an AI agent?

Provide the plan file and invoke the executing-plans skill. The agent reviews the plan critically, raises concerns before starting, then executes each task in order with the specified verifications, tracking progress in a todo list.

What should I do before running a plan execution workflow?

Write a detailed plan with bite-sized steps and explicit verifications, ideally using a plan-writing skill. Set up an isolated workspace such as a git worktree, and never start implementation on the main or master branch without explicit consent.

What happens when a plan execution hits a blocker?

Execution stops immediately on blockers like missing dependencies, failing tests, or unclear instructions. The agent asks the human partner for clarification rather than guessing or forcing through the problem.

Does executing-plans work without subagent support?

Yes, it is designed for sessions without subagents, but the documentation notes that platforms with subagent support produce higher quality results. If subagents are available, a subagent-driven development skill is recommended instead.

When should I revisit the plan instead of continuing execution?

Return to the review step when your partner updates the plan based on feedback or when the fundamental approach needs rethinking. Do not force through blockers; stop and reassess.