When Claude Code needs to generate its own task harness instead of following a static script, this skill keeps it disciplined. You get a decision tree for when to build a temp harness versus extracting a reusable skill, plus a contract template that forces you to define objective, inputs, eval gates, and handoff artifacts before writing code. The control pane checkpoint system is the real value if you're running multiple agents or handing work between sessions. It stops the common failure mode where dynamic workflows turn into untested scripts that hide decision logic and skip merge gates. Born from ECC patterns, so it assumes you care about observable state and team handoff.
npx -y skills add affaan-m/everything-claude-code --skill dynamic-workflow-mode --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template