Decomposes complex coding objectives into independent, parallelizable tasks for multi-agent execution via the Flocks orchestrator.
Flocks Parallel Task Planner is a sophisticated workflow skill that transforms high-level architectural goals into a structured set of parallel tasks optimized for the Flocks agent orchestrator. By analyzing file dependencies and module boundaries, it creates a tasks.jsonl configuration that allows multiple AI agents to work simultaneously in isolated git worktrees without causing merge conflicts. This skill is essential for scaling development velocity on large features, refactoring projects, or comprehensive test suite expansions by leveraging parallelized Claude instances.
주요 기능
01Support for sequential task rounds for complex, multi-stage changes
02Export of standardized tasks.jsonl files compatible with the Flocks CLI
03Strategic task decomposition to minimize file-level merge conflicts
040 GitHub stars
05Generation of self-contained prompts for isolated AI agents
06Automated codebase exploration to identify module boundaries and file dependencies
사용 사례
01Orchestrating a massive expansion of a test suite across different sub-modules
02Distributing the creation of a new feature across multiple autonomous agents
03Splitting a large-scale refactor into parallel, non-conflicting code changes