codex-mvp-split

codex-mvp-split is a skill for Claude Code, Codex from s977043/PlanGate. It costs 87 tokens per session (1,535 once invoked), scanned A, original, MIT.

A planning aid that breaks a large feature into a smallest useful first version, called an MVP, and later phases.

In plain words
What is it for?
Use it to choose the first phase of a large feature and record the planned phase split.
Why use it?
It helps decide what to build first before work begins, reducing scope confusion and unnecessary work.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/s977043/plangate/codex-mvp-split
Any agent
npx skills add s977043/PlanGate --skill codex-mvp-split
Clone the repo
git clone --depth 1 https://github.com/s977043/PlanGate

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codex-mvp-split

README.md
[![agentmods](https://agentmods.dev/badge/skills/s977043/plangate/codex-mvp-split.svg)](https://agentmods.dev/skills/s977043/plangate/codex-mvp-split)
Your own site
<a href="https://agentmods.dev/skills/s977043/plangate/codex-mvp-split"><img src="https://agentmods.dev/badge/skills/s977043/plangate/codex-mvp-split.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00087 $0.01535
Opus 5 $0.00044 $0.00767
Sonnet 5 $0.00017 $0.00307
Haiku 4.5 $0.00009 $0.00153

Measured 4d ago against content hash 3d6c5415c732, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codex-mvp-split scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/codex-mvp-split/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Codex MVP Split (PlanGate / Codex 共用)

規模 L 以上の機能を着手前に 最小 MVP (Phase 1) に分割する skill。 実行ロジック・質問テンプレ詳細は docs/ai/codex-mvp-split.md を正本とし、 skill は読む順序と入出力規約のみを担う。

Read First

参照解決順(導入先で必ずこの順に探す)

本 skill の参照は上流リポジトリ基準の相対パスで書かれている。導入先ではそのままでは 解決できないものがあるため、次の順で探索する:

  1. 導入先リポジトリの相対パス(例: .claude/rules/mode-classification.md)。 ただし 本 skill が参照する節(例: mode-classification.md の「判定基準」節)が実在することを確認する。同名でも別内容なら PlanGate の正本ではないため 2 へ進む
  2. 無ければ plugin root 配下(例: <plugin_root>/rules/mode-classification.md)。 <plugin_root>Bash で ls "${CLAUDE_PLUGIN_ROOT}/rules/" を実行して展開・確認した 絶対パス(Read ツールは絶対パスを要求し環境変数を展開しないため、${CLAUDE_PLUGIN_ROOT}/... という文字列をそのまま Read しない)。変数が空・未設定ならキャッシュを glob で推測せず 3 へ進む
  3. どちらにも無い場合は 「正本 <path> を参照できなかった」と明示し、推測で内容を補わない

plugin root 配下の探索は docs/** には適用しない(手順 2 は rules/*.md 等の 配布対象にのみ適用する): plugin が配布するのは agents / commands / skills / rules 等の 定義ディレクトリのみで docs/ を配布対象として認識せず、plugin root 配下に相当する配布物が 存在しないため必ず空振りする。docs/** は手順 1 で解決できなければ手順 2 を飛ばして手順 3 へ進む。

導入経路ごとに配置されるものが違う:

参照 install.sh --claude 経由 plugin(Claude marketplace)経由 Codex 経由
rules/*.md .claude/rules/ に着地(解決可) <plugin_root>/rules/ で解決 未配置(解決不可 → 手順 3 へ)
docs/** コピー対象外(解決不可) バンドル対象外(解決不可) 未配置(解決不可)

install.sh --claude のコピー対象は agents / skills / commands / rules の 4 ディレクトリ のみ。Codex 経由(install_codex())は install-plangate-skills.sh を呼ぶだけで skills しか 配置されないため、rules 参照は解決順 1・2 とも成立せず必ず手順 3 に落ちる。

本 skill 固有の注意: 下記 1・2・4 は docs/** 配下=3 経路とも配布対象外である。 これらが解決できない環境では、本 skill の「Output」「Rules」節(質問構成 4 選択肢 + 工数 S/M/L + 判断材料 3 軸、Phase 分割表の構成)を代替正本とし、Phase 分割表に 「正本 <path> を参照できなかった」旨を記録する。

読む順序

  1. docs/ai/codex-mvp-split.md(質問テンプレ・判定基準・実例の正本。配布対象外
  2. docs/ai/plan-metrics-verification.md(#351 / TASK-0117、前段の規模判定。配布対象外
  3. .claude/rules/mode-classification.md → fallback <plugin_root>/rules/mode-classification.md (5 段階 mode)
  4. docs/working/templates/README.md(Phase 分割表 section / pbi-input.md template は未作成、README に記述。配布対象外

Read the full file on GitHub · 80 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 80 lines · 87 tokens per session scan A 3d6c5415c732

Subscribe to this mod's changes

codex-mvp-split is a skill published in the GitHub repository s977043/PlanGate (2 stars, last pushed 4d ago), licensed MIT. It adds 87 tokens to every session and 1,535 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

skill-maintenance

Automated skill maintenance tool (v6 — Unified Registry + Snapshots). Full scan: [Orphan] migrate misplaced skills from category dirs OR standalone skills/&lt;name&gt;/ to auto-generated/, [Sync] auto-generated/ vs registry lifecycle diff (new/deleted/revived + description auto-sync via lifecycle field), [Reg]…

jiangyuxue666/hermes-soul-governance · 123 tokens

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

marshal

Meta-orchestrator that takes any direction — broad, specific, or vague — and autonomously chains skills and context into actionable work. Gathers context from codebase, docs, and memory. Only asks the user when it genuinely cannot proceed. Single-session orchestrator.

SethGammon/Citadel · 56 tokens

wiki

Markdown-first knowledge base where the LLM acts as librarian. Ingests raw sources, compiles and interlinks topic files, self-maintains an index. No vector DB or embeddings required -- uses LLM-native navigation over structured markdown up to 400K words.

SethGammon/Citadel · 56 tokens