spec-writer
Installation
SKILL.md
Write a spec document for the feature or component described. Place it in docs/ with a .md extension.
Required frontmatter fields
---
id: <UPPERCASE-KEBAB-000> # unique ID, e.g. AUTH-001
title: "Human-readable title"
state: draft | in_progress | accepted | deprecated
kind: functional | non_functional | architecture | interface | constraint
required_evidence:
implementation: E0 # minimum evidence strength needed
# add more dimensions as needed: test_coverage, integration, etc.
# optional:
depends_on: [OTHER-001] # IDs this spec depends on
owner: "Team or person"
tags: [auth, security]
---