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.

Codex6 Skills

8 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
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

Installs for the current user
codex plugin marketplace add tackeyy/mission
codex plugin marketplace upgrade mission-marketplace
codex plugin add mission@mission-marketplace

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

Compatibility: the page URL and API slug “mission-2” remain stable.

  • Codex: mission-2@agent-plugin-marketplacemission@mission-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/tackeyy/mission

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

Plugin files

plugins/mission/
├── .codex-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 manifests1

plugins/mission/.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/"
}

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-2)