By Paretofilm
Routing, context management, and project setup for the Superpowers + GStack workflow
Adapt an existing project to the Superpowers + GStack workflow. Analyzes the project, identifies gaps, updates CLAUDE.md routing without losing existing content, and sets up required structure.
Auto-advance through a multi-phase implementation plan by dispatching a subagent per phase, then chaining /review, /pitfall-verification, and /codex review at the phase boundary. Skips the y/n prompts a user would always answer "yes" to when reviews pass; stops by default when /review or any review flags actionable issues; severe findings (security/data-loss/correctness) always stop regardless of policy; pitfall/codex findings can be treated as advisory via the policy question. Composes existing skills — does not reimplement review logic. Use when asked to "autoimplement", "run this plan end-to-end", or "auto-advance through the phases".
Write a structured handoff file (YAML frontmatter + prose) to docs/superpowers/handoff.md before /clear or /compact. Different from /context-save (gstack) — survives across machines and restores without gstack installed.
Generate beautiful, pedagogical HTML companions for superpowers-gstack MD artifacts (design docs, handoffs, plans). Auto-opens via --open flag. Generates per-directory dashboards. Triggered manually or via PostToolUse hook on Write/Edit of artifact-pattern MD files.
Use after a PRD, spec, or implementation plan for an iOS app or feature — before implementation begins. Validates the artifact against Apple Human Interface Guidelines (iOS) via WebFetch citations: vocabulary, controls/touch targets, navigation paradigm, modal presentation, gestures, system surfaces, keyboard handling, haptics, semantic colors, animation timing, privileged operations, accessibility, app lifecycle. Complementary to pitfall-verification ("will this work?") and quality-review ("will this feel good?") — this asks "is this iOS-native?".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
"Superpowers owns the implementation loop, GStack owns everything before and after it. Context Guard keeps the session clean."
A Claude Code plugin that integrates Superpowers and GStack into one workflow — with skill routing, automatic context management, and project auto-configuration. Already have an existing project? Run /adapt and it analyzes your setup, preserves your CLAUDE.md, and adds routing — so you can jump right in.
Status: Work in Progress — Actively developed. Contributions, feedback, and ideas are very welcome. See Contributing.
If you've installed both Superpowers and GStack, you've probably run into these issues:
/investigate when you wanted Superpowers' debugging)This project solves all of that with routing rules, automatic context management, and a structured 4-phase workflow.
Every comparison article says "use both" but nobody explains how. This project fills that gap:
| Framework | Strengths | Phase |
|---|---|---|
| GStack (Garry Tan) | Product thinking, architecture review, QA, security, shipping | Planning, Review, Ship |
| Superpowers (Jesse Vincent) | TDD, structured coding, debugging, code review | Implementation |
They never overlap. GStack focuses on what roles review the work. Superpowers focuses on how code gets written.
/setup-routing — Generates a tailored CLAUDE.md for new projects/adapt — Adds routing to existing projects without losing your CLAUDE.md content/autoimplement — Auto-advance through a multi-phase implementation plan by chaining /review, /pitfall-verification, and /codex review at each phase boundary. Skips the y/n prompts you'd always answer "yes" to when reviews pass. Active pre-flight (v2.14.0+, tightened in v2.14.2): unless the latest commit touching the plan path matches the pre-flight marker regex ^(chore|fix)\(plan\):[[:space:]]*pre-flight([[:space:]]|$), autoimplement itself runs pitfall + codex on the plan body before Phase 1 dispatch — closes the gap between /writing-plans and autonomous execution. The pre-flight step commits a marker (chore(plan): pre-flight reviewed clean (...) or fix(plan): pre-flight {reviews_ran} feedback) so subsequent runs skip it. Stops by default when any review flags actionable issues; severe findings (security/data-loss/correctness in test assertions) always stop regardless of policy; pitfall/codex per-phase findings can be treated as advisory via the upfront policy question. Hard refusals: fewer than 2 phases, missing per-phase commit steps, dirty working tree, on main/master branch, plan touches migrations / secrets / credentials / .env / .ssh./context-handoff — Writes a human-readable handoff to docs/superpowers/handoff.md before /clear or /compact. Auto-resumes on next session start. Different from gstack's /context-save — this lives in the repo and works cross-machine./htmlify — Generates beautiful, pedagogical HTML companions for MD artefakter (design docs, plans, handoffs). v2 (2.0.0): opt-in --plan flag aktiverer rich rendering med 9 visuelle komponenter (comparison-matrix, flowchart-svg, pullquote, callout-box, stats-bar, two-column, expandable, diff-card, feedback-panel). Plan'en genereres av Claude Code i samme sesjon (Max-plan compute — ingen Anthropic API-kall). Uten --plan: v1-template-rendering (backwards compatible). Auto-opens via --open flag (macOS); aggregated per-directory dashboard via htmlify dashboard <dir>. Optional PostToolUse hook auto-fires on artifact writes. Bun + TypeScript; 138 unit tests; sanitized via DOMPurify./pitfall-verification — Final-check skill run after any PRD, spec, plan, or code artifact. Targeted check that typical pitfalls for that artifact type and domain (security, idempotency, contracts, edge cases, LLM output) actually do not apply. Two rounds max./quality-review — Perceived-quality gate run after a PRD, spec, or implementation plan, before implementation begins. Hunts pitfalls that make a product feel cheap or broken even when it technically works (silent failures, missing loading/empty states, error recovery, state drift, animations, AI output, sudo flows). Complementary to /pitfall-verification: that one asks "will this work?", this one asks "will this feel good?".npx claudepluginhub kjetilge/kjetil-claude-marketplace --plugin superpowers-gstackAutonomous architecture problem resolution during E2E testing and development. Evaluates scope, decides approach, and fixes or escalates based on impact.
Operational-safety supplement to general git-workflow skills. Prevents common pitfalls: reset without state check, catchall staging of build artifacts, gitignore trial-and-error debugging, and per-file iteration when bulk operations suffice.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Universal intent router for Claude Code. One command that picks the highest-ROI skill automatically — GSD, Superpowers, or gstack.
Agentic development framework for Claude Code — disciplined workflow routing, TDD enforcement, safety hooks, systematic debugging, and code review
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.