run-implementation-plan

Execute implementation plan batches through review, verification, commits, and pull requests.

11|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/awood45/claude-coding-commands --skill run-implementation-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-implementation-plan
Source: https://github.com/awood45/claude-coding-commands/tree/main/.claude/skills/run-implementation-plan
Command: npx skills add https://github.com/awood45/claude-coding-commands --skill run-implementation-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of carrying an implementation plan from design to completion by coordinating batches, parallel task execution, reviews, verification, commits, and pull request creation.

Core Features & Use Cases

  • Batch Orchestration: Reads a structured implementation plan, finds the next incomplete batch, and executes tasks in the correct order.
  • Parallel Task Coordination: Launches independent implementation agents together while respecting track ordering and task conflicts.
  • Review and Verification Loop: Runs tests, formatting, linting, and build checks, then reviews changes and fixes issues before committing.
  • End-to-End Delivery: Ideal for long-running software delivery plans where a user wants the workflow completed autonomously from first unfinished task to final PR.

Quick Start

Use the run-implementation-plan skill to execute the next incomplete batch in the project’s implementation plan and finish the workflow through review, commit, and pull request creation.

Frequently Asked Questions about run-implementation-plan

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

FAQPage Schema
How do I automate implementation plan execution from unfinished tasks to pull request?

Automating implementation plan execution requires orchestrating batch scheduling, parallel task coordination, and review cycles. This Skill reads a structured plan, finds the next incomplete batch, executes tasks, runs verification, commits changes, and creates pull requests autonomously.

What is batch orchestration in software engineering and when do I need it?

Batch orchestration structures implementation plans into sequential or parallel execution groups. You need it when coordinating long-running software delivery plans that require scheduling independent tasks, managing track ordering, handling task conflicts, and automating branch and PR creation.

Can I run parallel implementation agents while respecting task conflicts and track ordering?

Yes, parallel task coordination launches independent implementation agents together while respecting track ordering and task conflicts. It parses plan dependencies, tracks task status, and schedules concurrent execution only for non-conflicting tasks within the same batch.

How do I add verification and code review loops to automated pull request creation?

Verification and code review loops run tests, formatting, linting, and build checks before committing. The workflow reviews changes, fixes issues, executes quality gates, and handles conflicts before automated branch management and pull request creation.

Does this implementation plan orchestrator work without external dependencies?

Yes, the implementation plan orchestrator operates without external dependencies. It requires only a structured implementation plan as input and handles plan parsing, task status tracking, conflict handling, quality gate execution, and automated branch and PR management internally.

What are the limitations of autonomous batch execution for software delivery plans?

Autonomous batch execution limitations include reliance on structured plan parsing accuracy and dependency on track ordering rules for conflict handling. Complex task conflicts may require manual intervention if quality gate execution fails or if review cycles cannot automatically fix issues.