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
- Context Economy: Keep specs under 2000 tokens when possible. Split large specs.
- Discovery First: Always run board/search before creating new specs.
- Intent Over Implementation: Capture why first, then how.
- No Manual Frontmatter: Use tools to update status, tags, dependencies.
- Verify Against Reality: Check actual codebase, commits, and changes—not just spec status.
SDD Lifecycle
1. Discover
Before creating or modifying anything: