dev-specs
Installation
SKILL.md
Dev Specs
Provide developers and analysts with reusable specification templates. Start from the closest template in assets/templates/, copy it into the working location, then tailor sections to the user's domain and remove irrelevant placeholders.
Workflow
- Identify the requested deliverable type.
- Select the closest template from
assets/templates/. - Copy the template content into the target file or response.
- Replace bracketed placeholders with project-specific information when the user provides it.
- Remove sections that do not apply instead of leaving noisy empty headings.
- Keep requirements measurable, testable, and implementation-neutral unless the user explicitly wants solution detail.
Available Templates
Functional specification document
- Path:
assets/templates/functional-specification-document.md - Use for feature scope, actors, functional requirements, interfaces, validations, workflows, outputs, dependencies, non-functional requirements, and acceptance criteria.