Agent Plugins Marketplace
All plugins

rolepod

v2.151.1

Coordinated software-house team for AI coding CLIs — 15 specialist agents, Core 10 phase skills (1 router + 9 phase), 6-phase lifecycle. Pre-commit gates (S1-S5 simplicity / T1-T6 testing / F1-F5 failure-mode) catch bugs before ship. On Claude Code, ships as a pure marketplace plugin (agents / skills / commands / hooks) — the always-on judgment core is delivered by a SessionStart hook, so install and uninstall touch no global config. See https://github.com/nuttaruj/rolepod.

Claude Code11 Skills

By nuttarujLicense: MIT3 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 20, 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 rolepod for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rolepod-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/nuttaruj/rolepod

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

Plugin files

plugins/rolepod/
├── .claude-plugin/plugin.json
├── skills/check-work/SKILL.md
├── skills/debug-issue/SKILL.md
├── skills/finish-work/SKILL.md
├── skills/implement-plan/SKILL.md
├── skills/manage-context/SKILL.md
├── skills/review-code/SKILL.md
├── skills/rolepod-full/SKILL.md
├── skills/simplify-code/SKILL.md
├── skills/using-rolepod/SKILL.md
├── skills/write-plan/SKILL.md
└── skills/write-spec/SKILL.md

Included Skills11

check-workskills/check-work/SKILL.md

Use after a change is made and before claiming the work is done — prove it with evidence (tests, build, typecheck, curl, logs, screenshot, browser). State limitations explicitly when verification is not possible. Phase = Verify.

debug-issueskills/debug-issue/SKILL.md

Use when something is broken — error appears, test fails, build breaks, output is wrong, regression returns. Reproduce, trace upstream to root cause, write a failing test, ship a minimal fix. Phase = Build / Debug.

finish-workskills/finish-work/SKILL.md

Use at the end of a development branch — pre-merge gate, CI lane discipline, 4-option finish menu (merge, PR, keep open, discard), release checklist for production launches. Phase = Ship.

implement-planskills/implement-plan/SKILL.md

Use when executing an approved plan or a clear single-file edit — TDD at the plan's seams, surgical edits, bounded delegation, worktrees only when real filesystem isolation is needed. Phase = Build.

manage-contextskills/manage-context/SKILL.md

Use when the session is long, the repo is unfamiliar, a multi-file change is fanning out beyond the plan, you are stuck, or you need to escalate to a stronger model. Context budget, session hygiene, zoom-out, deep triage, escalate, onboarding, post-compact re-anchor. Phase = Recovery / Re-context / Escalate.

review-codeskills/review-code/SKILL.md

Use before merging or shipping — review code with risk-appropriate adversarial pressure across correctness, security, performance, UI, and architecture. Pick reviewer by risk profile. Phase = Review.

rolepod-fullskills/rolepod-full/SKILL.md

Force-full Rolepod lifecycle — Define → Plan → Build → Verify → Review → Ship with no phase skips. Use only when the user explicitly invokes /rolepod-full or $rolepod-full for feature-scale work.

simplify-codeskills/simplify-code/SKILL.md

Use when code feels over-engineered, rotted, or duplicated — cut unused abstraction, inline single-use helpers, centralize patterns repeated in 3+ places, prefer structural impossibility over defensive clutter. Behavior-preserving. Phase = Simplify.

using-rolepodskills/using-rolepod/SKILL.md

Use at the start of every request to route work into Rolepod's workflow spine before planning, editing, delegating, verifying, reviewing, or shipping. Determines phase, required skills, skip rules, and evidence needed.

write-planskills/write-plan/SKILL.md

Use when turning an approved spec or a small clear goal into an executable implementation plan — ordered tasks, file list, test plan, agent routing, and parallel contracts if more than one agent will edit code. Phase = Plan.

write-specskills/write-spec/SKILL.md

Use when turning a fuzzy goal, half-stated feature, or vague request into a sharp implementation spec. Discovery dialogue first, then design, then user approval, then a compact contract. Phase = Define.

Plugin manifests1

plugins/rolepod/.claude-plugin/plugin.json
{
  "name": "rolepod",
  "version": "2.151.1",
  "description": "Coordinated software-house team for AI coding CLIs — 15 specialist agents, Core 10 phase skills (1 router + 9 phase), 6-phase lifecycle. Pre-commit gates (S1-S5 simplicity / T1-T6 testing / F1-F5 failure-mode) catch bugs before ship. On Claude Code, ships as a pure marketplace plugin (agents / skills / commands / hooks) — the always-on judgment core is delivered by a SessionStart hook, so install and uninstall touch no global config. See https://github.com/nuttaruj/rolepod.",
  "author": {
    "name": "nuttaruj",
    "url": "https://github.com/nuttaruj"
  },
  "homepage": "https://github.com/nuttaruj/rolepod",
  "repository": "https://github.com/nuttaruj/rolepod.git",
  "license": "MIT",
  "keywords": [
    "workflow",
    "agents",
    "ai-agents",
    "claude-code",
    "automation",
    "prompt-engineering"
  ]
}

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

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