By tvishwanadha
Enhanced planning with complexity scoring, sub-problem decomposition, and plan review
This skill should be used when the user asks to "customize plan review", "add planning constraints", "override plan review defaults", "set up local-plan-standards", or "configure plan review rules". Create or modify a local-plan-standards skill for project-specific planning constraints.
This skill should be loaded during plan mode, when creating a plan, implementation planning, architecture design, feature breakdown, task breakdown, project planning, or solution design. Provides enhanced planning methodology with complexity scoring, sub-problem decomposition, and plan review.
Review implementation plans for completeness, feasibility, risk coverage, architectural alignment, and coherence. Use when asked to "review plan", "check plan", "validate plan", or before exiting plan mode.
Personal collection of AI coding assistant plugins for reuse across projects. Compatible with both Claude Code and OpenAI Codex.
| Name | Description |
|---|---|
| adr | Architecture Decision Records - consult and manage ADRs |
| reviewer | Layered code review framework with extensible core reviews and parallel orchestration |
| codex | Codex-powered code review, plan review, and completion verification |
| reviewer-extras | Extra review types for the reviewer framework that depend on other plugins |
| planner | Enhanced planning with complexity scoring, sub-problem decomposition, and plan review |
Add this marketplace to your Claude Code settings, then install plugins:
claude plugin install teja-skills/adr
claude plugin install teja-skills/reviewer
claude plugin install teja-skills/codex
claude plugin install teja-skills/reviewer-extras
claude plugin install teja-skills/planner
All plugins except codex (which is Claude-specific) are also available via the Codex marketplace at .agents/plugins/marketplace.json.
plugins/<plugin-name>/.claude-plugin/plugin.json with the plugin manifestskills/<skill-name>/SKILL.md.claude-plugin/marketplace.json.codex-plugin/plugin.json manifest (copy version/description/author/license from Claude manifest, add interface block).agents/plugins/marketplace.json with policy and categorySee AGENTS.md for conventions, or consult the claude-plugins-guide, codex-plugins-guide, and skills-guide reference skills for detailed authoring rules.
Each plugin follows the standard plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Claude Code manifest
├── .codex-plugin/
│ └── plugin.json # Codex manifest
├── skills/ # Agent Skills
│ └── skill-name/
│ └── SKILL.md # Skill definition
├── agents/ # Agent definitions (optional)
│ └── agent-name.md
└── README.md # Plugin documentation (optional)
/reviewer:self-review # full review
/reviewer:self-review --diff main # review changes vs main branch
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.
npx claudepluginhub tvishwanadha/skills --plugin plannerLayered code review framework with extensible core reviews, parallel orchestration, and project-local customization
Extra review types for the reviewer framework that depend on other plugins
Codex-powered code review, plan review, and completion verification
Architecture Decision Records - consult and manage ADRs for project design decisions
Structured implementation planning, interactive annotation review, and autonomous plan execution
Iterative plan review and execution workflow for Claude Code
Skill-driven planning and execution loop for coding agents: one planr entry point, an autonomous planr-loop, and evidence-backed task graph skills powered by the planr CLI.
Codex, Gemini, Claude の3つの AI で Plan ファイルを並列レビュー。実装計画の妥当性、抜け漏れ、リスクを分析する
Autonomous Claude + Codex review loop. Plan a feature with adversarial pushback, or audit code, all in one window.
Give Claude Code a second opinion using OpenAI Codex - automatic plan review via hooks