sjarmak

92 mods across 2 repositories, 11 stars between them.

agent-workflows

01

sjarmak/agent-workflows

Plugin Claude Code

Multi-agent workflow patterns for Claude Code. Skills for brainstorming, research, debate, prototyping, risk analysis, stress testing, and build planning. Includes hooks for auto-formatting, diff-aware scoping, guard rails, worktree setup, notifications, and verification.

9 1mo ago A tokens not measured original MIT

sjarmak/agent-workflows

Instructions file CodexOpenCode

Instructions for sjarmak/agent-workflows, covering agent instructions, quick reference, zfc enforcement, review checklist for agents and compliant patterns to preserve.

9 1mo ago C 1,005 tokens original MIT

code-reviewer

04

sjarmak/agent-workflows

Agent

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.

9 1mo ago A 30 tokens original MIT

code-simplifier

05

sjarmak/agent-workflows

Agent

Simplify and clean up code after generation. Use proactively after writing or modifying code.

9 1mo ago A 22 tokens original MIT

research-project

06

sjarmak/agent-workflows

Agent

Run the full diverge-converge-premortem pipeline as a single invocation. Use for major architecture decisions and new feature exploration.

9 1mo ago A 30 tokens original MIT

security-pipeline

07

sjarmak/agent-workflows

Agent

Run stress-test then premortem with security focus. Use before shipping security-sensitive changes.

9 1mo ago A 22 tokens original MIT

UserPromptSubmit

08

sjarmak/agent-workflows

Hook

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From sjarmak/agent-workflows.

9 1mo ago A tokens not measured original MIT

PostToolUse

09

sjarmak/agent-workflows

Hook

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From sjarmak/agent-workflows.

9 1mo ago A tokens not measured original MIT

Notification

10

sjarmak/agent-workflows

Hook

Runs when the agent sends a notification, running an inline shell check. From sjarmak/agent-workflows.

9 1mo ago A tokens not measured original MIT

WorktreeCreate

11

sjarmak/agent-workflows

Hook

Runs when a git worktree is created, running an inline shell check. From sjarmak/agent-workflows.

9 1mo ago A tokens not measured original MIT

bisect

12

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

13

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

14

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

15

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

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

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