Specout banner
0xBigBoss 0xBigBoss

Specout

Development community

Description

--- argument-hint: <spec-file> description: Interview to fill gaps in a specification file --- Load the `spec-best-practices` skill before proceeding. ## Spec File Selection A spec file path is required. Check the argument provided: $ARGUMENTS If no argument was provided (empty or blank): 1. Search for existing `SPEC.md` files in the project (root, apps/*, packages/*, src/lib/*/) 2. Present any found files to the user and ask which to use 3. If none found, determine the correct colocated pat

Installation

Installs to ~/.claude/skills/0xbigboss-claude-code-specout/SKILL.md

Terminal
mkdir -p ~/.claude/skills/0xbigboss-claude-code-specout && curl -fsSL https://raw.githubusercontent.com/0xBigBoss/claude-code/HEAD/commands/specout.md -o ~/.claude/skills/0xbigboss-claude-code-specout/SKILL.md

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

Full documentation available on GitHub

View Source Repository