Agent Plugins Marketplace
← All plugins

rhize-devflow

v2.25.1

Rhize Media's software delivery workflow — plan a change, build it, test it, and get it independently reviewed before shipping — for developers building production Next.js, Sanity, and Vercel applications.

CodexClaude Code9 Skills

By Rhize Media2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install rhize-devflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Rhize-Media/rhize-plugins
codex plugin marketplace upgrade rhize-plugins
codex plugin add rhize-devflow@rhize-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the rhize-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “rhize-devflow” remain stable.

  • Codex: rhize-devflow@agent-plugin-marketplace → rhize-devflow@rhize-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Rhize-Media/rhize-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is rhize-devflow/.

Plugin files

rhize-devflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/chrome-devtools-mcp/SKILL.md
├── skills/completed-branch-promotion/SKILL.md
├── skills/data-mutation-consistency/SKILL.md
├── skills/dev-flow-foundations/SKILL.md
├── skills/error-lifecycle-management/SKILL.md
├── skills/sanity-development/SKILL.md
├── skills/sentry-instrumentation/SKILL.md
├── skills/simplify/SKILL.md
└── skills/test-evidence/SKILL.md

Included Skills9

chrome-devtools-mcpskills/chrome-devtools-mcp/SKILL.md

DevTools-protocol mechanics reference for the `chrome-devtools` MCP server, used by `/rhize-devflow:browser-qa` when that server is the active browser capability. Use when the user asks specifically about Chrome DevTools MCP tool names/parameters, connecting to a running Chrome instance, or MCP-level configuration/troubleshooting for that server — not for general "test in the browser" requests, which should go through `/rhize-devflow:browser-qa` instead.

completed-branch-promotionskills/completed-branch-promotion/SKILL.md

Promote a completed feature or task branch through Rhize's repository-governed protected-branch workflow. Use when implementation is complete and the user says "push to main" or "push to dev and main", or otherwise explicitly asks to ship or promote the completed branch. Treat those phrases as authorization for the appropriate PR-based promotion sequence, not a raw push to a protected branch; preserve narrower user overrides and repository-specific release policy.

data-mutation-consistencyskills/data-mutation-consistency/SKILL.md

Enforce consistent data-mutation patterns across Next.js apps on Vercel with Supabase, Sanity, and Payload CMS — so cache tags, query keys, and revalidation stay aligned and data never goes stale. Use when the user reports "stale data", "not updating", "cache", "revalidate", "mutation", "optimistic update", "data is out of sync", "had to hard-refresh", or when reviewing React Query, Server Actions, Payload hooks, or Sanity writes. Scores mutations (9.0 warning / 7.0 critical), runs cross-layer validation, and generates fix plans via the read-only /rhize-devflow:mutation-check command (scoped, --all, and --fix-plan modes).

dev-flow-foundationsskills/dev-flow-foundations/SKILL.md

Foundational workflow patterns for large-codebase development — CodeGraph-first structural discovery paired with semantic impact mapping, component/function registry reuse, context hygiene, regression prevention, anti-pattern detection at write-time, and skill-refinement meta-patterns. Use when the user asks about "design patterns", "workflow optimization", "prevent regression", "anti-patterns", "dependency mapping", "impact map", "CodeGraph", "component registry", "why did this break again", or wants durable development guardrails. Reference layer that informs context-engineering and error-lifecycle-management; also encodes Boris Cherny's verify-first and worktree practices.

error-lifecycle-managementskills/error-lifecycle-management/SKILL.md

End-to-end production error lifecycle for Next.js/TypeScript on Vercel — triage, root-cause analysis, deployment correlation, and fix verification using Sentry, Vercel, and GitHub. Use whenever the user mentions an "error", "bug", "crash", "exception", "stack trace", "500/404", "timeout", "failed deployment", "production issue/incident", "memory leak", "bundle size", or something is "slow" or "broken" — and when correlating an error spike to a recent deploy or commit. Leads the operational response (Sentry+Vercel correlation, P0/P1/P2 severity, incident protocol); complements the official engineering:* and sentry:* skills.

sanity-developmentskills/sanity-development/SKILL.md

