brainstorming-extension

88
dsifrydsifry

Enforces a design review gate after brainstorming — bridges superpowers:brainstorming into the metaswarm quality pipeline

195 days ago

plan-review-gate

88
dsifrydsifry

Automatic adversarial review gate that spawns 3 independent reviewers in parallel after any plan is drafted - all must PASS before presenting to user

195 days ago

setup

88
dsifrydsifry

Interactive project setup — detects your project, configures metaswarm, writes project-local files

195 days ago

status

88
dsifrydsifry

Diagnostic status report — shows metaswarm installation state, project setup, and potential issues

195 days ago

migrate

88
dsifrydsifry

Migrate from npm-installed metaswarm to the marketplace plugin — removes redundant files with safety checks

195 days ago

orchestrated-execution

88
dsifrydsifry

4-phase execution loop for work units - IMPLEMENT, VALIDATE, ADVERSARIAL REVIEW, COMMIT

195 days ago

Design Review Gate

88
dsifrydsifry

Automatic review gate that runs after brainstorming completes - spawns PM, Architect, Designer, Security, and CTO agents in parallel, iterates until all approve

195 days ago

start

88
dsifrydsifry

Use when starting work on any task, when the user mentions metaswarm, or when the user wants to begin tracked development work

195 days ago

external-tools

88
dsifrydsifry

Delegate implementation and review tasks to external AI CLI tools (Codex, Gemini) with cross-model adversarial review

195 days ago

visual-review

88
dsifrydsifry

Take screenshots of web pages and UI using Playwright for visual review and iteration

195 days ago

beads-orchestration

52
dsifrydsifry

Multi-agent orchestration for GitHub Issues using BEADS task tracking

195 days ago

sharing-skills

52
dsifrydsifry

Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository

195 days ago

brainstorming-extension

52
dsifrydsifry

Warmstart extension to superpowers:brainstorming - auto-triggers design review gate after design completion

195 days ago

requesting-code-review

52
dsifrydsifry

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding

195 days ago

subagent-driven-development

52
dsifrydsifry

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

195 days ago

using-superpowers

52
dsifrydsifry

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

195 days ago

dispatching-parallel-agents

52
dsifrydsifry

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently

195 days ago

writing-skills

52
dsifrydsifry

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

195 days ago

design-review-gate

52
dsifrydsifry

Automatic review gate that runs after brainstorming completes - spawns PM, Architect, Designer, Security, and CTO agents in parallel, iterates until all approve

195 days ago

systematic-debugging

52
dsifrydsifry

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

195 days ago

root-cause-tracing

52
dsifrydsifry

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

195 days ago

executing-plans

52
dsifrydsifry

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

195 days ago

receiving-code-review

52
dsifrydsifry

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

195 days ago

brainstorming

52
dsifrydsifry

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

195 days ago

using-git-worktrees

52
dsifrydsifry

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

195 days ago