From humanize
Generate a structured flow-definition file for any task type using the artifact loop.
How this skill is triggered — by the user, by Claude, or both
Slash command
/humanize:humanize-gen-flowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates a structured flow-definition file by running the artifact loop with a specialized prompt for flow-definition creation.
Generates a structured flow-definition file by running the artifact loop with a specialized prompt for flow-definition creation.
The flow definition describes steps, tools, deliverables, and review criteria for accomplishing an arbitrary user goal.
/humanize:gen-flow "Create a manga about a cyberpunk detective"
A structured markdown file following the flow-definition template at:
prompt-template/artifact-loop-flow/flow-definition-template.md
npx claudepluginhub ianliuy/humanize-copilotGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.