Claude-Code-Workflow workflow-tdd-plan
Chain-loaded TDD planning. 7-phase with Red-Green-Refactor task generation.
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/workflow-tdd-plan" ~/.claude/skills/catlog22-claude-code-workflow-workflow-tdd-plan && rm -rf "$T"
manifest:
.claude/workflow-skills/workflow-tdd-plan/SKILL.mdsource content
Workflow TDD Plan (Chain-Loaded)
Use
chain_loader to execute:
— Full TDD pipelinechain_loader start --chain=workflow-tdd-plan
— TDD verify only Phases fromchain_loader start --chain=workflow-tdd-plan --entry=verify
. Variables: session_id, goal, auto_yes, conflict_risk.claude/skills/workflow-tdd-plan/phases/