executing-plans

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

1|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/maopujie10-sys/Bailongma --skill executing-plans-maopujie10-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/maopujie10-sys/Bailongma/tree/main/src/skills/superpowers/executing-plans
Command: npx skills add https://github.com/maopujie10-sys/Bailongma --skill executing-plans-maopujie10-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns a written implementation plan into completed code by walking through every task in order, running the specified verifications, and stopping to ask for help instead of guessing when something blocks progress. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with you before any code is written. - Task-by-Task Execution: Marks each task in progress, follows its bite-sized steps exactly, runs the specified verifications, and marks it complete. - Controlled Completion: Hands off to the finishing-a-development-branch workflow to verify tests and close out the work. - Use Case: You have a multi-task refactoring plan written in a previous session. Invoke this skill in a fresh session to implement every task with checkpoints, stopping automatically if a test fails or an instruction is unclear. ## Quick Start Ask the agent to execute the implementation plan saved in your plan file using the executing-plans skill.

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 written plan file and invoke the executing-plans skill. The agent reviews the plan critically, raises concerns before starting, then works through each task in order, running the verifications specified in the plan.

What happens if a task in the plan fails verification?

The agent stops executing immediately when a verification fails repeatedly, a dependency is missing, or an instruction is unclear. It asks for clarification rather than guessing, so you can fix the plan or environment before continuing.

Does executing-plans work without subagent support?

Yes, it is designed for sessions without subagents. The skill notes that platforms with subagent support such as Claude Code, Codex CLI, or Gemini CLI should prefer the subagent-driven-development skill for higher quality results.

Can the agent start implementation on the main branch?

No. The skill explicitly forbids starting implementation on main or master without your explicit consent, and it integrates with the using-git-worktrees skill to ensure an isolated workspace.

What skills does executing-plans depend on?

It integrates with writing-plans to produce the plan it executes, using-git-worktrees for workspace isolation, and finishing-a-development-branch to verify tests and complete the work after all tasks finish.