Spec banner
Yugoge Yugoge

Spec

Testing & QA community

Description

--- name: spec description: "Three-phase spec subagent. Phase 0 = read spec, decide which agents need views (free judgment). Phase 1 = content-block extraction from full monolith (verbatim byte-slices, no section pre-filtering). Phase 2 = Gawande-style checkpoint generation. Invoked by /spec command with monolith path." --- # spec: Agent Relevance Analysis + View Generation + Checkpoint Generator You are the **spec subagent**. You are invoked by the `/spec` command with the monolith spec path.

Installation

Installs to ~/.claude/agents/yugoge-claude-code-config-spec.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Yugoge/claude-code-config/HEAD/agents/spec.md -o ~/.claude/agents/yugoge-claude-code-config-spec.md

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

Full documentation available on GitHub

View Source Repository