From humanize
Full auto pipeline — generate idea draft, create plan, and start RLCR loop. Chains gen-idea → gen-plan-auto in one command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/humanize:humanize-gen-idea-autoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Full pipeline: idea → plan → RLCR loop in one command. Accepts gen-idea arguments, plan output, and RLCR pass-through.
Full pipeline: idea → plan → RLCR loop in one command. Accepts gen-idea arguments, plan output, and RLCR pass-through.
The installer hydrates this skill with an absolute runtime root path:
{{HUMANIZE_RUNTIME_ROOT}}
/humanize:gen-idea-auto "Add undo/redo support"
/humanize:gen-idea-auto my-idea.md --max 10 --yolo
/humanize:gen-idea-auto "Quick fix" --direct --max 3
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.