Claude-Code-Workflow spec-generator

Chain-loaded spec generation. 8-phase with quality gate loop and auto-fix.

install
source · Clone the upstream repo
git clone https://github.com/catlog22/Claude-Code-Workflow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/catlog22/Claude-Code-Workflow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/workflow-skills/spec-generator" ~/.claude/skills/catlog22-claude-code-workflow-spec-generator-157306 && rm -rf "$T"
manifest: .claude/workflow-skills/spec-generator/SKILL.md
source content

Spec Generator (Chain-Loaded)

Use

chain_loader
to execute:

  • chain_loader start --chain=spec-generator
    — Full spec generation
  • chain_loader start --chain=spec-generator --entry=continue
    — Resume from quality gate Phases from
    .claude/skills/spec-generator/phases/
    . Variables: readiness_score, fix_iterations, goal, auto_yes