run-milestone

Automate milestone development with TDD enforcement and two-stage code reviews.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/blake-goodwyn/sloppy-pancakes --skill run-milestone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-milestone
Source: https://github.com/blake-goodwyn/sloppy-pancakes/tree/main/.claude/skills/run-milestone
Command: npx skills add https://github.com/blake-goodwyn/sloppy-pancakes --skill run-milestone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end milestone development workflow, enforcing disciplined engineering practices to reduce manual coordination and risk.

Core Features & Use Cases

  • Orchestrates the entire milestone lifecycle from bootstrap to PR creation.
  • Enforces Test-Driven Development (RED-GREEN-REFACTOR) and two-stage review for quality.
  • Supports Interactive, Autonomous, and Subagent execution modes for flexible execution.
  • Integrates with Git worktrees and phase-boundary governance to manage milestones safely.
  • Generates and tracks PRs across milestone branches, with kill switch and visibility.

Quick Start

Start a milestone with run-milestone m3. Use flags like --autonomous and --subagent for advanced automation. Ensure an IMPLEMENTATION_PLAN.md exists and the base milestone branch is prepared. Example: run-milestone m3 --autonomous

Frequently Asked Questions about run-milestone

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

FAQPage Schema
How do I automate milestone development while enforcing TDD and code reviews?

You can automate milestone development by orchestrating the lifecycle from bootstrap to PR creation while enforcing RED-GREEN-REFACTOR testing and two-stage reviews. This skill manages that end-to-end workflow autonomously.

What is the best way to manage Git worktrees for autonomous milestone execution?

Managing Git worktrees for autonomous milestone execution involves integrating phase-boundary governance with branch tracking. This skill supports worktrees to isolate milestone development safely across interactive, autonomous, or subagent execution modes.

Do I need an IMPLEMENTATION_PLAN.md file to start an autonomous milestone workflow?

Yes, you need an IMPLEMENTATION_PLAN.md file to start an autonomous milestone workflow. The base milestone branch must also be prepared beforehand to ensure the automated orchestration executes phases correctly.

Can I use subagents to execute milestone phases with a kill switch?

Yes, you can use subagents to execute milestone phases with a kill switch. The skill supports subagent execution mode alongside autonomous and interactive modes, providing optional kill switch and security safeguards for visibility.

How does phase-boundary orchestration work for milestone development?

Phase-boundary orchestration for milestone development works by governing transitions between lifecycle stages using quality gates. It coordinates TDD enforcement, two-stage code reviews, and PR-based collaboration across Git worktree branches.

When should I not use autonomous execution for milestone workflows?

You should not use autonomous execution for milestone workflows when you need strict manual oversight of phase boundaries or lack a prepared IMPLEMENTATION_PLAN.md. Interactive mode provides better control for projects requiring human validation gates.