implement

Automates the full lifecycle of a project milestone from a specified starting point.

4|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/blake-simpson/belmont --skill implement-blake-simpson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/blake-simpson/belmont/tree/main/plugin/skills/implement
Command: npx skills add https://github.com/blake-simpson/belmont --skill implement-blake-simpson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-to-end milestone implementation by coordinating a tri-phase agent pipeline to convert the next pending PRD milestone into a concrete MILESTONE.

Core Features & Use Cases

  • Reads PROGRESS.md to identify the next pending milestone, creates and populates a MILESTONE.md for the target feature, and dispatches codebase, design, and implementation agents in parallel before finalizing tasks.
  • Updates PROGRESS.md with task statuses, archives completed milestones, and refreshes master docs (PRD/TECH_PLAN) to reflect outcomes and governance.
  • Supports milestone-level governance including immutability rules, blocker handling, and alignment with the feature PRD and tech plan.

Quick Start

Invoke the implement skill to start the next pending milestone from the PRD and orchestrate the three-phase agent pipeline.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate milestone implementation from a PRD?

Automate milestone implementation by invoking a tri-phase agent pipeline that reads PROGRESS.md, dispatches codebase, design, and implementation agents in parallel, and finalizes tasks to convert the next pending PRD milestone into a concrete MILESTONE.

What is an agent pipeline for milestone implementation?

An agent pipeline for milestone implementation is a coordinated tri-phase workflow that dispatches codebase, design, and implementation agents in parallel to process pending PRD milestones and generate actionable task outputs.

How do I track milestone progress and update project documentation automatically?

Track milestone progress and update documentation automatically by using an agent pipeline that updates PROGRESS.md with task statuses, archives completed milestones, and refreshes master PRD and TECH_PLAN documents to reflect outcomes.

Can I use an agent pipeline to manage milestone governance and blocker handling?

Yes, you can use the agent pipeline to manage milestone governance by enforcing immutability rules, handling blockers, and ensuring alignment with the feature PRD and tech plan during the implementation process.

Do I need a PROGRESS.md file to start automating milestone implementation?

Yes, a PROGRESS.md file is required to identify the next pending milestone and initiate the three-phase agent pipeline that creates MILESTONE.md and dispatches parallel implementation agents.

What are the limitations of automating milestone implementation with agents?

Limitations include dependency on existing PROGRESS.md, PRD, and TECH_PLAN files for context, and strict milestone immutability rules that require blocker handling rather than modifying archived completed milestones.