Agent Plugins Marketplace
All plugins

mission

v2.8.0

Mission-oriented ReAct loop orchestrator for Codex. Plans, executes, reviews, scores, and iterates until the configured quality gate passes.

CodexClaude Code6 Skills

By tackeyyLicense: MIT8 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 17, 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 mission for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mission@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/tackeyy/mission

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

Plugin files

mission/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/mission/SKILL.md
├── skills/mission-critic/SKILL.md
├── skills/mission-executor/SKILL.md
├── skills/mission-planner/SKILL.md
├── skills/mission-reviewer/SKILL.md
└── skills/mission-scorer/SKILL.md

Included Skills6

missionskills/mission/SKILL.md

ミッション達成までReActループで自律的に稼働。計画→実行→レビュー→スコア4.0達成まで自己修正。曖昧な要件は仮置きで進み、不可逆操作のみ事前確認する。複数ステップの作業を品質ゲート付きで完遂させたい時や「達成するまでやって」系の依頼で使用。

mission-criticskills/mission-critic/SKILL.md

/mission オーケストレーターのサブスキル。スコア結果と指摘事項を踏まえ、次イテレーションの改善案を優先順位付きで提示する。

mission-executorskills/mission-executor/SKILL.md

/mission オーケストレーターのサブスキル。立案された計画ステップを実際に実行し、成果物と実行ログを残す。

mission-plannerskills/mission-planner/SKILL.md

/mission オーケストレーターのサブスキル。構造化されたミッションを実行可能なステップに分解し、依存関係付き計画を立案する。

mission-reviewerskills/mission-reviewer/SKILL.md

/mission オーケストレーターのサブスキル。指定された観点から成果物をピアレビューし、5段階で採点+具体的指摘を返す。

mission-scorerskills/mission-scorer/SKILL.md

/mission オーケストレーターの fallback サブスキル。散文レビューを `mission-review/1` JSON に変換する。標準フローでは呼び出さない。

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "mission",
  "version": "2.8.0",
  "description": "Mission-oriented ReAct loop orchestrator for Codex. Plans, executes, reviews, scores, and iterates until the configured quality gate passes.",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "mission",
  "description": "Mission-oriented ReAct loop orchestrator for Claude Code and Codex. ミッション達成まで計画→実行→レビュー→採点を反復するオーケストレータ。",
  "version": "2.8.0",
  "author": {
    "name": "tackeyy"
  },
  "license": "MIT",
  "repository": "https://github.com/tackeyy/mission",
  "homepage": "https://github.com/tackeyy",
  "hooks": "./claude-hooks/hooks.json"
}

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

[mission on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mission)