ca
v0.5.0+codex.20260826185222Ask a fresh Claude session to review branch and local changes, implement a milestone plan test-first in an isolated worktree, and provide the bounded internal second opinion used by ca dual review.
By ken2403License: MIT3 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 15, 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 ca for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ca@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “ca-3” remain stable.
- Codex:
ca-3@agent-plugin-marketplace→ca@agent-plugin-marketplace
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/ken2403/agent-parallel-dev-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is ca/codex/.
Plugin files
├── .codex-plugin/plugin.json├── skills/ca-ask-claude-review/SKILL.md├── skills/ca-implement-plan/SKILL.md└── skills/ca-second-opinion/SKILL.md
Included Skills3
Ask a fresh Claude session to review local changes together with the branch diff from the default branch. Use when the user asks for a Claude review, another model's perspective, or an independent review after ordinary implementation. Works without a plan, PR, previous conversation, or ca implementation loop.
Build a saved task-by-task implementation plan in an isolated worktree, milestone by milestone, with Claude checkpoint reviews between milestones and Claude-reviewed final rounds gating the PR before it is marked ready — the Codex half of the ca (Cooperate Agents) loop. Use when the user points at a plan file under docs/ca/plans or any task-by-task plan and says things like "implement this plan", "build the plan at this path", "run the ca loop on this plan", or "have Claude review what you built". Human confirmation is required at key decision points and before cleanup.
Produce the bounded offline Codex advisory JSON used internally by ca dual review. Use only when explicitly invoked by ca's review orchestrator; do not use for full repository PR reviews, implementation, synthesis, or user-facing verdicts.
Plugin manifests1
{
"name": "ca",
"version": "0.5.0+codex.20260826185222",
"description": "Ask a fresh Claude session to review branch and local changes, implement a milestone plan test-first in an isolated worktree, and provide the bounded internal second opinion used by ca dual review.",
"author": {
"name": "ken2403",
"url": "https://github.com/ken2403"
},
"homepage": "https://github.com/ken2403/agent-parallel-dev-plugin/tree/main/ca",
"repository": "https://github.com/ken2403/agent-parallel-dev-plugin",
"license": "MIT",
"keywords": [
"codex",
"claude",
"worktree",
"code-review",
"plan",
"cross-tool"
],
"skills": "./skills/",
"interface": {
"displayName": "ca (Codex side)",
"shortDescription": "Peer review and development with Claude",
"longDescription": "Request an independent Claude review with no plan or PR required, or implement a milestone plan in an isolated worktree with Claude checkpoints and final review before promotion to ready.",
"developerName": "ken2403",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Use $ca-implement-plan to build a saved plan with Claude review rounds.",
"Use $ca-ask-claude-review to review my branch and local changes against the default branch."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ca on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ca-3)