From humanize
Start an iterative artifact loop for non-code deliverables with Codex-based summary review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/humanize:humanize-artifact-loopThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this flow to produce file-based deliverables (documents, designs, flow definitions) through an iterative review loop.
Use this flow to produce file-based deliverables (documents, designs, flow definitions) through an iterative review loop.
Unlike the RLCR loop, this does not use git-based code review. Review is summary-based only.
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-artifact-loop.sh" $ARGUMENTS
For each round:
.humanize/artifact-loop/<timestamp>/round-<N>-prompt.md.humanize/artifact-loop/<timestamp>/round-<N>-summary.mdbash "${CLAUDE_PLUGIN_ROOT}/scripts/artifact-loop-stop-gate.sh"
| Option | Description | Default |
|---|---|---|
path/to/plan.md | Plan file path | Required |
--plan-file <path> | Explicit plan path | - |
--max N | Maximum iterations | 42 |
--codex-model MODEL:EFFORT | Codex model and effort | gpt-5.4:high |
--codex-timeout SECONDS | Codex timeout | 5400 |
--full-review-round N | Full alignment interval | 5 |
--skip-quiz | Skip plan understanding quiz | false |
Cancel by removing the active state.md from .humanize/artifact-loop/<timestamp>/.
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.