{
  "markdown": "# Prodscope\n\nOperational-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.\n\n## Why Prodscope?\n\nAI 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.\n\n## Install\n\n### One-liner (all platforms)\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash\n```\n\nThis copies skills, commands, rules, and hooks into your current project. No global install, no dependencies.\n\n### Platform-specific\n\nInstall only the files you need:\n\n```bash\n# Claude Code only\ncurl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --claude-only\n\n# Cursor only\ncurl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --cursor-only\n\n# OpenAI Codex only\ncurl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --codex-only\n```\n\n### Claude Code (native plugin install)\n\n```\n/plugin marketplace add ashokdudhade/prodscope\n/plugin install prodscope@prodscope-marketplace\n```\n\nThis is the recommended method for Claude Code — the plugin auto-updates and integrates with the plugin system.\n\n### Other native installs\n\n| Platform | Method |\n|----------|--------|\n| **Cursor** | Install from [Cursor Marketplace](https://cursor.com/marketplace), or Settings → Rules → Remote Rule → paste `ashokdudhade/prodscope` |\n| **Codex** | Copy `.codex-plugin/`, `.agents/`, `AGENTS.md`, and `skills/` into your project root |\n\n### Other options\n\n```bash\n# Preview what would be installed (no changes made)\ncurl -fsSL https://raw.githubusercontent.com/ashokdudhade/prodscope/main/install.sh | bash -s -- --dry-run\n\n# Clone and install from local copy\ngit clone https://github.com/ashokdudhade/prodscope.git /tmp/prodscope\ncd your-project && /tmp/prodscope/install.sh\n```\n\n## Usage\n\nType **`/prodscope:build <your task>`** in Claude Code or Cursor. Codex runs the loop automatically.\n\n```\n/prodscope:build \"add rate limiting to the API\"\n  │\n  ├─ Phase 1: Builder\n  │   ├─ Implements smallest coherent diff\n  │   └─ Attaches HEALTH_CHECK (smoke steps, signals, rollback)\n  │\n  ├─ Phase 2: Breaker\n  │   ├─ SRE review: async races, DB indexes, memory, security\n  │   ├─ REJECT → loops back to Builder with required fixes (max 3 cycles)\n  │   └─ ACCEPT → proceeds to verification\n  │\n  ├─ Phase 3: Verification\n  │   ├─ Runs HEALTH_CHECK smoke steps with evidence\n  │   └─ Failure → loops back to Builder\n  │\n  └─ Phase 4: Reliability score\n      ├─ Rates change 1–10 (tests, observability, errors, ops, security)\n      └─ Logs outcome to .prodscope/logs/\n```\n\nThe entire loop runs in a **single response** — no manual handoff between phases.\n\n## Commands\n\n| Command | Platform | What it does |\n|---------|----------|--------------|\n| `/prodscope:build <task>` | Claude Code, Cursor | Full Builder → Breaker → Verify → Score loop |\n| `/prodscope:verify` | Claude Code, Cursor | Post-build verification with MCP telemetry (Sentry, Datadog) |\n\n## MCP integration\n\n`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.\n\n## What gets installed\n\n```\nyour-project/\n├── skills/\n│   ├── using-prodscope/SKILL.md     # Session bootstrap: when the loop runs\n│   ├── builder/SKILL.md             # Phase 1: feature delivery + HEALTH_CHECK\n│   ├── breaker/SKILL.md             # Phase 2: SRE review + REJECT loop\n│   ├── verification/SKILL.md        # Phase 3: evidence that smoke steps pass\n│   └── reliability/SKILL.md         # Phase 4: reliability scoring (1-10)\n├── .claude-plugin/\n│   ├── plugin.json                  # Claude Code manifest\n│   └── marketplace.json             # Claude Code marketplace entry\n├── .cursor-plugin/\n│   ├── plugin.json                  # Cursor plugin manifest\n│   └── marketplace.json             # Cursor marketplace entry\n├── .cursor/\n│   ├── rules/prodscope.md           # Cursor project-level rule\n│   └── commands/\n│       ├── prodscope-build.md       # Cursor /prodscope:build command\n│       └── prodscope-verify.md      # Cursor /prodscope:verify command\n├── rules/\n│   └── prodscope.mdc                # Cursor plugin rule (.mdc format)\n├── commands/\n│   ├── build.md                     # Claude Code /prodscope:build command\n│   └── verify.md                    # Claude Code /prodscope:verify command\n├── hooks/\n│   ├── hooks.json                   # Claude Code hook registration\n│   ├── hooks-cursor.json            # Cursor hook registration\n│   ├── session-start                # Session bootstrap hook (all platforms)\n│   └── pre-merge.js                 # Pre-merge telemetry gate\n├── .codex-plugin/plugin.json        # Codex plugin manifest\n├── .agents/plugins/marketplace.json # Codex repo marketplace\n├── AGENTS.md                        # Codex orchestration bridge\n├── mcp-config.json                  # MCP server placeholder\n└── .prodscope/logs/                 # Rejection/improvement logs (gitignored)\n```\n\n## Uninstall\n\nRemove the installed files:\n\n```bash\nrm -rf skills/ rules/ commands/ hooks/ .claude-plugin/ .cursor-plugin/ .codex-plugin/ \\\n  .agents/ .cursor/rules/prodscope.md \\\n  .cursor/commands/prodscope-build.md .cursor/commands/prodscope-verify.md \\\n  AGENTS.md mcp-config.json .prodscope/\n```\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 5758,
  "sha": "10856a1e7955356bddd4d67d462bfd8ffae298c2e7bc4bd432b4e152567179f4",
  "repo_slug": "ashokdudhade/prodscope",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_ashokdudhade_prodscope_prodscope_12fdfee3/readme"
}