What problem does it solve?
This Skill solves the challenge of delivering complex coding work that needs clear planning, independent implementation, and objective verification without relying on a single self-reviewing agent.
Core Features & Use Cases
- Multi-agent orchestration: Splits work into planner, generator, and evaluator roles for large features, multi-file refactors, and validation-heavy fixes.
- Spec-driven execution: Uses acceptance criteria, task files, and structured handoffs to keep work precise and auditable.
- Failure recovery: Supports repeated implementation and verification loops until the code meets the stated requirements or the process should stop and report back.
- Use case: Ideal for a complex product change that must be decomposed, implemented by a worker agent, checked by an independent validator, and iterated to convergence.
Quick Start
Use the pge skill to turn this complex coding request into a spec, split it into tasks, and iterate implementation and independent validation until the acceptance criteria pass.