From void-grimoire
Use when designing or running long-lived multi-agent orchestration, babysitter/subconscious agents, phase-gate verification agents, context compaction, session handoff, validator tuning, or systems meant to steer AI work away from unusable slop toward a tiny desirable output subset. Authoritative playbook for the babysitter-orchestrator agent and babysat orchestrate-chaos mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/void-grimoire:babysitter-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat orchestration as search over input/output space. The master is trying to land in a tiny useful subset: working, secure, aligned software. The babysitter keeps the search trajectory coherent; validators make bad regions visible before they compound.
Treat orchestration as search over input/output space. The master is trying to land in a tiny useful subset: working, secure, aligned software. The babysitter keeps the search trajectory coherent; validators make bad regions visible before they compound.
Maintain a compact state block:
Goal: <current user goal>
Desirable subset: <what must be true for success>
Current phase: <phase name and exit criteria>
Decisions: <stable decisions, with reasons>
Open contracts: <APIs, file paths, schemas, prompts workers depend on>
Evidence so far: <commands/artifacts observed>
Risks: <slop vectors: fake pass, scope drift, missing tests, security holes>
Next prompt if relaunched: <self-contained continuity prompt>
Trigger a continuity session when any two are true:
Use falsification-first prompts:
Role: verification agent.
Target: <artifact/phase/files>
Acceptance: <specific claims to falsify>
Evidence required: <commands, inspections, screenshots, diffs>
Do not: implement fixes, broaden scope, judge style unless it affects acceptance.
Report:
- PASS/FAIL
- Evidence observed
- Smallest failing case
- Slop vector, if any
- Suggested next constraint for master prompt
Prefer several narrow verifiers over one broad reviewer when failures are independent: functionality, security, maintainability, test adequacy, context continuity.
A babysitter-generated relaunch prompt must be self-contained and boring:
You are continuing <goal>.
User intent: <one paragraph>
Non-negotiables: <rules and constraints>
Current repo/state: <files changed, commands run, outputs observed>
Decisions already made: <do not reopen unless evidence changes>
Current phase: <task and exit criteria>
Verification failures to fix: <evidence-backed list>
Do not: <scope creep, fake fallbacks, skipped tests>
When done: <exact evidence to produce>
references/slop-mapping.md when designing validator criteria or explaining why verification steers output quality.references/prompt-contracts.md when writing babysitter, verifier, or continuity prompts.npx claudepluginhub dmltdev/void-grimoire --plugin void-grimoireBuilds accessible UIs with shadcn/ui components on Radix UI + Tailwind CSS, plus canvas visuals. For React apps (Next.js, Vite, Remix, Astro), design systems, responsive layouts, themes, dark mode, prototypes.