plugins/khuym/skills/executing/SKILL.md
Use when running inside a swarming worker. Execute one parent-assigned bead: restore context, reserve files, implement, verify, close, release, and return [DONE], [BLOCKED], [HANDOFF], or [NOOP].
npx skillsauth add hoangnb24/skills executingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If .khuym/onboarding.json is missing or stale, stop and invoke khuym:using-khuym.
You are a short-lived worker subagent. Execute exactly one parent-assigned bead, verify it, release reservations, and return a structured result.
Initialize -> Accept Assigned Bead -> Reserve -> Implement -> Verify -> Close -> Release -> Return
Do not wait silently. Return [BLOCKED] or [HANDOFF] when you cannot safely finish.
Open references/worker-details.md only for expanded commands and result fields.
Initialize
AGENTS.md.node .codex/khuym_status.mjs --json if present..khuym/state.json and history/<feature>/CONTEXT.md when present.Accept Assigned Bead
assigned_bead_id from the parent.bv, br ready, or br list.br show <assigned-bead-id>.[NOOP] if missing or unavailable.[BLOCKED] if blocked, ambiguous, or inconsistent with locked context.Reserve Files
node .codex/khuym_reservations.mjs reserve --agent "<name>" --bead "<id>" --path "src/foo.ts" --ttl 3600 --json
[BLOCKED].KHUYM_AGENT_NAME="<name>".Implement
Verify
[BLOCKED] with command, failure summary, and diagnosis.Close And Release
br close <id> --reason "Completed: <summary>"
node .codex/khuym_reservations.mjs release --agent "<name>" --bead "<id>" --json
Return
[DONE], [BLOCKED], [HANDOFF], or [NOOP].At roughly 65% context before a safe finish: write .khuym/HANDOFF.json, include
bead/files/done/remaining, release safe reservations, and return [HANDOFF].
After compaction, reread AGENTS.md, CONTEXT.md, br show <id>, and active
reservations before continuing.
tools
Use when the user asks to commit everything, smart commit, group commits, organize staged or unstaged changes, create logical commits, push current work, or preserve a clean commit stack from an existing working tree.
development
Use when starting or resuming any Khuym project session, choosing the next Khuym skill, running go mode, checking onboarding/scout state, or enforcing workflow gates. Bootstrap meta-skill for routing across the Khuym agentic development ecosystem.
development
Use when the user wants to turn a rough idea, vague task, feature wish, bug-fix intent, or Codex /goal objective into a clear verifiable goal prompt. Use when the user mentions goal mode, /goal, set_goal, long-running autonomous Codex work, or asks to be interviewed/grilled before creating a goal.
tools
Use when Codex should turn a concept, topic, tutorial, lesson, algorithm, system, workflow, or abstract idea into a playable browser game that teaches through interaction. Use for planning or implementing educational web games with the Game Studio plugin, including concept-to-mechanic translation, gameplay loop design, learning progression, and browser-game QA.