# Progressive Build

> Progressive implementation with checkpoints and rollback. Breaks large features into small verifiable steps with automatic state saving.

- Skill: `pamacea/progressive-build` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pamacea/progressive-build`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pamacea/progressive-build/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Pamacea (https://skillmd.com/u/pamacea)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pamacea/progressive-build

---


# Progressive Build Skill

> **Lazy-loaded skill** - For large features requiring incremental implementation

## Mission

Implement large features in small, verifiable steps with automatic checkpoints.

## When to Use

- **Large features**: "Build this SaaS module"
- **Complex systems**: "Implement payment flow"
- **Multi-step tasks**: "Create auth system"

## Progressive Workflow

```
Step 1 → Verify → Checkpoint
   ↓
Step 2 → Verify → Checkpoint
   ↓
Step 3 → Verify → Checkpoint
   ↓
Complete → Rollback if needed
```

## Examples

```bash
/studio build --progressive "SaaS platform"
/studio build --progressive "payment system"
```

## Features

- **Automatic checkpoints** after each step
- **Rollback capability** to any checkpoint
- **Progress metrics** tracking completion
- **Verification gates** between steps

## Output

```markdown
## Progressive Build: [Feature Name]

Step 1/5: [20%] ✅ Complete
Step 2/5: [40%] → In Progress
Step 3/5: [60%] ⏸ Pending
Step 4/5: [80%] ⏸ Pending
Step 5/5: [100%] ⏸ Pending
```

**Version:** 1.0.0 | **Lazy Load:** Enabled

