sjarmak/agent-workflows

Superseded by coding-agent-workflows. Twenty-one experimental multi-agent workflow skills for Claude Code: parallel research, brainstorming, debate, planning, execution, and review, with Beads for cross-session task tracking.

9Stars on the repository
39Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bisect

01

sjarmak/agent-workflows

Skill Claude CodeCodex

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.

9 1mo ago A 0 tokens original MIT

brainstorm

02

sjarmak/agent-workflows

Skill Claude CodeCodex

Structured brainstorming with research-driven exclusion zones and shape uniqueness enforcement. Forces divergent thinking through volume and a hard constraint: no idea can take the same shape as any prior art or any previous idea. Use when exploring solutions to a problem, designing features, or when the obvious…

9 1mo ago A 64 tokens original MIT

code-review

03

sjarmak/agent-workflows

Skill Claude CodeCodex

Comprehensive code review of uncommitted or recently committed changes. Reviews for security, quality, and maintainability, then reports findings by severity.

9 1mo ago A 0 tokens original MIT

compose

04

sjarmak/agent-workflows

Skill Claude CodeCodex

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…

9 1mo ago A 0 tokens original MIT

sjarmak/agent-workflows

Skill Claude CodeCodex

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.

9 1mo ago A 0 tokens original MIT

contract

06

sjarmak/agent-workflows

Skill Claude CodeCodex

Specification Generation from Examples. Takes a set of examples (API calls, test cases, user stories, input/output pairs) and spawns N agents to independently INFER the specification that would produce those examples. Each agent works bottom-up: what rules, constraints, invariants, and edge cases does this behavior…

9 1mo ago A 0 tokens original MIT

converge

07

sjarmak/agent-workflows

Skill Claude CodeCodex

Structured debate and refinement using Agent Teams. Takes divergent findings (from /diverge or any independent research) and spawns a team where teammates advocate for different positions, debate trade-offs, and converge on a refined synthesis.

9 1mo ago A 0 tokens original MIT

crossbreed

08

sjarmak/agent-workflows

Skill Claude CodeCodex

Structural recombination of existing designs. Takes 2-3 prototypes or design approaches and spawns N agents to create HYBRID designs, each with a different "dominant parent" whose architecture leads while grafting specific elements from the others.

9 1mo ago A 0 tokens original MIT

diffuse

09

sjarmak/agent-workflows

Skill Claude CodeCodex

Blast Radius Impact Mapping. Takes a proposed change (diff, migration, dependency upgrade, config change) and spawns N independent agents, each tracing impact through a different propagation path. No agent sees others' findings. Synthesizes into a combined blast radius map showing first-order, second-order, and…

9 1mo ago A 0 tokens original MIT

distill

10

sjarmak/agent-workflows

Skill Claude CodeCodex

Essence Extraction via Progressive Compression. Takes a large artifact and runs it through a chain of compression agents where each must compress the previous output by 50% while preserving the most important information. The key insight: the DROPS at each compression layer — what each agent chose to cut — reveal the…

9 1mo ago A 0 tokens original MIT

diverge-prototype

11

sjarmak/agent-workflows

Skill Claude CodeCodex

Divergent prototyping. Spawns N independent agents in isolated worktrees to explore different implementation approaches for a PRD, then synthesizes results.

9 1mo ago A 0 tokens original MIT

diverge

12

sjarmak/agent-workflows

Skill Claude CodeCodex

Multi-perspective divergent research. Spawns N independent agents with uncorrelated context windows to explore a question from different angles, then auto-synthesizes findings into a unified analysis and PRD.

9 1mo ago A 0 tokens original MIT

entangle

13

sjarmak/agent-workflows

Skill Claude CodeCodex

Dependent co-design of coupled subsystems. Spawns one agent PER SUBSYSTEM in isolated worktrees, all sharing a single evolving interface contract file. A coordinator merges contract proposals and broadcasts updates. Agents iterate until the contract stabilizes. Produces N co-designed subsystems plus the negotiated…

9 1mo ago A 0 tokens original MIT

focus

14

sjarmak/agent-workflows

Skill Claude CodeCodex

Single-task execution loop with structured context handoff. Enforces the discipline of plan → execute → simplify → review → close. Uses Beads (bd) for task tracking so context survives across sessions without artifact clutter. A new session runs bd ready and picks up exactly where the last one left off. Supports…

9 1mo ago A 0 tokens original MIT

fracture

15

sjarmak/agent-workflows

Skill Claude CodeCodex

Competitive Problem Decomposition. Spawns N independent agents, each proposing a DIFFERENT decomposition of a problem into subproblems using a distinct structural lens. One decomposes by user journey, another by data flow, another by failure domain, another by team boundary, another by deployment unit. Synthesizes…

9 1mo ago A 0 tokens original MIT

mcp-eval

16

sjarmak/agent-workflows

Skill Claude CodeCodex

Evaluate an MCP tool's agentic usability via parallel test scenarios plus a meta-reflection pass, producing a scored improvement report.

9 1mo ago A 29 tokens original MIT

migrate

17

sjarmak/agent-workflows

Skill Claude CodeCodex

Parallel Strategy for System Transitions. Spawns N independent agents in isolated worktrees, each implementing a DIFFERENT migration strategy for the same old-system-to-new-system transition. The path is the variable, not the destination — all agents implement the same end state but via different transition paths.…

9 1mo ago A 0 tokens original MIT

prd-build

21

sjarmak/agent-workflows

Skill Claude CodeCodex

Decompose a PRD into parallel work units and build them with independent agents.

9 1mo ago A 18 tokens original MIT

prd-queue

22

sjarmak/agent-workflows

Skill Claude CodeCodex

Run /prd-build over multiple PRDs with full worktree lifecycle (create, dispatch, FF-merge, cleanup). Single-command dispatch from one session — sequential or parallel.

9 1mo ago A 39 tokens original MIT

premortem

23

sjarmak/agent-workflows

Skill Claude CodeCodex

Prospective Failure Narratives. Spawns N independent agents, each writing a narrative from the future where the project FAILED for a different root cause. No agent sees others' failure stories. A lead agent then synthesizes all failure narratives into a structured risk registry with severity ratings and mitigations.

9 1mo ago A 0 tokens original MIT

replicate

24

sjarmak/agent-workflows

Skill Claude CodeCodex

Independent Verification by Reimplementation. Spawns N agents in isolated worktrees to implement the SAME specification independently, with no knowledge of each other's code. Compares outputs to produce a convergence/divergence map that reveals where the spec is clear, where it is ambiguous, and what it fails to…

9 1mo ago A 0 tokens original MIT