Three community frameworks for AI coding agents are compared: Superpowers (enforces TDD with a 7-phase workflow and subagent delegation), GSD (prevents context rot via per-phase orchestrators that write state to disk), and GSTACK (models a 23-person team with role-based governance). Each addresses a distinct failure mode: code
Table of contents
The problem all three frameworks solveSuperpowers: the test-driven discipline enforcerGSD: preventing context rot before it ruins your projectGSTACK: when you need a whole team, not just an engineerWhere each framework fitsCombining frameworks with Pulumi workflowsGetting startedSort: