implement

Coordinates one backend ticket through architect, developer, review, QA, and publish dispatches.

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/PVMalove/claude-agent-harness --skill implement-pvmalove
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/PVMalove/claude-agent-harness/tree/main/skills/first-party/pvmalove/implement
Command: npx skills add https://github.com/PVMalove/claude-agent-harness --skill implement-pvmalove

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Moving a backend ticket from spec to merged code requires coordinating multiple specialized roles (architect, developer, reviewer, QA, publisher) with strict approval gates, isolated branches, and auditable handoffs. Doing this manually is error-prone and loses accountability between steps. ## Core Features & Use Cases - Orchestrated handoffs: Drives exactly one ticket through the architect → developer → code-review → qa → publish pipeline, requiring explicit developer approval before every dispatch. - Isolated Git workflow: Enforces issue branches and worktrees, never writes to protected or integration/* branches, and rechecks the base-commit gate before review and publish. - Evidence-based coordination: Each dispatched role records a model self-report against an immutable brief, emits heartbeats, and produces reports treated as evidence rather than authority to advance. - Use Case: A developer runs /implement on a ticket; the coordinator proposes an architect dispatch, waits for approval, then sequences developer, review, and QA dispatches, and finally offers /to-pull-requests after an accepted publish. ## Quick Start Ask the agent to implement a specific ticket using the backend-orchestration route, for example: "Run implement on ticket PROJ-123 and coordinate it through review and QA."

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement a ticket with an orchestrated agent workflow?▼

Invoke the implement skill with a ticket reference; it coordinates architect, developer, review, QA, and publish dispatches in sequence. Each handoff requires your explicit approval before the coordinator creates and sends the dispatch.

What is the difference between implement and fast-implement?▼

The implement skill is the opt-in backend-orchestration route requiring a working coordinator CLI. If the coordinator command is unavailable or cannot read its state, the skill stops and directs you to run /fast-implement instead.

Does the implement skill write code itself?▼

No. The session acts purely as a coordinator: it creates and observes dispatches but never implements the ticket. Actual work is performed by dispatched role subagents operating in declared worktrees against immutable briefs.

Can implement push directly to integration or protected branches?▼

No. Protected and integration/* branches are never write targets. Work happens on isolated issue branches in worktrees, and publish pushes only the accepted SHA after the base-commit gate is rechecked.

What happens when a dispatch report mismatches or goes stale?▼

A mismatch or stale dispatch is treated as a blocker for the developer. Recovery requires a newly approved dispatch; the coordinator never edits a brief or state record to force progress.

Does implement open or merge pull requests automatically?▼

No. After an accepted publish it only offers /to-pull-requests <ticket>. It never invokes that command automatically, opens or merges a PR, writes to an integration branch, or closes the ticket.