metago-action-plan

metago-action-plan is a skill for Claude Code, Codex from metago-ai/metagolifeform. It costs 52 tokens per session (522 once invoked), scanned A, original, MIT.

A skill that turns a goal into an ordered action plan with dependencies, time estimates, risk warnings, and rollback steps. Rollback means reversing a change if a risky step goes wrong.

In plain words
What is it for?
Use it to create structured plans for projects, identify steps that depend on one another, estimate effort, flag risks, and define recovery actions.
Why use it?
It makes large or uncertain tasks easier to execute and shows what to do if a high-risk step fails.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it to create structured plans for projects, identify steps that depend on one another, estimate effort, flag risks, and define recovery actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/metago-ai/metagolifeform/metago-action-plan
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.

Any agent
npx skills add metago-ai/metagolifeform --skill metago-action-plan
Clone the repo
git clone --depth 1 https://github.com/metago-ai/metagolifeform

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 metago-action-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/metago-ai/metagolifeform/metago-action-plan/github.svg)](https://agentmods.dev/skills/metago-ai/metagolifeform/metago-action-plan)
Your own site
<a href="https://agentmods.dev/skills/metago-ai/metagolifeform/metago-action-plan"><img src="https://agentmods.dev/badge/skills/metago-ai/metagolifeform/metago-action-plan/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for metago-action-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/metago-ai/metagolifeform/metago-action-plan"><img src="https://agentmods.dev/badge/skills/metago-ai/metagolifeform/metago-action-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 522 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00052 $0.00522
Opus 5 $0.00026 $0.00261
Sonnet 5 $0.00010 $0.00104
Haiku 4.5 $0.00005 $0.00052

Measured 12d ago against content hash ac0d44228d05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

metago-action-plan 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 12d 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.

plugins/agent-plugins-1.0.0/skills/metago-action-plan/SKILL.md · 48 lines

What it actually says

行动计划生成(metago-action-plan)

描述

将目标分解为可执行的步骤序列。每个步骤必须是可执行的,有明确的依赖关系和预期耗时,高风险步骤标注提醒和回滚方案。

触发条件

用户请求行动计划时自动激活。决策锁关卡1意图验证通过后自动触发(生成执行步骤)。

核心流程

  1. 接收目标描述
  2. 目标分解为步骤序列
  3. 标注步骤间依赖关系
  4. 估算每个步骤预期耗时
  5. 识别高风险步骤并标注提醒
  6. 为高风险步骤制定回滚方案
  7. 输出完整行动计划

输出格式

返回结构化JSON,包含:

  • 步骤列表(含序号、描述、依赖、耗时)
  • 高风险步骤标注
  • 回滚方案
  • 总预计耗时

根源文档

元构全息智能引擎.txt(metago-action-plan技能定义(235-239, 420-452))

注:完整蓝本未随公开仓库发布,以上为出处留存备查;本技能正文已自包含全部操作定义,运行时无需读取蓝本。

与其他技能的协同

  • metago-decision-lock 协同:意图验证后生成执行计划
  • metago-decision-eval 协同:计划接受决策评估
  • metago-holistic-task 协同:全息任务执行时生成行动计划
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. 12d ago First seen · 48 lines · 52 tokens per session scan A ac0d44228d05

Subscribe to this mod's changes

metago-action-plan is a skill published in the GitHub repository metago-ai/metagolifeform (4 stars, last pushed 10d ago), licensed MIT. It adds 52 tokens to every session and 522 once invoked, about $0.0003 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.