executing-plans

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

2|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/Grupo-6-ADS-B/FittNutri --skill executing-plans-grupo-6-ads-b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Grupo-6-ADS-B/FittNutri/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/Grupo-6-ADS-B/FittNutri --skill executing-plans-grupo-6-ads-b

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Written implementation plans often fail in execution because steps get skipped, verifications are ignored, or blockers are worked around with guesses. This Skill enforces a disciplined process for carrying out a plan in a separate session with review checkpoints. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any work begins. - Task-by-Task Execution: Tracks each task with TodoWrite, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Stop-and-Ask Discipline: Halts immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: After drafting a multi-step refactoring plan, hand it to a fresh session that reviews it critically, executes every task in order, and finishes the development branch with tests verified. ## Quick Start Use the executing-plans skill to implement the plan in docs/refactor-plan.md, reviewing it critically 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 assistant?

Provide the written plan file and invoke the executing-plans skill. It reads the plan, reviews it critically, raises concerns before starting, then executes each task in order while running the verifications the plan specifies.

What should an implementation plan include before execution?

The plan should contain bite-sized tasks with explicit steps and verification commands for each task. Plans created with the superpowers:writing-plans skill follow this structure and pair directly with this execution workflow.

What happens when a plan step fails or is unclear?

Execution stops immediately when a blocker, failing verification, or unclear instruction appears. The skill asks the human partner for clarification rather than guessing or forcing through the problem.

Can I start implementation directly on the main branch?

No. The skill requires explicit user consent before starting work on main or master, and recommends setting up an isolated workspace with the superpowers:using-git-worktrees skill first.

When should I use subagent-driven development instead?

If the platform supports subagents, such as Claude Code or Codex, the skill recommends superpowers:subagent-driven-development instead, since delegating tasks to subagents produces higher-quality results.