Superjawn
Research-augmented fork of obra/superpowers. Ships all 14 workflow skills (brainstorming, planning, TDD, code review, debugging, worktrees, parallel agents) standalone, with no dependency on the upstream superpowers plugin.
Skills in this plugin
14- ▌ Brainstorming · jamditis bundleExplores intent and design before implementation. MUST use before creating or modifying any feature, component, or behavior.
- ▌ Writing Plans · jamditis bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Writing Skills · jamditis bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Executing Plans · jamditis bundleUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌ Using Superjawn · jamditis bundleEstablishes how to find and use skills, requiring Skill tool invocation before any response. Use when starting any conversation.
- ▌ Using Git Worktrees · jamditis bundleCreates isolated git worktrees with smart directory selection and safety checks. Use when starting isolated feature work.
- ▌ Systematic Debugging · jamditis bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Receiving Code Review · jamditis bundleVerifies review feedback with technical rigor, not blind agreement. Use when receiving review before implementing suggestions.
- ▌ Requesting Code Review · jamditis bundleUse when completing tasks, implementing major features, or before merging to verify work meets requirements
- ▌ Test Driven Development · jamditis bundleUse when implementing any feature or bugfix, before writing implementation code
- ▌ Dispatching Parallel Agents · jamditis bundleUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
- ▌ Subagent Driven Development · jamditis bundleUse when executing implementation plans with independent tasks in the current session
- ▌ Finishing A Development Branch · jamditis bundlePresents options for merge, PR, or cleanup. Use when work is complete, tests pass, and you must decide how to integrate.
- ▌ Verification Before Completion · jamditis bundleRuns verification commands and confirms output before success claims. Use before claiming work done or committing or PRs.