yeisonrestrepo

Cc Spec — Testing skill for Claude Code

Testing community

description: "(Conductor) Define the problem and generate an approved spec".

How to install Cc Spec

Installs to ~/.claude/commands/yeisonrestrepo-code-conductor-cc-spec.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yeisonrestrepo/code-conductor/HEAD/.claude/commands/cc-spec.md -o ~/.claude/commands/yeisonrestrepo-code-conductor-cc-spec.md

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

What Cc Spec does

--- description: "(Conductor) Define the problem and generate an approved spec"

Phase entry - Resume Read

Before doing anything else, restore any stored context for the current commit by running `scripts/resume-read.mjs`. It resolves the current git hash, prefers a valid DB snapshot (`conductor-db get-snapshot`), falls back to the `.claude/memory/session-snapshot.json` handoff file, and prints a `RESUME_HIT` block on a hit / nothing on a miss. Capture its stdout **and** its exit code w

Alternatives in Testing

Full documentation available on GitHub

View Source Repository