implement

Delegate coding, testing, and review tasks to specialized agents with phased execution.

6|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/rjroy/vibe-garden --skill implement-rjroy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/rjroy/vibe-garden/tree/main/lore-development/skills/implement
Command: npx skills add https://github.com/rjroy/vibe-garden --skill implement-rjroy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates end-to-end implementation by assigning coding, testing, and code-review tasks to specialized agents while preserving a trace of decisions and progress for retrospectives.

Core Features & Use Cases

  • Orchestrated delegation: Splits work into phases (implementation, testing, review) and dispatches each to appropriate agents.
  • Artifact-driven workflow: Starts from a spec, design, plan, or notes and references related artifacts to align outcomes.
  • Progress tracking & retros: Automatically records phase progress and decisions in a notes file for future reference.
  • Resumption & validation: Supports resuming interrupted work from notes and validates final results against the source artifact.

Quick Start

Use the /implement command with the path to a lore artifact (e.g., .lore/specs/example.md) to begin an implementation workflow.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate implementation from a spec using agent orchestration?

Agent orchestration automates implementation by delegating coding, testing, and review tasks to specialized agents in phases. It starts from your spec or design artifact, breaks work into structured phases, and produces an auditable notes file tracking all dispatches and decisions.

What is artifact-driven workflow for coordinating coding and testing agents?

Artifact-driven workflow aligns implementation outcomes by referencing source artifacts like specs, plans, or notes. It coordinates coding and testing agents by breaking work into phases and validating final results directly against the original artifact.

Can I resume interrupted implementation work from previous notes?

Implementation workflows support resuming interrupted work directly from the recorded notes file. The notes file captures phase progress, dispatches, and decisions, allowing the orchestration to pick up where it left off and complete the remaining validation.

How do I track implementation progress and decisions for retrospectives?

Implementation progress and decisions are tracked automatically in an auditable notes file detailing agent dispatches, results, and phase outcomes. This notes file preserves a complete trace of the implementation cycle for future reference and retrospectives.

Does agent orchestration work for breaking down development plans into phases?

Agent orchestration works for development plans by splitting work into implementation, testing, and review phases. Each phase is dispatched to appropriate specialized agents, managing the full cycle from initial dispatch to final validation against the source artifact.