jules-dispatch

Dispatch Beads issues to Jules agents via CLI with dry-run support.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stars-end/agent-skills --skill jules-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jules-dispatch
Source: https://github.com/stars-end/agent-skills/tree/main/jules-dispatch
Command: npx skills add https://github.com/stars-end/agent-skills --skill jules-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates cross-repo handoff of Beads issues to Jules, generating rich prompts from issue data and spawning async sessions.

Core Features & Use Cases

  • Cross-repo Jules dispatch using the jules CLI
  • Rich mega-prompts created from Beads issues and available TECH_PLANs
  • Dry-run mode to preview commands before execution
  • List and pull session results to apply code

Quick Start

From a Beads-enabled repo, run the dispatch tool to send ready tasks to Jules. Use --dry-run to preview without executing.

Frequently Asked Questions about jules-dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending Beads issues to Jules agents?

Jules-dispatch automates handoff of Beads issues to Jules agents via CLI. It generates rich prompts from issue data and spawns async Jules sessions, letting you dispatch multiple issues in parallel without manual formatting.

Can I preview Jules dispatch commands before executing them?

Yes, use the --dry-run flag to preview the generated mega-prompts and Jules CLI commands before execution, letting you verify context and parameters without triggering actual sessions.

What input formats does Jules-dispatch accept?

Jules-dispatch accepts Beads issue IDs (bd-xyz format) or user prompts as input. It pulls issue data and available TECH_PLANs to generate context-rich prompts for Jules agents.

How do I check and retrieve results from dispatched Jules sessions?

Jules-dispatch provides commands to list active sessions and pull completed session results, letting you apply generated code back to your repository within the Beads workflow.

Does Jules-dispatch work with multiple repositories?

Yes, it handles cross-repo Jules dispatch. Run it from any Beads-enabled repository to send ready tasks to Jules agents and manage per-repo Beads workflows.