PlanGate — Summary
PlanGate is a governance-first AI coding agent harness that enforces a 5-phase gated workflow: planning, requirement expansion, design, implementation, and handoff/verification. The core invariant is "no code without an approved plan" — human approval gates (C-3 for plan, C-4 for PR merge) bracket AI execution. It ships a plangate POSIX shell CLI (v0.2.0) with 30 subcommands, 4 Claude Code slash commands, 21 skills, and 24 specialized agents (orchestrator, implementation-agent, qa-reviewer, requirements-analyst, solution-architect, etc.), plus 12 enforcement hooks (EH-1 through EH-9 + EHS-1 through EHS-3). The workflow uses 5 "modes" (ultra-light through critical) with proportionally more verification steps. Events are logged to events.ndjson enabling sprint retrospective derivation. PlanGate v8.9.0 adds Reporting & Retrospective v1 on top of the governance harness.
differs_from_seeds: PlanGate is the closest to kiro (gated spec-first development with explicit approval gates) but implemented as a POSIX shell CLI + Claude Code plugin rather than a closed IDE. Where kiro enforces the pipeline via IDE hook events, PlanGate uses PreToolUse hooks for C-3/C-4 gate invariants. The 24 named personas (orchestrator, scrum-master, acceptance-tester, etc.) is the most extensive agent roster in this batch, more structured than BMAD's 6 personas.