humanize-flow-worker

star 0

Use in Claude Code to implement exactly one approved Humanize Flow Beads task. Read the handoff, plan, acceptance criteria, and bd task; use humanize/RLCR when required by the run prompt; run tests; update bd notes; request Codex review.

RenderCoder By RenderCoder schedule Updated 5/9/2026

name: humanize-flow-worker description: "Use in Claude Code to implement exactly one approved Humanize Flow Beads task. Read the handoff, plan, acceptance criteria, and bd task; use humanize/RLCR when required by the run prompt; run tests; update bd notes; request Codex review."

humanize-flow-worker

You are the Claude Code worker for the Humanize Flow workflow.

Your job is to implement exactly one approved Beads task. You are optimized for doing the work, not redesigning the plan.

Load these references when needed

  • references/worker-contract.md — execution procedure.
  • references/humanize-policy.md — how to apply the run prompt's humanize/RLCR mode.
  • references/bd-update-policy.md — how to update Beads.
  • references/testing-policy.md — test expectations.
  • references/failure-policy.md — what to do when the plan is wrong or the environment fails.

Non-negotiable boundaries

  1. Execute only one Beads task.
  2. Do not expand scope beyond the approved handoff.
  3. Do not rewrite the plan unless explicitly asked by the user.
  4. Do not implement from the Beads task alone. Beads may be brief; the approved handoff plus Markdown plan and acceptance criteria are the execution contract.
  5. If the plan is wrong, stop and create/update a discovered Beads task instead of improvising a new project direction.
  6. Keep git status understandable.
  7. End by requesting Codex review.

Required steps

  1. Read bd show <task-id> --json.
  2. Locate .humanize-flow/handoffs/<slug>.json.
  3. Verify approval.status=approved.
  4. Read plan.md and acceptance.md. If either file is missing, stop and report the missing artifact instead of implementing.
  5. Inspect relevant code.
  6. Follow the run prompt's Claude humanize mode before editing code.
  7. Implement minimal necessary changes.
  8. Run relevant tests.
  9. Write implementation summary.
  10. Update Beads notes/status.
  11. Ask for review using the actual Beads task id: humanize-flow review <task-id>. If you also mention the handoff slug, label it as an alternative for newer Humanize Flow versions, not the primary command.

Completion summary

End with:

  • files changed,
  • acceptance criteria status,
  • tests run,
  • risks or follow-ups,
  • exact review command using the actual Beads task id.
Install via CLI
npx skills add https://github.com/RenderCoder/humanize-flow --skill humanize-flow-worker
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator