micro-steps-coach

Break complex work into 1-3 hour deployable micro-steps using the expand-contract pattern.

19|1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/eferro/augmented-lean-delivery --skill micro-steps-coach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: micro-steps-coach
Source: https://github.com/eferro/augmented-lean-delivery/tree/main/micro-steps-coach
Command: npx skills add https://github.com/eferro/augmented-lean-delivery --skill micro-steps-coach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks down large or risky work into 1-3 hour, deployable steps that preserve safety and enable zero downtime.

Core Features & Use Cases

  • Expand-Contract driven: Automatically applies the Expand-Contract pattern to risky changes, enabling dual-path execution during Expand, gradual migration in Migrate, and safe removal in Contract.
  • Broad applicability: Useful for refactoring, migrations, API or data changes, performance improvements, architecture shifts, or any work that otherwise feels too big.
  • Structured execution: Guides learning vs earning, enforcing 1-3 hour steps, with clear rollback and verification criteria.

Quick Start

Break a task into 1-3 hour micro-steps using the Expand-Contract pattern to ensure zero downtime.

Frequently Asked Questions about micro-steps-coach

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

FAQPage Schema
How do I break down a large software migration into safe micro-steps?

To break down a large software migration into safe micro-steps, you slice complex work into 1-3 hour, deployable, and reversible increments using the expand-contract pattern to ensure zero downtime.

What is the expand-contract pattern for zero-downtime refactoring?

The expand-contract pattern for zero-downtime refactoring provides dual-path execution during Expand, gradual migration in Migrate, and safe removal in Contract, allowing you to execute risky architecture changes without service interruption.

How do I plan zero-downtime database migrations for high-risk schema changes?

You plan zero-downtime database migrations by breaking schema changes into 1-3 hour deployable steps that enforce clear rollback and verification criteria, utilizing the expand-contract pattern to maintain dual-path execution.

Can I use this micro-steps approach for debugging and performance improvements?

Yes, you can use this micro-steps approach for debugging and performance improvements because it applies to any effort that feels risky, structuring the work into safe, reversible increments that preserve system safety.

What is the best way to manage risk during complex architecture changes?

The best way to manage risk during complex architecture changes is to structure execution into learning vs earning phases, enforcing 1-3 hour, deployable steps with clear rollback criteria to prevent widespread system failure.

When should I not use micro-steps for software delivery?

You should avoid using micro-steps for software delivery when a task is trivial or fully reversible in under an hour, as the overhead of applying the expand-contract pattern and dual-path execution is designed for larger, risky migrations.