Starlight queen queue
Skill frankxai/starlight-automation-agent-skills/skills/starlight-queen-queue
Define bounded Starlight swarm queue jobs, queen/worker lanes, handoff packets, safety gates, and validation evidence for multi-agent or cross-repo work. Use when a user asks for a swarm, council, fanout, queen queue, multi-agent execution, long-running agent wave, context-preserving handoff, or Starlight automation operating model.From its SKILL.md
npx -y skills add frankxai/starlight-automation-agent-skills --skill starlight-queen-queueAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 242 tokens by cl100k_base, as published. Nobody here has run it
Starlight Queen Queue
Use a Starlight queue when one linear automation is the wrong shape and work needs bounded multi-agent execution with a synthesis owner.
Queue Job Contract
Every job needs:
- objective
- repo or workspace
- source context
- worker lanes
- allowed tools
- write scopes
- stop condition
- validation evidence
- risk gates
- handoff format
Lane Types
- Doctrine lane: decision rules, docs, memory.
- Build lane: code, repo, plugin, skill changes.
- Safety lane: secrets, private/public split, policy gates.
- Verification lane: tests, validation scripts, release checks.
- Synthesis lane: final decision and user handoff.
Safety Spine
- One coordinator owns the final risk call.
- Workers do not revert each other's changes.
- Public releases pass a private-memory and secret scan.
- Human approval is required for irreversible external actions.
- Payments and spend actions are verify-only unless the human explicitly approves.
Handoff Format
Return:
- swarm objective
- worker lanes
- context packet
- execution waves
- validation evidence
- risks
- next handoff
What ships with it: 1 file
201 B alongside SKILL.md
agents/
- openai.yaml201 B