What problem does it solve?
This Skill automates complex, multi-file software development tasks by coordinating multiple AI agents in parallel, ensuring efficient exploration, planning, and implementation.
Core Features & Use Cases
- Parallel Exploration: Utilizes multiple 'Sonnet' agents to scout the codebase for relevant architecture, features, dependencies, tests, and configurations.
- Orchestrated Planning: Synthesizes scout findings, identifies ambiguities, and formulates clear questions for user clarification before generating a detailed implementation plan.
- Parallel Implementation: Delegates coding tasks to multiple 'Opus' agents, maximizing parallel execution based on the approved plan.
- Automated Verification & Simplification: Includes steps for testing, code review, and parallel simplification to ensure code quality and maintainability.
- Use Case: Implementing a new, complex feature that spans multiple modules of a large codebase, requiring thorough understanding of existing architecture and dependencies before writing any code.
Quick Start
Use the pcc skill to create an implementation plan for adding a new user authentication module.