From humanize
Generate a structured implementation plan and auto-start RLCR loop. Wraps gen-plan with auto-start always enabled, plus RLCR parameter pass-through.
How this skill is triggered — by the user, by Claude, or both
Slash command
/humanize:humanize-gen-plan-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
Auto variant of gen-plan that chains directly into the RLCR implementation loop after plan generation. Accepts all gen-plan arguments plus RLCR pass-through arguments.
Auto variant of gen-plan that chains directly into the RLCR implementation loop after plan generation. Accepts all gen-plan arguments plus RLCR pass-through arguments.
The installer hydrates this skill with an absolute runtime root path:
{{HUMANIZE_RUNTIME_ROOT}}
/humanize:gen-plan-auto --input draft.md --output plan.md
/humanize:gen-plan-auto --input draft.md --output plan.md --max 8 --yolo
/humanize:gen-plan-auto --input draft.md --output plan.md --direct --max 5
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.