Agent Plugins Marketplace
All plugins

planner

v1.0.0

Turn committed, project-sized outcomes into evidence-backed rolling-wave plans after an explicit five-question intake.

Codex2 Skills

By Thong PhanLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 27, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add planner@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/thongphan23/codex-planner

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

Plugin files

plugins/planner/
├── .codex-plugin/plugin.json
├── skills/index/SKILL.md
└── skills/plan-project/SKILL.md

Included Skills2

indexskills/index/SKILL.md

Route large, multi-step, deadline-bound, or project-sized work into Planner. Activate when an outcome needs dependent deliverables, more than one work session, or explicit execution governance.

plan-projectskills/plan-project/SKILL.md

Create, audit, or refine a practical project plan. Always run an explicit five-question owner clarification round before planning, then lock scope and quality and produce sub-20-minute current-slice tasks with deadlines, resources, reusable artifacts, rubrics, and Definitions of Done.

Plugin manifests1

plugins/planner/.codex-plugin/plugin.json
{
  "name": "planner",
  "version": "1.0.0",
  "description": "Turn committed, project-sized outcomes into evidence-backed rolling-wave plans after an explicit five-question intake.",
  "author": {
    "name": "Thong Phan",
    "url": "https://github.com/thongphan23"
  },
  "homepage": "https://github.com/thongphan23/codex-planner",
  "repository": "https://github.com/thongphan23/codex-planner",
  "license": "MIT",
  "keywords": [
    "planning",
    "project-management",
    "rubric",
    "definition-of-done",
    "deliverable",
    "commitment-judgment"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Planner",
    "shortDescription": "Plan large work into executable evidence",
    "longDescription": "Planner detects project-sized work and runs one explicit five-question confirmation round. It distinguishes attraction, exploration, preference, priority, and commitment, then chooses capture, bounded exploration, time-boxed pursuit, or commitment planning. Warranted work becomes a rolling-wave plan with tasks under 20 minutes, evidence, rubrics, Definitions of Done, and a 27-indicator quality gate.",
    "developerName": "Thong Phan",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/thongphan23/codex-planner",
    "defaultPrompt": [
      "Ask me exactly five confirmation questions, then plan this outcome",
      "Help me decide whether this idea is exploration, priority, or commitment",
      "Audit this project plan against its rubric and DoD"
    ],
    "brandColor": "#B3231B",
    "composerIcon": "./assets/composerIcon.svg",
    "logo": "./assets/logo.svg",
    "screenshots": []
  }
}

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

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