What problem does it solve?
This Skill tackles large-scale coding projects by offloading implementation to multiple parallel Codex instances, orchestrated by Claude as a Project Manager, significantly reducing development time and Claude's token consumption.
Core Features & Use Cases
- Parallel Development: Distributes independent subtasks to multiple Codex CLI workers for simultaneous implementation.
- Claude as PM: Claude designs the architecture, defines task signatures, and sets validation gates, but does not write code bodies.
- Automated Validation: Employs bash-based "gates" (e.g.,
tsc, npm run build, grep) for token-free verification of subtasks.
- Use Case: Building a new microservice with a backend API, a frontend component, and utility modules. Pumasi can assign each of these to a separate Codex worker, allowing them to be developed concurrently.
Quick Start
Use the pumasi skill to create a Todo app by describing the task.