agentsclimarketplace

Progressive build

Skill Pamacea/smite/plugins/studio/skills/optional/progressive-build

Au-delà de l'efficience, l'osmose. Plus que des scripts, ces agents Claude Code sont les membres fantômes de notre intellect : des extensions vitales plutôt que de simples exécutants.

Install
npx -y skills add Pamacea/smite --skill progressive-build

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.4 KB, 297 tokens by cl100k_base, as published. Nobody here has run it

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

/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

## 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.