Back to Spec Kit

Lean Workflow

presets/lean/README.md

0.8.51.4 KB
Original Source

Lean Workflow

A minimal preset that strips the Spec Kit workflow down to its essentials — just the prompt, just the artifact.

When to Use

Use Lean when you want the structured specify → plan → tasks → implement pipeline without the ceremony of the full templates. Each command produces a single focused Markdown file with no boilerplate sections to fill in.

Commands Included

CommandOutputDescription
speckit.specifyspec.mdCreate a specification from a feature description
speckit.planplan.mdCreate an implementation plan from the spec
speckit.taskstasks.mdCreate dependency-ordered tasks from spec and plan
speckit.implement(code)Execute all tasks in order, marking progress
speckit.constitutionconstitution.mdCreate or update the project constitution

What It Replaces

Lean overrides the five core workflow commands with self-contained prompts that produce each artifact directly — no separate template files involved. The result is a shorter, more direct workflow.

Installation

bash
# Lean is a bundled preset — no download needed
specify preset add lean

Development

bash
# Test from local directory
specify preset add --dev ./presets/lean

# Verify commands resolve
specify preset resolve speckit.specify

# Remove when done
specify preset remove lean

License

MIT