raghatatepiyush

14 mods across 1 repository, 1 stars between them.

ringmaster

01

raghatatepiyush/ringmaster

Plugin Claude Code

Home of Ringmaster — a safety-railed orchestration layer that turns Claude Code into a disciplined engineering team: it plans behind an approval gate, routes work to specialist plugins, then puts every change through tests, an adversarial security gate, a two-axis code review, and an ownership check before staging the.

1 1mo ago A tokens not measured original MIT

ringmaster

02

raghatatepiyush/ringmaster

Plugin Claude Code

Turns Claude Code into a disciplined engineering team: it frames the goal, plans behind an approval gate, routes each step to the best specialist plugin (with built-in fallbacks), and runs a bundled Test Architect, an adversarial Security Gate, a two-axis code review, and an ownership review that makes sure a…

1 1mo ago A tokens not measured original MIT

code-reviewer

03

raghatatepiyush/ringmaster

Agent

A fresh-context code reviewer that reviews a change along ONE axis, told to it in its brief — Spec ("did we build the right thing?" — does the change match the plan/PRD/ticket, no more, no less) or Standards ("did we build the thing right?" — correctness, edge cases, error handling, naming, duplication, readability).…

1 1mo ago A 152 tokens original MIT

comprehension

04

raghatatepiyush/ringmaster

Agent

A fresh-context comprehension examiner that turns an AI-written change into active-recall questions grounded in the actual diff, so the developer reconstructs real understanding and can honestly take 100% ownership before sign-off. Dispatch it in PHASE 1 to read the working/staged diff, risk-tier it, and produce a…

1 1mo ago A 173 tokens original MIT

security-gate

05

raghatatepiyush/ringmaster

Agent

A fresh-context adversarial security reviewer. Dispatch this subagent on the working or staged diff BEFORE staging/hand-off on any change that touches production behavior — features, frontend with user input, database/query changes, auth, payments, anything handling secrets or external data. It hunts for…

1 1mo ago A 120 tokens original MIT

pickup

06

raghatatepiyush/ringmaster

Command

Resume Ringmaster work from the .ringmaster/ ledger — reconcile against the repo, then continue the highest-priority pending task.

1 1mo ago A 26 tokens original MIT

SessionStart

07

raghatatepiyush/ringmaster

Hook

Runs when a session starts, executing session_doctrine.py via sh. From raghatatepiyush/ringmaster.

1 1mo ago A tokens not measured original MIT

PreToolUse

08

raghatatepiyush/ringmaster

Hook

Runs before the agent uses a tool for Bash, mcp__.*, Write, Edit, MultiEdit and NotebookEdit tool calls, executing guardrails.py via sh (3 commands). From raghatatepiyush/ringmaster.

1 1mo ago A tokens not measured original MIT

Stop

09

raghatatepiyush/ringmaster

Hook

Runs when the agent finishes a response, executing stop_gate.py via sh. From raghatatepiyush/ringmaster.

1 1mo ago A tokens not measured original MIT

code-review

10

raghatatepiyush/ringmaster

Skill Claude CodeCodex

The bundled two-axis code review — use to review a change for quality and spec-fit before it is staged and handed off. Trigger on 'review this change/branch/PR', 'code review', 'is this sound', 'does this match the ticket', or as the orchestrator's Stage 3 review step. It reviews the diff along two independent axes…

1 1mo ago A 173 tokens original MIT

orchestrator

11

raghatatepiyush/ringmaster

Skill Claude CodeCodex

The decision-making ringmaster for any software task. Use at the START of essentially any build, change, fix, or review request, and whenever a request is vague ("help me build X", "add Y", "fix this", "make it better"). Covers new/updated frontends, new/changed features, writing/updating/pruning tests, databases…

1 1mo ago A 180 tokens original MIT

ownership-review

12

raghatatepiyush/ringmaster

Skill Claude CodeCodex

The ownership review - use when a developer must take 100% responsibility for a code change written largely by AI and wants to genuinely understand and stand behind it before shipping. Trigger on 'review this branch/PR', 'code review', 'help me own this code', 'I have to be responsible for this', 'sign off on this…

1 1mo ago A 186 tokens original MIT

raghatatepiyush/ringmaster

Skill Claude CodeCodex

Write brutally thorough, fully-traceable test scenarios from a requirement — a Jira/Confluence (or Trello/Linear/Azure DevOps/GitHub Issues) source of truth — BEFORE any test code, then a self-contained HTML/CSV coverage report. This is the requirements-first counterpart to the Test Architect: it trusts the spec and…

1 1mo ago A 200 tokens original MIT

test-architect

14

raghatatepiyush/ringmaster

Skill Claude CodeCodex

Acts as a Principal Test Architect to plan, write, prune, run, and hand off automated tests for any codebase in any language or framework — never touching production code, never committing, never running against production. Use whenever the user wants to add, fix, expand, refactor, or review tests for a feature, bug…

1 1mo ago A 221 tokens original MIT