Feature Doc banner
Ghosteken Ghosteken

Feature Doc

Testing community

Description

--- description: Produce a structured pre-implementation doc set (feature spec, implementation guide, test cases) for one feature/actor --- Invoke the agent-harness:feature-doc skill. Identify the feature to document, then locate and read the project's own technical/product docs before asking anything else. Interview the user to resolve every material unknown the docs don't already answer — actors, triggers, preconditions, data sources, edge cases — never assume or default anything feature-spe

Installation

Installs to ~/.claude/commands/ghosteken-agent-harness-feature-doc.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Ghosteken/agent-harness/HEAD/.claude/commands/feature-doc.md -o ~/.claude/commands/ghosteken-agent-harness-feature-doc.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository