implement-plan

Distribute plan tasks to subagents with retry and reassignment handling.

1|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/bitsocialnet/bitsocial-web --skill implement-plan-bitsocialnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/bitsocialnet/bitsocial-web/tree/main/.cursor/skills/implement-plan
Command: npx skills add https://github.com/bitsocialnet/bitsocial-web --skill implement-plan-bitsocialnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates plan execution by distributing tasks to plan-implementer subagents and preserves context for overall coordination.

Core Features & Use Cases

  • Analyze the attached plan to identify discrete tasks, dependencies, and ambiguities.
  • Group tasks into parallel batches while observing a maximum of four concurrent subagents and ensuring tasks touching the same files are not run in parallel.
  • Spawn plan-implementer subagents to execute each batch and handle failures with retries or reassignments, then perform final verification.

Quick Start

Provide a plan file or plan text and I will orchestrate its implementation by delegating tasks to plan-implementer subagents.

Frequently Asked Questions about implement-plan

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

FAQPage Schema
How do I orchestrate plan execution with parallel subagents?

To orchestrate plan execution with parallel subagents, you provide a plan file or plan text. The system analyzes tasks, groups them into parallel batches, and delegates execution to plan-implementer subagents while preserving overall context.

How does task decomposition and batching work for parallel execution?

Task decomposition and batching work by analyzing dependencies and grouping tasks into parallel batches. The system ensures tasks touching the same files are not run in parallel and enforces a maximum of four concurrent subagents during execution.

Do I need a specific plan file format to automate task implementation?

You do not need a specific plan file format to automate task implementation. You can provide either a structured plan file or plain plan text, and the orchestrator will identify discrete tasks, dependencies, and ambiguities for implementation.

What happens when a subagent fails during parallel plan execution?

When a subagent fails during parallel plan execution, the orchestrator handles the failure with retries or reassignments. It delegates the task to another plan-implementer subagent and performs final verification to ensure successful implementation.

What is the maximum number of concurrent subagents for task orchestration?

The maximum number of concurrent subagents for task orchestration is four. This concurrency limit ensures stable parallel execution while preventing tasks that touch the same files from running simultaneously and causing conflicts.