with one click
leanspec-sdd
// Spec-Driven Development methodology for AI-assisted development. Use when working in a LeanSpec project.
// Spec-Driven Development methodology for AI-assisted development. Use when working in a LeanSpec project.
Access Railway deployments, logs, and environment variables. Use when asked to check deployment status, view service logs, inspect or update environment variables, redeploy a service, or diagnose production issues on Railway.
Development conventions and tooling for the telegramable monorepo. Use when working on code, dependencies, or builds.
| name | leanspec-sdd |
| description | Spec-Driven Development methodology for AI-assisted development. Use when working in a LeanSpec project. |
| compatibility | Requires lean-spec CLI or @leanspec/mcp server |
| metadata | {"author":"LeanSpec","version":"0.1.0","homepage":"https://leanspec.dev"} |
Teach agents how to run Spec-Driven Development (SDD) in LeanSpec projects. This skill is an addon: it does not replace MCP or CLI tools.
Activate this skill when any of the following are true:
board (or lean-spec board).search (or lean-spec search "query").create (or lean-spec create).tokens (or lean-spec tokens).in-progress before coding.link/unlink as they are discovered.validate (or lean-spec validate) before completion.complete only when criteria are met.Use MCP tools when available. Use CLI as fallback.
| Action | MCP Tool | CLI Command |
|---|---|---|
| Project status | board | lean-spec board |
| List specs | list | lean-spec list |
| Search specs | search | lean-spec search "query" |
| View spec | view | lean-spec view <spec> |
| Create spec | create | lean-spec create <name> |
| Update status | update | lean-spec update <spec> --status <status> |
| Dependencies | deps | lean-spec deps <spec> |
| Link / unlink | link / unlink | lean-spec link <spec> --depends-on <other> |
| Token count | tokens | lean-spec tokens <spec> |
| Validate | validate | lean-spec validate |
create.See detailed guidance in:
Place this folder in:
Agent-specific skill folders may include:
Exact paths vary by tool. See https://agentskills.io for current locations.
If the tool supports auto-activation, detect: