pge

Coordinate multi-agent planning, implementation, and validation for complex coding tasks.

5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/tiancaiamao/ai --skill pge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pge
Source: https://github.com/tiancaiamao/ai/tree/main/skills/pge
Command: npx skills add https://github.com/tiancaiamao/ai --skill pge

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about pge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-agent planning and independent validation for complex coding tasks?

Multi-agent orchestration for complex coding tasks coordinates independent planner, generator, and evaluator roles to decompose specs, implement code, and verify acceptance criteria through structured handoff files and isolated validation loops.

What is the best way to enforce spec-driven decomposition for multi-file feature work?

Spec-driven decomposition for multi-file feature work uses structured task files and acceptance criteria to split work into isolated generator and evaluator agents, ensuring precise, auditable handoffs and objective verification rather than relying on self-review.

Can I use independent evaluator agents for bug-fix loops with repeated build and review gates?

Yes, independent evaluator agents support repeated bug-fix loops by enforcing up to three validation rounds with build and review gates, iterating implementation and verification until the code meets stated requirements or stops to report back.

Does multi-agent orchestration work for architecture changes that require isolated generator and evaluator agents?

Multi-agent orchestration works for architecture changes by applying isolated generator and evaluator agents to handle multi-file refactors, using structured handoffs to maintain objective evaluation and independent implementation throughout the validation rounds.

Why does spec-driven execution require structured handoff files for large features?

Spec-driven execution requires structured handoff files for large features to keep work precise and auditable, preventing self-reviewing agent bias by ensuring the generator and evaluator agents operate independently based on the acceptance criteria.

What are the limitations of using a single self-reviewing agent for complex product changes?

A single self-reviewing agent lacks independent evaluation for complex product changes, whereas multi-agent orchestration enforces spec-driven decomposition and isolated validation loops to objectively verify acceptance criteria and converge through repeated implementation.