Spec banner
RohiRIK RohiRIK

Spec

Testing community

Description

--- description: "Define what to build — explores codebase and recalls LTM before writing acceptance criteria." argument-hint: [feature or bug description] --- # Spec Invoke the `SpecWorkflow:ExploreAndSpec` skill. ## What happens 1. `ltm_recall` on the topic — surfaces prior decisions, gotchas, and architecture patterns 2. Explore relevant codebase areas — finds existing files, types, and patterns to conform to 3. Write spec to `specs/<feature-slug>.md` with grounded acceptance criteria ##

Installation

Installs to ~/.claude/skills/rohirik-claude-code-config-spec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rohirik-claude-code-config-spec && curl -fsSL https://raw.githubusercontent.com/RohiRIK/claude-code-config/HEAD/commands/spec.md -o ~/.claude/skills/rohirik-claude-code-config-spec/SKILL.md

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

Full documentation available on GitHub

View Source Repository