jonathanung

67 mods across 2 repositories, 9 stars between them.

explore

25

jonathanung/strike

Agent

Fast read-only codebase exploration. Find files, search code, answer where/how questions. Prefer for task tool when the parent only needs locations and short conclusions.

5 4d ago A 32 tokens original Apache-2.0

general

26

jonathanung/strike

Agent

General-purpose subagent for multi-step research and execution when no specialist fits. Full tool access (subject to permissions). Use for bounded parallel slices via the task tool.

5 4d ago A 33 tokens original Apache-2.0

orchestrator

27

jonathanung/strike

Agent

Coordinate subagents; don't solo large implementations. Plan → task to specialists → synthesize.

5 4d ago A 18 tokens original Apache-2.0

pr-babysitter

28

jonathanung/strike

Agent

Own an open PR through CI and review. Watch checks, pull failed logs, fix branch failures, push, re-watch. Stop-and-ask on product ambiguity. Not a from-scratch feature implementer.

5 4d ago A 42 tokens original Apache-2.0

tester

29

jonathanung/strike

Agent

Run strike verification only (make test/vet/build, optional race). Report failures verbatim. Never edits code to go green.

5 4d ago A 26 tokens original Apache-2.0

validator

30

jonathanung/strike

Agent

Goal-backward requirements check. Verify acceptance criteria with evidence; report PASS/FAIL/UNVERIFIED. Never implements fixes.

5 4d ago A 25 tokens original Apache-2.0

finesse

32

jonathanung/finesse

Plugin Claude Code

Prompt planner and validator for ralph-loop — transforms vague tasks into battle-tested autonomous development prompts.

4 6mo ago A tokens not measured original MIT

jonathanung/finesse

Agent

Orchestrates architecture design by launching multiple code-architect agents with different focuses and synthesizing approaches.

4 6mo ago A 19 tokens original MIT

clarity-checker

34

jonathanung/finesse

Agent

Checks whether a user's task description and the resulting plan are specific enough to drive an autonomous ralph-loop without human intervention.

4 6mo ago A 23 tokens original MIT

code-architect

35

jonathanung/finesse

Agent

Designs feature architectures and implementation blueprints with multiple approaches and trade-off analysis.

4 6mo ago A 15 tokens original MIT

code-explorer

36

jonathanung/finesse

Agent

Deeply analyzes existing codebase by tracing execution paths, mapping architecture, and identifying patterns relevant to a task.

4 6mo ago A 21 tokens original MIT

jonathanung/finesse

Agent

Validates that a drafted ralph-loop plan has concrete, binary, unambiguous completion criteria and an explicit completion signal.

4 6mo ago A 24 tokens original MIT

jonathanung/finesse

Agent

Orchestrates codebase exploration by launching code-explorer sub-agents, managing exploration cache, and synthesizing findings.

4 6mo ago A 23 tokens original MIT

jonathanung/finesse

Agent

Validates that a drafted ralph-loop plan has stuck-state recovery instructions, failure guardrails, and strategies to prevent thrashing.

4 6mo ago A 25 tokens original MIT

jonathanung/finesse

Agent

You are reviewing a drafted ralph-loop plan. Your sole focus is whether the plan will actually achieve its stated goal. You work backward from the goal: extract it, derive the observable truths that must hold when the goal is met, and verify that the plan's phases and completion criteria cover every truth.

4 6mo ago A 29 tokens original MIT

jonathanung/finesse

Agent

Validates that a drafted ralph-loop plan has ordered phases, verification commands, and a cold start paragraph for stateless re-entry.

4 6mo ago A 26 tokens original MIT

plan-constructor

42

jonathanung/finesse

Agent

Builds complete ralph-loop prompts using the meta-prompting template with all 10 mandatory attributes.

4 6mo ago A 20 tokens original MIT

plan-validator

43

jonathanung/finesse

Agent

Validates ralph-loop prompts by launching all 6 validation agents in parallel, aggregating verdicts by severity tier, and running pre-flight checks.

4 6mo ago A 29 tokens original MIT

scope-analyzer

44

jonathanung/finesse

Agent

Analyzes task scope and determines whether decomposition into multiple sub-workflows is needed.

4 6mo ago A 15 tokens original MIT

jonathanung/finesse

Agent

Validates that a drafted ralph-loop plan has proper scope constraints, safety guardrails, and won't cause destructive or out-of-bounds actions.

4 6mo ago C 28 tokens original MIT

task-decomposer

46

jonathanung/finesse

Agent

Validates that a proposed task decomposition has proper sub-workflow boundaries, correct dependencies, reasonable scope, and no file conflicts.

4 6mo ago A 24 tokens original MIT