implement-plan

Orchestrate subagents to implement and verify markdown-based software plans.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/phillippelevidad/ai-led-engineering --skill implement-plan-phillippelevidad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/phillippelevidad/ai-led-engineering/tree/main/skills/implement-plan
Command: npx skills add https://github.com/phillippelevidad/ai-led-engineering --skill implement-plan-phillippelevidad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing complex software implementation tasks by automating the orchestration of subagents, ensuring that plans are executed, verified, and documented without manual oversight.

Core Features & Use Cases

  • Automated Orchestration: Coordinates multiple specialized subagents to handle implementation, exploration, and verification tasks in parallel.
  • Strict Verification: Enforces an evidence-before-claims policy, ensuring that every task is validated against the plan's requirements before being marked as complete.
  • Use Case: When a developer has a complex feature plan defined in a .plan.md file, this skill automatically delegates the coding, testing, and documentation tasks to isolated subagents, verifying each step until the entire feature is production-ready.

Quick Start

Use the implement-plan skill on the path to your specific plan file to begin the automated execution and verification process.

Frequently Asked Questions about implement-plan

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

FAQPage Schema
How do I automate Cursor plan execution for complex feature builds?

You can automate Cursor plan execution by orchestrating isolated subagents that handle implementation, exploration, and verification tasks in parallel until the feature is production-ready. This skill reads your markdown plan file and delegates each task automatically.

What is subagent orchestration for software development plans?

Subagent orchestration is the process of coordinating multiple specialized agents to execute coding, testing, and documentation tasks defined in a plan. It ensures every task is validated against requirements before being marked as complete.

How do I verify implementation tasks against a markdown plan file?

To verify implementation tasks against a markdown plan file, the skill enforces an evidence-before-claims policy where isolated subagents validate each step against the plan's requirements before marking it complete. This ensures quality assurance in large monorepo environments.

Can I use automated orchestration for refactoring projects in a large monorepo?

Yes, automated orchestration supports refactoring projects and technical migrations in large monorepo environments. The skill applies scoped, time-bounded verification to ensure each delegated subagent task meets the plan's requirements.

What format does my plan file need to be in for automated subagent execution?

Your plan file needs to be a markdown-based file, typically named with a .plan.md extension. The skill reads the path to this file to begin the automated execution and verification process for your software development tasks.

Why does the orchestration process require isolated subagents for coding tasks?

Isolated subagents are required because they handle implementation, exploration, and verification tasks in parallel without manual oversight. This isolation ensures strict verification and evidence-based quality assurance before any task is marked as complete.