specs-setup
Installation
SKILL.md
Specs Setup
Initialize the spec-driven methodology for a project. Run this when specs/ doesn't exist or is missing critical files.
Skill Dependencies
This skill is part of a set of skills designed to work together:
- spec-driven — Core rules and high-level document map
- specs-setup (this skill) — Initialize
specs/for a new project - specs-tickets — Create and execute tickets through their lifecycle
- specs-review — Audit specs health, consistency, and drift
- specs-finish-ticket — Review implemented tickets before closure
If any of these skills are missing from the project, instruct the user to install them before proceeding:
npx skills add b12consulting/skills --skill <missing_skill>