plan-approved

Execute reviewed plans by delegating work to subagents and tracking task completion.

4|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/skaisser/blueprint --skill plan-approved
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-approved
Source: https://github.com/skaisser/blueprint/tree/main/skills/plan-approved
Command: npx skills add https://github.com/skaisser/blueprint --skill plan-approved

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plan approvals are complex and error-prone when coordinating multiple subagents and teams; this skill orchestrates execution by reading an Execution Strategy, delegating rounds, and tracking progress to prevent drift.

Core Features & Use Cases

  • Delegates work to subagents or teams per the Execution Strategy.
  • Tracks task completion with [x] marks and timestamps and commits after each phase.
  • Manages context for long-running executions and enables resume after plan review.

Quick Start

Run /plan-approved to begin executing a reviewed plan by delegating work to subagents and coordinated teams.

Frequently Asked Questions about plan-approved

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

FAQPage Schema
How do I orchestrate plan execution with subagents?

Orchestrate plan execution by triggering /plan-approved to delegate work to subagents. The coordinator reads the Execution Strategy, dispatches workers per round, and tracks task completion with [x] marks and timestamps to prevent drift.

What is the best way to coordinate teams for implementing a reviewed plan?

Coordinating teams for a reviewed plan involves delegating work rounds to subagents and tracking progress with timestamps. This skill manages context for long executions and commits after each phase to ensure structured implementation.

How does subagent delegation work during long-running plan execution?

Subagent delegation during long-running plan execution works by dispatching workers per round from the Execution Strategy. The coordinator manages context windows, tracks task completion with [x] marks, and enables resume after plan review.

Can I resume coding implementation if a plan execution is interrupted?

Yes, you can resume coding implementation after an interruption. The coordinator tracks task completion with [x] marks and timestamps, commits after each phase, and manages context to resume long-running executions seamlessly.

Do I need an existing reviewed plan to start delegating work to subagents?

Yes, you need an existing reviewed plan with an Execution Strategy to start delegating work. The skill triggers on phrases like execute the plan or start implementation to begin coding based on that reviewed plan.

Why does plan execution drift when coordinating multiple subagents?

Plan execution drifts when coordinating multiple subagents due to untracked progress and unmanaged context. This skill prevents drift by tracking task completion with [x] marks and committing after each phase.