What problem does it solve? Initializing a large multi-stream initiative one task at a time is slow and error-prone: scopes overlap, work streams get dropped, and cross-task dependencies go unrecorded. This Skill decomposes a complex brief into N independent sub-tasks and initializes them in parallel with validated, disjoint scopes. ## Core Features & Use Cases - Orchestrator-worker decomposition: An Opus-tier orchestrator validates the decomposition (unique slugs, disjoint scopes, DAG cross-links, full deliverable coverage) before dispatching Sonnet workers that each run a full task-init. - Parallel task folder creation: Each worker writes the 5 mandatory files (README.md, TASK_STATE.md, SOURCE_OF_TRUTH.md, DECISIONS.md, IMPLEMENTATION_PLAN.md) into its own task folder under projects/<client>__<project>/active/. - Cross-task index and audit trail: The orchestrator merges results into INITIATIVE_INDEX.md with typed cross-link relations, runs an orphan scan, and appends tamper-evident entries to VERIFICATION_LOG.jsonl. - Use Case: Migrating from REST to GraphQL across api-server, mobile-app, and web-app: the Skill splits the brief into three sub-tasks, initializes all three task folders in parallel, and records their shared-contract cross-links in the initiative index. ## Quick Start Ask the agent to run task-init-fleet on your multi-stream brief, for example: "Use task-init-fleet to decompose this REST-to-GraphQL migration brief across api-server, mobile-app, and web-app into parallel sub-tasks."