pw-implement

Execute checkpointed parallel implementation with independent verification gates.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/patrob/skills --skill pw-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pw-implement
Source: https://github.com/patrob/skills/tree/main/plugins/claude-skills/skills/pw-implement
Command: npx skills add https://github.com/patrob/skills --skill pw-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinate and control the execution of complex plans by running multiple implementation agents in parallel while ensuring each checkpoint passes verification.

Core Features & Use Cases

  • Parallel execution with per-checkpoint verification: run multiple agents in parallel where possible, with independent gates to validate each checkpoint.
  • Plan parsing and orchestration: extract checkpoints, tasks, files, and success criteria from plan.md and orchestrate execution order based on dependencies.
  • Result collection and logging: aggregate agent reports, perform final verification, and generate an implementation log for audit.

Quick Start

To start, provide a plan.md and invoke pw-implement within your workflow to begin executing the checkpointed parallel implementation.

Frequently Asked Questions about pw-implement

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

FAQPage Schema
How do I run parallel implementation agents with independent verification gates?

Parallel implementation with independent verification gates is automated by parsing a multi-checkpoint plan.md, orchestrating agent execution order based on dependencies, and enforcing TypeScript checks and tests for each checkpoint.

How do I orchestrate checkpoint-driven implementation from a plan.md file?

Checkpoint-driven implementation from a plan.md file is orchestrated by extracting checkpoints, tasks, files, and success criteria, then coordinating parallel groups and sequential steps based on dependencies to execute the plan.

What is the best way to coordinate multiple agents executing a complex TypeScript workflow?

Coordinating multiple agents in a complex TypeScript workflow requires parsing established plans, running agents in parallel where possible, applying verification protocols, and aggregating per-checkpoint results into an implementation log.

Do I need an established plan from pw-deliberate to use checkpoint-driven parallel implementation?

An established plan from pw-deliberate is required. Checkpoint-driven parallel implementation applies to multi-checkpoint plans that exist as plan.md and have been established through the pw-deliberate workflow beforehand.

Does checkpoint-driven parallel implementation enforce TypeScript checks and tests for every agent?

Checkpoint-driven parallel implementation enforces a verification protocol including TypeScript checks and tests for every agent. Each checkpoint must pass its independent verification gate before proceeding.

Why does parallel implementation require collecting per-checkpoint results and generating a log?

Collecting per-checkpoint results and generating a log is required for audit purposes. The implementation log aggregates agent reports and final verification outcomes, providing a comprehensive record for review.