implement

Translate contracts into executable code and tests across milestones.

77|5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/lee-to/hlv --skill implement-lee-to
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/lee-to/hlv/tree/main/skills/implement
Command: npx skills add https://github.com/lee-to/hlv --skill implement-lee-to

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Contracts at scale often stall as teams translate requirements into executable code and tests. This Skill orchestrates agents to turn contracts into code and tests across milestones, executing tasks in parallel while respecting dependencies.

Core Features & Use Cases

  • Orchestrates parallel agents to work on stage tasks, respecting dependencies and gating rules.
  • Generates code and tests from contracts, validating against the plan and updating milestones.
  • Applies after /verify passes to progress from specification to production-ready outputs.

Quick Start

Run implement to begin the current milestone stage and generate code and tests from contracts.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I translate contracts into executable code and tests automatically?

You can translate contracts into executable code and tests by orchestrating LLM-driven agents that read requirements and generate production-ready outputs. This automation validates code locally and updates milestones.

How do I run parallel coding tasks on milestone-based projects without breaking dependencies?

To run parallel coding tasks while respecting dependencies, you need a coordinator that tracks stages and gating rules. This Skill orchestrates autonomous agents to execute stages in parallel and updates progress via milestones.yaml.

What is the best way to automate LLM-driven plan execution for software milestones?

Automating LLM-driven plan execution requires enforcing end-to-end translation from specifications to code while tracking stage gates. This Skill coordinates agents to generate code, validate locally, and update the milestone configuration automatically.

Can I use autonomous agents to generate code from specifications after verification passes?

Yes, you can use autonomous agents to generate code from specifications after verification passes. This Skill applies specifically to progress from specification to production-ready outputs once the /verify step is complete.

Does this parallel agent coordination work for projects requiring local validation and stage updates?

Yes, this parallel agent coordination works for projects requiring local validation and stage updates. It enforces end-to-end automation by validating generated code against the plan locally and recording updates in milestones.yaml.

Why do my contracts stall when teams try to scale requirements into executable code?

Contracts stall at scale because manually translating requirements into executable code and tests creates bottlenecks. Orchestrating parallel agents to automate this translation with dependency tracking resolves the stall and accelerates production.