spec-creator
Installation
SKILL.md
Spec Authoring
Purpose
Produce detailed, engineering-grade specifications similar in depth and structure to a full platform spec. The output must be explicit, testable, and implementation-ready without needing back-and-forth clarification.
Core Principles
- State intent clearly and early.
- Define scope and non-scope to avoid ambiguity.
- Make every requirement verifiable.
- Prefer concrete examples over vague descriptions.
- Use consistent naming and types across the document.
- Include failure modes and edge cases.
- Avoid assumptions; write them down.
- Define canonical data models in a single spec and reference them elsewhere to prevent duplication.