What problem does it solve?
This Skill automates the complex process of implementing batches of code modules, especially in large projects, by leveraging parallel subagents and ensuring code quality through integrated testing and validation.
Core Features & Use Cases
- Parallel Subagent Implementation: Distributes module implementation across multiple AI agents for faster development.
- Dependency Management: Handles sequential implementation for modules with inter-batch dependencies.
- Automated Quality Assurance: Runs comprehensive test suites and quality checks (linting, type-checking) post-implementation.
- Use Case: Implementing a new feature broken down into 5 independent modules. This skill can assign each module to a separate subagent, run their code and tests in parallel, and then integrate the results, flagging any conflicts or failures.
Quick Start
Use the implement-batch skill to implement Batch 3 from the plan file 'feature-x-plan.yaml'.