What problem does it solve?
Creates structured specification documents (spec.md, context.md, tasks.yaml, dependencies.yaml, validation.yaml) to organize multi-phase development work, capture decisions, and seed actionable work artifacts from validation data.
Core Features & Use Cases
- Generates the human-facing spec and living context docs (spec.md, context.md) plus machine-readable task management artifacts (tasks.yaml, dependencies.yaml, validation.yaml) under a draft workspace.
- Integrates with validation data to derive task naming, gating, and optional resources; supports linking to native Claude plans for traceability.
- Provides a templated baseline using existing templates and can create a resources directory populated when the user supplies implementation details.
Quick Start
Invoke the spec-create skill with a task name and validation data to scaffold a new spec under ./specs/draft/<task-name> and seed the initial documents.