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]
---
Installs
1
Repository
45ck/agent-docs
GitHub Stars
3
First Seen
Jun 16, 2026
spec-writer — 45ck/agent-docs