implement-milestone

Orchestrate a milestone from feature branch through CI verification and merge to main.

3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/equaltoai/lesser-host --skill implement-milestone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-milestone
Source: https://github.com/equaltoai/lesser-host/tree/main/.codex/skills/implement-milestone
Command: npx skills add https://github.com/equaltoai/lesser-host --skill implement-milestone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end execution of a single project milestone, including feature-branch work, CI-approved governance verification, and merge-to-main with subsequent stage deployments.

Core Features & Use Cases

  • Branch-per-milestone workflow with PR reviews and gov-infra verifiers
  • Enforces preconditions and ensures changes are merged cleanly to main followed by stage deployments
  • Useful for teams following roadmap-driven milestones with gated governance and on-chain deployment

Quick Start

Create a feature branch from main, open a PR, verify all governance checks pass, and merge to trigger stage deployments.

Frequently Asked Questions about implement-milestone

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

FAQPage Schema
How do I automate a GitHub milestone workflow with CI-enforced governance?

To automate a GitHub milestone workflow, you create a feature branch off main, open a single PR, ensure CI governance verifiers pass, and merge to trigger stage deployments. This orchestrates the entire end-to-end execution.

What is a branch-per-milestone workflow with gated governance?

A branch-per-milestone workflow enforces one PR per milestone, requiring CI-approved governance verification before allowing a clean merge to main. It ensures roadmap-driven phases are validated and deployed systematically.

How do I coordinate stage and on-chain deployments after merging a milestone PR?

You coordinate stage and on-chain deployments by merging the verified milestone PR to main. The merge automatically provisions and coordinates subsequent stage deployments, separating deployment workflows from the governance phase.

What preconditions must be satisfied before executing a milestone end-to-end?

Preconditions for milestone execution require a green main branch, a clean working tree, and all tests passing. Satisfying these ensures the automated governance verifiers and branch-per-milestone workflow function correctly.

Can I use this milestone execution workflow for projects without on-chain deployments?

Yes, this workflow applies to GitHub-based projects using roadmap-driven milestones requiring gated governance. While it coordinates on-chain deployments after merge, the core CI-enforced PR review and merge automation function independently for standard projects.

Why does a milestone PR fail governance verification on a non-green main branch?

A milestone PR fails governance verification because the workflow enforces preconditions requiring a green main branch and passing tests. Without a clean main branch, the automated CI checks and branch-per-milestone execution cannot proceed safely.