Orchestrates the parallel execution of complex implementation plans by deploying autonomous subagents in dependency-resolved batches.
The Parallel Plan Executor is the final stage of a specialized planning workflow designed to transform high-level architectural plans into working code. By parsing dependency graphs from a parallel-plan document, this skill organizes implementation tasks into logical batches and deploys multiple 'implementor' subagents simultaneously. It manages the entire lifecycle of a feature rollout—from prerequisite validation and dependency resolution to batch execution and final verification—ensuring that complex, multi-file changes are implemented efficiently without violating architectural constraints.
主な機能
01Dry-run mode for execution logic verification
02Comprehensive monorepo and multi-package support
03Parallel batch execution of implementor subagents
04Dependency-aware task orchestration
050 GitHub stars
06Automated progress tracking via dynamic todo lists
ユースケース
01Executing multi-file feature implementations with complex internal dependencies
02Automating the synchronized rollout of new architectural patterns
03Accelerating large-scale refactoring projects across modular codebases