By ashokdudhade
Operational-first coding plugin: Builder-Breaker loop with SRE review, HEALTH_CHECK enforcement, and telemetry hooks.
Use when reviewing a Builder proposal for production risks — stress-test for failure modes, REJECT with loop-back when issues are material.
Use when implementing or proposing code changes that will be reviewed for production readiness. Ships the smallest coherent diff with a mandatory HEALTH_CHECK.
Use after Breaker ACCEPT and Verification to score the final change 1-10 on reliability with an explicit rubric.
Use when starting a session or before treating any implementation as complete — establishes whether the Builder-Breaker loop should run.
Use after Breaker ACCEPT and before Reliability scoring — gates completion on evidence that smoke steps actually pass.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Operational-first agentic plugin: a Builder proposes changes with explicit verification plans, and a Breaker (senior SRE mindset) reviews for production risks before anything is treated as done.
AI coding assistants ship code fast but often ignore production realities — missing indexes, race conditions, silent error swallowing, no observability. Prodscope adds a structured Builder-Breaker loop that runs automatically, so every change is challenged before it lands.
curl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash
This copies skills, commands, rules, and hooks into your current project. No global install, no dependencies.
Install only the files you need:
# Claude Code only
curl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --claude-only
# Cursor only
curl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --cursor-only
# OpenAI Codex only
curl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --codex-only
/plugin marketplace add ashokdudhade/prodscope
/plugin install prodscope@prodscope-marketplace
This is the recommended method for Claude Code — the plugin auto-updates and integrates with the plugin system.
| Platform | Method |
|---|---|
| Cursor | Install from Cursor Marketplace, or Settings → Rules → Remote Rule → paste ashokdudhade/prodscope |
| Codex | Copy .codex-plugin/, .agents/, AGENTS.md, and skills/ into your project root |
# Preview what would be installed (no changes made)
curl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --dry-run
# Clone and install from local copy
git clone https://github.com/ashokdudhade/prodscope.git /tmp/prodscope
cd your-project && /tmp/prodscope/install.sh
Type /prodscope:build <your task> in Claude Code or Cursor. Codex runs the loop automatically.
/prodscope:build "add rate limiting to the API"
│
├─ Phase 1: Builder
│ ├─ Implements smallest coherent diff
│ └─ Attaches HEALTH_CHECK (smoke steps, signals, rollback)
│
├─ Phase 2: Breaker
│ ├─ SRE review: async races, DB indexes, memory, security
│ ├─ REJECT → loops back to Builder with required fixes (max 3 cycles)
│ └─ ACCEPT → proceeds to verification
│
├─ Phase 3: Verification
│ ├─ Runs HEALTH_CHECK smoke steps with evidence
│ └─ Failure → loops back to Builder
│
└─ Phase 4: Reliability score
├─ Rates change 1–10 (tests, observability, errors, ops, security)
└─ Logs outcome to .prodscope/logs/
The entire loop runs in a single response — no manual handoff between phases.
| Command | Platform | What it does |
|---|---|---|
/prodscope:build <task> | Claude Code, Cursor | Full Builder → Breaker → Verify → Score loop |
/prodscope:verify | Claude Code, Cursor | Post-build verification with MCP telemetry (Sentry, Datadog) |
mcp-config.json is a placeholder for Sentry, Datadog, or other MCP servers. Add entries per vendor docs and inject API keys via environment variables — never commit secrets. See commands/verify.md for the /prodscope:verify operator template.
npx claudepluginhub ashokdudhade/prodscope --plugin prodscopeEnhances Claude Code from producing raw code into delivering production-ready systems. 14 specialized agents handle architecture, tested code, security audit, CI/CD, and documentation. Use for building apps/websites/services, adding features, hardening, deployment, testing, review, or architecture design.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Mindful AI coding framework — discipline over cleverness. Skill + 21 slash commands + 8 specialist agents + 5 runtime hooks + 15 default checklists + Master Orchestrator + Gravity hub. Works on any model tier (Opus/Sonnet/Haiku). Integrates Claude Design for visual work.
Turn on Godmode for Claude Code. 126 skills. 7 subagents. Zero configuration.
Site Reliability Engineering discipline agent for reliability, monitoring, and incident response
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.