fleet-plan

Installation
SKILL.md

Fleet Plan

Analyze work, pick the right fleet type, generate fleet.json + worker prompts. You plan — the fleet skills execute.

Step 0: Discover available fleet types

Before planning, read the fleet index to know what's available:

  1. Find the index: Glob for **/fleet/FLEET-INDEX.md (or look in the same parent dir as this skill)
  2. Read FLEET-INDEX.md — it has a table of all fleet types with one-liner hints on when to use each
  3. Based on the hints, pick the best fleet type for the user's task
  4. Then read ONLY the chosen fleet's SKILL.md for the full schema: Glob for **/<chosen-fleet>/SKILL.md

This is a two-step lookup: cheap index first (one small file), full schema second (one SKILL.md). Never read all fleet SKILL.md files — that wastes context.

Step 0.5: Verify prerequisites

Before generating the fleet, warn the user if any prerequisite is missing:

Related skills

More from quickcall-dev/skills

Installs
29
First Seen
Apr 16, 2026