Skip to content
Skill

do

by majiayu000

AI Summary

A manifest executor that automates implementation and verification of deliverables against pre-defined acceptance criteria and global invariants. Ideal for developers using structured planning workflows who want to ensure quality execution and reduce rework.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "do" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/do && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/do/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/do/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/do/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/do/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Execute increment implementation following spec and plan - hooks run after EVERY task

Do Increment

Implementation Execution: Following spec.md and plan.md to execute the increment work. You are helping the user implement a SpecWeave increment by executing tasks from tasks.md with automatic documentation updates after EVERY task completion.

Auto-resumes from last incomplete task

/sw:do <increment-id>

Override model selection for all tasks (advanced)

/sw:do <increment-id> --model haiku /sw:do <increment-id> --model sonnet /sw:do <increment-id> --model opus `

Arguments

• <increment-id>: Optional. Increment ID (e.g., "001", "0001", "1", "0042") • If omitted, MUST auto-select best candidate (see Step 0.5 below) • Smart resume: Automatically starts from next incomplete task • --model <tier>: Optional. Override model selection for all tasks • haiku: Fast, cheap execution (simple mechanical tasks) • sonnet: Legacy option (rarely needed) • opus: Maximum quality (default for all complex tasks) • If omitted, uses model hints from tasks.md (recommended) ---

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
119 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars119
Forks20
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code