sjarmak

92 mods across 2 repositories, 11 stars between them.

focus

25

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

26

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

27

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

28

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

32

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

33

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

34

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

35

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

research-project

36

sjarmak/agent-workflows

Skill Claude CodeCodex

Run diverge → converge → premortem pipeline to produce a risk-annotated PRD.

9 1mo ago A 22 tokens original MIT

scaffold

37

sjarmak/agent-workflows

Skill Claude CodeCodex

Build-order planning via competing sequencing strategies. Takes a chosen design (from /diverge-prototype or any architecture decision) and spawns N independent agents, each proposing a different build-order strategy. Each agent produces a sequenced implementation plan with milestones, dependencies, and risk…

9 1mo ago A 0 tokens original MIT

simplify

38

sjarmak/agent-workflows

Skill Claude CodeCodex

Review changed code for reuse, quality, and efficiency, then fix any issues found.

9 1mo ago A 0 tokens original MIT

stress-test

39

sjarmak/agent-workflows

Skill Claude CodeCodex

Parallel Adversarial Attack Surface Analysis. Spawns N independent agents, each tasked with BREAKING a system from a different attack angle. No agent sees others' findings. Synthesizes into a vulnerability map with severity ratings.

9 1mo ago A 0 tokens original MIT

architect

41

sjarmak/coding-agent-workflows

Agent

Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.

2 1mo ago A 36 tokens copy · 94% MIT

sjarmak/coding-agent-workflows

Agent

Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.

2 1mo ago C 50 tokens copy · 98% MIT

code-reviewer

43

sjarmak/coding-agent-workflows

Agent

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.

2 1mo ago A 38 tokens original MIT

database-reviewer

45

sjarmak/coding-agent-workflows

Agent

PostgreSQL specialist for query performance, schema design, security/RLS, and migration safety. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance.

2 1mo ago A 43 tokens original MIT

e2e-runner

46

sjarmak/coding-agent-workflows

Agent

End-to-end testing specialist. Generates, maintains, and runs E2E tests for critical user journeys; quarantines flaky tests; captures artifacts (screenshots, videos, traces). Prefers Agent Browser with a Playwright fallback.

2 1mo ago A 52 tokens original MIT

go-build-resolver

47

sjarmak/coding-agent-workflows

Agent

Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.

2 1mo ago A 39 tokens copy · 91% MIT

go-reviewer

48

sjarmak/coding-agent-workflows

Agent

Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED for Go projects.

2 1mo ago A 37 tokens copy · 95% MIT