executing-a-work-plan

Orchestrate milestone tasks with code-worker agents and per-milestone reviews.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cyarie/cyarie-claude-plugin --skill executing-a-work-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-a-work-plan
Source: https://github.com/cyarie/cyarie-claude-plugin/tree/main/skills/executing-a-work-plan
Command: npx skills add https://github.com/cyarie/cyarie-claude-plugin --skill executing-a-work-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end work plan execution by coordinating milestone-by-milestone implementation using code-worker agents and per-milestone code reviews to ensure complete, high-quality results.

Core Features & Use Cases

  • Milestone-by-milestone execution: dispatches tasks for each milestone, sequences work, and ensures proper progress tracking.
  • Per-milestone code reviews: consolidates task outputs and conducts integrated reviews before moving to the next milestone.
  • Full transparency: prints complete agent outputs after each task to maintain human visibility and traceability.
  • Just-in-time loading: reads one milestone at a time to preserve context and optimize token usage.
  • Git-state aware: captures start/end commits for milestone scopes and supports escalation if issues persist.

Quick Start

Invoke the execute-work-plan command after selecting a populated plan under docs/work-plans to begin executing milestones.

Frequently Asked Questions about executing-a-work-plan

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

FAQPage Schema
How do I automate work plan execution with milestone tracking in git?

Automate work plan execution by orchestrating milestone tasks with code-worker agents. The skill reads milestone files, dispatches tasks sequentially, and captures start/end git commits to maintain progress tracking throughout the repository.

How does milestone-by-milestone code review work during work plan execution?

Milestone-by-milestone code review consolidates code-worker task outputs and conducts integrated reviews before advancing. This ensures each milestone scope passes quality checks before subsequent tasks are dispatched.

Do I need a specific directory structure to execute a work plan?

You need a populated work plan file set under docs/work-plans and a ready git repository. The execution command reads one milestone at a time from this directory to preserve context and optimize token usage.

What happens when code-worker agents encounter persistent issues during task dispatch?

When code-worker agents encounter persistent issues, the skill supports escalation. It captures git-state scopes for milestones and escalates unresolved problems to maintain execution transparency and human visibility.

Can I see full agent outputs when executing milestones for traceability?

Full agent outputs are printed after each task dispatch to maintain transparency and traceability. The skill emits complete outputs from code-worker agents, ensuring human visibility into the milestone execution process.

What's the best way to coordinate end-to-end work plans using code-worker agents?

Coordinate end-to-end work plans by orchestrating milestone tasks with code-worker agents. The approach handles task dispatch, per-milestone reviews, and just-in-time loading to optimize context and token usage.