fleet-plan

Generate fleet.json and worker prompt.md files for parallel AI worker execution.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/quickcall-dev/skills --skill fleet-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-plan
Source: https://github.com/quickcall-dev/skills/tree/main/skills/fleet-plan
Command: npx skills add https://github.com/quickcall-dev/skills --skill fleet-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fleet plan helps you choose the right parallel orchestration strategy for a task and instantly produces the configuration files needed to launch it efficiently.

Core Features & Use Cases

  • Fleet type discovery and selection: Reads a fleet index to select the best fleet type for your workflow, then loads only the chosen fleet’s schema.
  • Prerequisite verification: Warns about missing system tools (bash, flock, tmux, jq) before generating runnable launch assets.
  • Strict, validated fleet configuration: Enforces supported provider/model lists, output-path rules, and worker-schema correctness so the generated fleet launches safely.

Quick Start

Ask your agent: “Plan a fleet to run this task in parallel and generate the fleet.json and worker prompt files.”

Frequently Asked Questions about fleet-plan

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

FAQPage Schema
How do I generate tmux configurations for parallel AI workers with dependency ordering?

You can generate parallel worker configurations by asking the agent to plan a fleet, which produces a validated fleet.json and worker prompt.md files along with correct launch and status script commands.

What is DAG orchestration for parallel fleet execution and when do I need it?

DAG orchestration coordinates multiple AI workers using dependency ordering, reviewer gates, or iterative research loops. You need it when running concurrent tasks that require strict execution sequencing across different fleet types.

Do I need tmux and jq installed to run generated parallel fleet configurations?

Yes, you need tmux and jq installed to run generated fleet configurations. The Skill performs prerequisite verification and warns about missing system tools like bash, flock, tmux, and jq before generating runnable launch assets.

How do I validate model provider support before launching a parallel worker fleet?

This Skill validates model provider support by enforcing supported provider and model lists during configuration generation, ensuring the outputted fleet.json launches safely without provider compatibility errors.

What's the best way to discover available fleet schemas for parallel orchestration?

The best way to discover available fleet schemas is reading the FLEET-INDEX.md file. This Skill loads the index, selects the optimal fleet type for your workflow, and loads only the chosen fleet schema.