Rhize-opinionated best practices for Sanity Studio config, schema design, GROQ queries, TypeGen, Portable Text, visual editing, page builder, image handling, localization, and next-sanity v11 integration. Use when working in a Sanity codebase — writing or reviewing defineType/defineField schemas, GROQ/defineQuery, Studio structure, stega/visual editing, or Sanity-powered Next.js frontends. Encodes Rhize conventions (named exports only, SCREAMING_SNAKE_CASE queries, model what things ARE) that layer on top of the official sanity:* plugin; defer to that plugin for exhaustive API reference, use this for Rhize house style and the Payload-vs-Sanity split.

sentry-instrumentationskills/sentry-instrumentation/SKILL.md

Rhize conventions for instrumenting Next.js/TypeScript code with Sentry — exception capture (captureException), custom performance spans (startSpan), and structured logging (logger.fmt). Use when the user wants to "add Sentry", "capture exception", "add tracing/spans", "instrument" an API call or user interaction, or "set up structured logging" in app code. This is the write-the-code companion to error-lifecycle-management (which handles triage/RCA); for full per-framework SDK setup defer to the official sentry:* developer-kit skills and keep this for Rhize house patterns.

simplifyskills/simplify/SKILL.md

Safely simplify recent or explicitly scoped code changes by consolidating duplicated policy, removing accidental complexity, and eliminating unnecessary work without changing behavior. Use after implementation or before delivery when the user asks to simplify, consolidate, deduplicate, reduce complexity, apply React best practices, remove redundant state/effects, or review recent code for a cleaner solution. A verified no-op is valid; never expand into broad redesign or unrelated cleanup.

test-evidenceskills/test-evidence/SKILL.md

Classify changed regression tests as behavior, artifact, or structural contracts and produce or validate fail-closed, state-bound evidence metadata, including an explicit unavailable status while trusted test execution is not implemented. Use before review when tests changed, a change claims regression coverage, or someone asks whether a test actually protects behavior. Do not route data/cache mutation consistency requests here.

Plugin manifests2

rhize-devflow/.codex-plugin/plugin.json
{
  "name": "rhize-devflow",
  "version": "2.25.1",
  "description": "Rhize Media's software delivery workflow — plan a change, build it, test it, and get it independently reviewed before shipping — for developers building production Next.js, Sanity, and Vercel applications.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "development-workflow",
    "error-lifecycle",
    "sentry",
    "vercel",
    "data-mutation",
    "next-js",
    "sanity-cms",
    "payload-cms",
    "supabase",
    "chrome-devtools",
    "control-plane",
    "release-promotion",
    "pull-request",
    "simplification",
    "react",
    "mutation-testing",
    "rhize"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Rhize Dev Flow",
    "shortDescription": "Impact mapping, simplification, test evidence, validation, review, and safe branch promotion for Rhize engineering.",
    "longDescription": "Rhize Media's engineering workflow plugin for Next.js/React/Sanity/Payload/Supabase projects deployed on Vercel: exact-diff impact mapping, behavior-preserving simplification, fail-closed test classification and state-bound packet validation, deterministic validation, independent production review, repository-governed completed-branch promotion, mutation-consistency analysis, browser QA, Sentry conventions, and Sanity house style. Test execution remains unavailable until a trusted sandbox adapter ships. The control plane is impact-map -> implement -> simplify -> check -> review -> release.",
    "developerName": "Rhize Media",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Check this mutation for cache/query-key consistency: <file>",
      "Simplify the recent code changes without changing behavior, then verify them.",
      "The completed feature is ready; push to dev and main through the repository's protected-branch workflow.",
      "Debug console and network errors on <url> with Chrome DevTools.",
      "Set up the local tenant-file convention for this repo."
    ],
    "websiteURL": "https://rhize.media",
    "brandColor": "#2563EB"
  }
}
rhize-devflow/.claude-plugin/plugin.json
{
  "name": "rhize-devflow",
  "version": "2.25.1",
  "description": "Rhize Media's software delivery workflow — plan a change, build it, test it, and get it independently reviewed before shipping — for developers building production Next.js, Sanity, and Vercel applications.",
  "author": {
    "name": "Rhize Media"
  },
  "homepage": "https://rhize.media",
  "keywords": [
    "development-workflow",
    "error-lifecycle",
    "sentry",
    "vercel",
    "data-mutation",
    "next-js",
    "sanity-cms",
    "payload-cms",
    "supabase",
    "chrome-devtools",
    "control-plane",
    "release-promotion",
    "pull-request",
    "simplification",
    "react",
    "mutation-testing",
    "rhize"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rhize-devflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rhize-devflow)