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.
npx -y skills add Pamacea/smite --skill progressive-buildAssembled 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.