implement-plan

Orchestrate parallel plan execution with dependency-aware implementor agent batches.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yandy-r/claude-plugins --skill implement-plan-yandy-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/yandy-r/claude-plugins/tree/main/.cursor-plugin/skills/implement-plan
Command: npx skills add https://github.com/yandy-r/claude-plugins --skill implement-plan-yandy-r

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates orchestration of parallel plan execution by deploying implementor agents in dependency-aware batches, with optional agent teams and worktree isolation.

Core Features & Use Cases

  • Batch-based parallel execution: orchestrates multiple tasks across batches with dependency constraints.
  • Flexible orchestration modes: standalone sub-agents or agent teams with upfront TaskCreate/TaskUpdate wiring.
  • Worktree-aware execution: supports per-batch or per-task isolation and safe fan-in merges.

Quick Start

Invoke /implement-plan <feature-name> to orchestrate your feature's implementation plan.

Frequently Asked Questions about implement-plan

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

FAQPage Schema
How do I automate parallel plan execution with dependency-aware batches?

Automate parallel plan execution by deploying implementor agents in dependency-aware batches, coordinating tasks across batches while respecting dependency constraints to orchestrate feature implementation.

Can I use worktree isolation for per-task execution and fan-in merges?

Worktree isolation supports per-batch or per-task execution, enabling safe fan-in merges by keeping parallel agent changes isolated until they are ready to be integrated back into the main branch.

Does parallel agent orchestration work with Claude Code, Cursor, and Codex?

Parallel agent orchestration applies across Claude Code, Cursor, Codex, and opencode, supporting both standalone sub-agents and agent-team workflows for flexible execution modes.

How do I coordinate agent teams for workflow orchestration?

Coordinate agent teams using upfront TaskCreate and TaskUpdate wiring, allowing you to orchestrate complex workflows by deploying interconnected agent teams rather than just standalone sub-agents.

What is the best way to schedule parallel tasks with dependency constraints?

Schedule parallel tasks by deploying implementor agents in dependency-aware batches, ensuring that tasks with dependencies are wired correctly and executed in the proper sequential batch order.

When should I not use batch-based parallel execution for agents?

Avoid batch-based parallel execution when tasks lack clear dependency constraints or require strict sequential execution, as the orchestration is designed specifically for dependency-aware batch scheduling and fan-in merges.