leanspec

Installation
SKILL.md

LeanSpec SDD Skill

Teach agents how to run Spec-Driven Development (SDD) in LeanSpec projects using the leanspec CLI.

Core Principles

  1. Context Economy: Keep specs under 2000 tokens when possible. Split large specs.
  2. Discovery First: Always run board/search before creating new specs.
  3. Intent Over Implementation: Capture why first, then how.
  4. No Manual Frontmatter: Use tools to update status, tags, dependencies.
  5. Verify Against Reality: Check actual codebase, commits, and changes—not just spec status.

SDD Lifecycle

1. Discover

Before creating or modifying anything:

Installs
1
First Seen
Apr 6, 2026
leanspec — codervisor/skills