Claude-Code-Workflow workflow-plan
Chain-loaded workflow planning. 6-phase with mode routing and conflict detection.
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-plan" ~/.claude/skills/catlog22-claude-code-workflow-workflow-plan-c5619e && rm -rf "$T"
manifest:
.claude/workflow-skills/workflow-plan/SKILL.mdsource content
Workflow Plan (Chain-Loaded)
Use
chain_loader to execute:
— Full pipelinechain_loader start --chain=workflow-plan
— Verify onlychain_loader start --chain=workflow-plan --entry=verify
— Replan existing Phases fromchain_loader start --chain=workflow-plan --entry=replan
. Variables: session_id, goal, auto_yes, conflict_risk.claude/skills/workflow-plan/phases/