Agent Plugins Marketplace
All plugins

superflow

v0.9.0

A portable full-flow dev toolkit: process skills (TDD, brainstorming, systematic-debugging, plans, code-review, verification, worktrees) woven with five routed specialist personas (sherlock, architect, designer, codezilla, bughunter), deterministic workflows for the expensive calls (multi-voice council, adversarial review sweep), a mock-locked design loop, and a self-scanning codebase rulebook so it fits any repo.

Claude Code17 Skills

By Ashwani KumarLicense: MIT1 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
17 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install superflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install superflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cashwanikumar/superflow

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/superflow/.

Plugin files

plugins/superflow/
├── .claude-plugin/plugin.json
├── skills/brainstorming/SKILL.md
├── skills/codebase-rulebook/SKILL.md
├── skills/commit-prep/SKILL.md
├── skills/council/SKILL.md
├── skills/daily-brief/SKILL.md
├── skills/finishing-a-development-branch/SKILL.md
├── skills/handoff/SKILL.md
├── skills/receiving-code-review/SKILL.md
├── skills/requesting-code-review/SKILL.md
├── skills/superflow/SKILL.md
├── skills/systematic-debugging/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/ui-reduction/SKILL.md
├── skills/using-git-worktrees/SKILL.md
├── skills/using-superpowers/SKILL.md
├── skills/verification-before-completion/SKILL.md
└── skills/writing-plans/SKILL.md

Included Skills17

brainstormingskills/brainstorming/SKILL.md

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

codebase-rulebookskills/codebase-rulebook/SKILL.md

Scan the repo end-to-end and write CODEBASE_RULEBOOK.md — the conventions every future code change is checked against. Use when the user runs /superflow:codebase-rulebook, asks to generate or refresh the rulebook, or when non-trivial code work is starting and no CODEBASE_RULEBOOK.md exists at the repo root.

commit-prepskills/commit-prep/SKILL.md

Summarize the current diff and propose a commit message, without committing unless explicitly asked. Use when the user runs /superflow:commit-prep or asks what changed / for a commit message before committing.

councilskills/council/SKILL.md

Multi-voice deliberation on a hard, expensive-to-reverse architectural or product decision — independent schema-forced votes from each persona, synthesized by architect. Use when the user runs /superflow:council or explicitly asks for a full council on a decision.

daily-briefskills/daily-brief/SKILL.md

Fast session start — where you left off and what to do next, reconstructed from git state and recent work. Use when the user runs /superflow:daily-brief or asks to pick up where they left off.

finishing-a-development-branchskills/finishing-a-development-branch/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work

handoffskills/handoff/SKILL.md

Full session handoff — what changed, current state, verified vs not, pending work, next steps, and watch-outs, so another session can resume cleanly. Use when the user runs /superflow:handoff or asks for a handoff or wrap-up before switching context.

receiving-code-reviewskills/receiving-code-review/SKILL.md

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

requesting-code-reviewskills/requesting-code-review/SKILL.md

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

superflowskills/superflow/SKILL.md

The front door for non-trivial coding work in this repo — pairs a process skill (brainstorming for builds, systematic-debugging for bugs, receiving-code-review for review feedback) with the right specialist persona, in the right order. Load when deciding how to approach a build, bug, review, or design task, or when unsure which skill/persona applies.

systematic-debuggingskills/systematic-debugging/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code

ui-reductionskills/ui-reduction/SKILL.md

A step-by-step method for turning a complex, cluttered screen into a simpler one — structure before styling. Load before the taste pass whenever a screen is multi-section, does more than one job, or the user says "simplify", "declutter", "clean up", "messy", "cluttered", or "busy". Used by the designer persona's reduction gate.

using-git-worktreesskills/using-git-worktrees/SKILL.md

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

using-superpowersskills/using-superpowers/SKILL.md

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

verification-before-completionskills/verification-before-completion/SKILL.md

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

writing-plansskills/writing-plans/SKILL.md

Use when you have a spec or requirements for a multi-step task, before touching code

Plugin manifests1

plugins/superflow/.claude-plugin/plugin.json
{
  "name": "superflow",
  "displayName": "superflow",
  "description": "A portable full-flow dev toolkit: process skills (TDD, brainstorming, systematic-debugging, plans, code-review, verification, worktrees) woven with five routed specialist personas (sherlock, architect, designer, codezilla, bughunter), deterministic workflows for the expensive calls (multi-voice council, adversarial review sweep), a mock-locked design loop, and a self-scanning codebase rulebook so it fits any repo.",
  "version": "0.9.0",
  "author": {
    "name": "Ashwani Kumar"
  },
  "license": "MIT",
  "keywords": [
    "personas",
    "skills",
    "routing",
    "tdd",
    "debugging",
    "code-review",
    "workflow",
    "workflows",
    "conventions",
    "design"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[superflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superflow)