By sjarmak
Orchestrate multi-agent teams in isolated Git worktrees for Claude Code to prototype divergent designs, debate trade-offs, perform premortem risk analysis, stress-test vulnerabilities, review code quality/security, and automate full PRD builds from spec decomposition to verified merging.
Simplify and clean up code after generation. Use proactively after writing or modifying code.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
Run the full diverge-converge-premortem pipeline as a single invocation. Use for major architecture decisions and new feature exploration.
Run stress-test then premortem with security focus. Use before shipping security-sensitive changes.
Binary search for root cause. Defines a search space and pass/fail oracle, then iteratively tests midpoints — halving the space each step until the root cause is isolated. Works across git history, configuration, dependencies, or code modules.
You are facilitating a structured brainstorming session.
Comprehensive code review of uncommitted or recently committed changes. Reviews for security, quality, and maintainability, then reports findings by severity.
Workflow Pipeline Builder. A meta-workflow that takes a goal and designs which existing workflow skills to chain together, in what order, with what parameters. Spawns agents to independently propose different workflow compositions for the same goal. The only workflow that operates on the WORKFLOW LAYER rather than the problem layer. Produces a recommended pipeline with rationale.
Constraint Inversion — What-If Removal. Takes a design with stated constraints and spawns N agents, each removing or inverting ONE constraint to explore what becomes possible without it, then synthesizes findings into a constraint dependency map that reveals which constraints are truly load-bearing vs merely assumed.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
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.
Experimental multi-agent workflow patterns for Claude Code. Twenty-one skills that orchestrate parallel agents to research, brainstorm, prototype, debate, stress-test, plan, execute, and review — with Beads for cross-session task tracking. See docs/ for detailed reference guides.
Structured ideation with shape-uniqueness enforcement. Researches prior art, then generates N ideas where each one is structurally distinct from all others. Use when exploring solution spaces, designing features, or making architecture decisions.
Multi-perspective research. Spawns N independent agents with different lenses (technical, UX, risk) to explore a question. Synthesizes findings into a PRD. Use before building, when you need to understand trade-offs.
Competitive problem decomposition. Spawns N agents each proposing a different decomposition of a problem — by user journey, data flow, failure domain, team boundary, deployment unit, API surface, or lifecycle. Reveals how framing shapes the solution space.
Structured debate. Takes divergent findings and runs moderated rounds where agents advocate positions, challenge each other, and propose compromises. Use when resolving tensions or making architectural decisions.
What-if constraint removal. Takes a design with stated constraints and spawns N agents, each removing one constraint to explore what becomes possible. Reveals which constraints are truly load-bearing vs assumed.
Prospective failure analysis. Spawns N agents that each write a narrative from the future where the project failed, each for a different root cause. Synthesizes into a risk registry with severity ratings and mitigations. Based on Klein's premortem technique.
Parallel adversarial analysis. Spawns N agents each tasked with breaking a design or codebase from a different attack vector (security, scale, concurrency, edge cases, dependencies, data integrity, operations). Produces a vulnerability map with severity ratings and fixes.
Blast radius impact mapping. Takes a proposed change (diff, migration, dependency upgrade) and spawns agents tracing impact through call graph, data flow, test coverage, deployment pipeline, and user-facing behavior. Produces a combined blast radius map.
Parallel prototyping. Spawns N agents in isolated git worktrees to build different implementations of a PRD, then compares results. Use for architecture spikes and implementation exploration.
Structural recombination. Takes 2-3 existing prototypes and spawns agents to create hybrid designs, each with a different dominant parent. Documents grafting decisions and seam risks.
Dependent co-design of coupled systems. Spawns one agent per subsystem in separate worktrees, sharing a single evolving interface contract. A coordinator merges contract proposals and broadcasts updates. Agents iterate until the contract stabilizes.
Parallel migration strategy exploration. Takes an old-to-new system transition and spawns agents in worktrees, each prototyping a different migration strategy (big-bang, strangler fig, parallel run, feature flags). Compares rollback safety, downtime, and data integrity.
Specification generation from examples. Takes API calls, test cases, or I/O pairs and spawns N agents to independently infer the specification. Where agents agree, the spec is clear; where they diverge, the examples are ambiguous.
Independent verification by reimplementation. Spawns N agents in isolated worktrees to implement the same spec independently. Convergence reveals clear spec; divergence reveals ambiguity. The divergence map is the output.
Progressive compression. Runs an artifact through a chain of agents, each compressing by 50%. The key insight: what gets dropped at each layer reveals the priority hierarchy. The waste product is the signal.
Binary search for root cause. Uses agents to perform binary search through git history, configuration space, or dependency versions to isolate a regression. Adaptive topology: each step depends on the previous result.
npx claudepluginhub sjarmak/agent-workflowsHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques