ralplan

ralplan is a skill for Claude Code from an8079/take-skills. It costs 0 tokens per session (1,723 once invoked), scanned A, original, MIT.

A structured planning protocol called RALPLAN that turns a goal and its constraints into an actionable plan. It offers quick, standard, deep, and review modes, with a deliberate check for missing assumptions and risks.

In plain words
What is it for?
It supports quick clarification, breaking complex goals into modules, mapping dependencies, assigning resources, setting milestones, and reviewing whether the proposed plan is complete.
Why use it?
It helps clarify vague requests and expose dependencies, risks, and unverifiable steps before work begins.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-dev-assistant plugin — 21 skills, 39 commands shipped together

Good fit It supports quick clarification, breaking complex goals into modules, mapping dependencies, assigning resources, setting milestones, and reviewing whether the proposed plan is complete.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/an8079/take-skills/ralplan
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 an8079/take-skills --skill ralplan
Clone the repo
git clone --depth 1 https://github.com/an8079/take-skills

Made for: Claude Code.

Or install claude-dev-assistant, the plugin that ships this one along with the rest of its 21 skills, 39 commands.

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 ralplan

README.md
[![agentmods](https://agentmods.dev/badge/skills/an8079/take-skills/ralplan/github.svg)](https://agentmods.dev/skills/an8079/take-skills/ralplan)
Your own site
<a href="https://agentmods.dev/skills/an8079/take-skills/ralplan"><img src="https://agentmods.dev/badge/skills/an8079/take-skills/ralplan/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 ralplan

Your own site · 80×15
<a href="https://agentmods.dev/skills/an8079/take-skills/ralplan"><img src="https://agentmods.dev/badge/skills/an8079/take-skills/ralplan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,723 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.00000 $0.01723
Opus 5 $0.00000 $0.00861
Sonnet 5 $0.00000 $0.00345
Haiku 4.5 $0.00000 $0.00172

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

Security

Grade A, and why

ralplan 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 9d 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.

skills/ralplan/SKILL.md · 192 lines

How it starts

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

ralplan — RALPLAN Structured Planning Protocol

name

ralplan

description

RALPLAN(Rationale-Augmented LLM Planning)结构化规划协议:提供 4 种规划模式(Quick / Standard / Deep / Review),每种模式包含标准化的输入→结构化分析→输出流程。核心特色是"审议"(Deliberate)阶段,通过追问确保规划质量,避免 LLM 的幻觉式规划。

when to activate

用户说以下话时激活:

  • "帮我规划一下"
  • "RALPLAN"
  • "ralplan"
  • "结构化规划"
  • "帮我做一个计划"
  • "分析一下怎么做"
  • 任何需要将复杂目标分解为可执行步骤的场景
  • 当用户提出模糊目标(如"帮我做个好的产品")时自动触发

protocol

输入阶段(Input)

标准化接收格式:

[User Goal]  <一句话描述核心目标>
[Context]    <背景信息、约束、限制>
[Resources]  <可用资源、时间、预算>
[Stakeholders] <相关方>

如果用户未提供完整信息,执行 Quick Clarify(不超过 3 个追问)后继续。


模式一:Quick Plan(快速规划)< 5 分钟

适用场景:简单任务、单一步骤分解

协议步骤:

  1. 目标澄清:一句话复述目标
  2. 步骤拆解:3~7 步,每步一行
  3. 风险识别:最多 2 个关键风险
  4. 输出格式(标题式):
    ## 🎯 [目标]
    
    ### 执行步骤
    1. [步骤] — 预计 X 分钟
    2. [步骤] — 预计 Y 分钟
    3. ...
    
    ### ⚠️ 关键风险
    - [风险1] → 缓解:[方案]
    - [风险2] → 缓解:[方案]
    
    ### ✅ 成功标准
    - [可验证的完成条件]
    

模式二:Standard Plan(标准规划)5~15 分钟

适用场景:中型项目、多步骤协作

协议步骤:

  1. 目标分解:用 MECE 原则将目标拆解为独立模块
  2. 依赖分析:建立任务依赖图
  3. 资源分配:为每个模块分配时间和角色
  4. 里程碑设置:定义 2~4 个检查点
  5. 审议(Deliberate):在输出前,反问自己:
    • "每个步骤的完成标准是否可验证?"
    • "是否有遗漏的依赖或风险?"
    • "假设条件是否合理?"
  6. 输出格式:
    ## 🎯 [目标]
    
    ### 📊 分解结构
    [树形或列表展示模块关系]
    
    ### 📅 时间线
    - Week 1: [里程碑A]
    - Week 2: [里程碑B]
    - ...
    
    ### 🔗 依赖图
    [A] → [B] → [C]
        ↘ [D] ↗
    
    ### 🎯 里程碑
    - M1 [日期]: [可交付物]
    - M2 [日期]: [可交付物]
    
    ### ⚠️ 风险矩阵
    | 风险 | 影响 | 概率 | 缓解 |
    |------|------|------|------|
    | ... | ... | ... | ... |
    
    ### ✅ 成功标准
    - [量化指标]
    

模式三:Deep Plan(深度规划)15~60 分钟

适用场景:复杂项目、战略级决策

协议步骤:

  1. 背景深挖:使用 deep-dive 技能对背景进行技术调研
  2. 利益相关方分析:从每个相关方视角推导需求
  3. 备选方案生成:至少 2 个等效方案(含 SWOT 分析)
  4. 决策树构建:为每个关键决策点建立决策树
  5. 压力测试:对每个方案问"如果 X 失败怎么办"(X=资金/人/时间/技术)
  6. 执行规划:从最佳方案中拆解执行步骤
  7. 输出格式(完整报告):
    ## 🎯 [战略目标]
    
    ### 背景摘要
    [基于 deep-dive 的调研摘要]
    
    ### 利益相关方视角
    - [甲方]: [核心诉求] → [设计方案]
    - [用户]: [核心诉求] → [设计方案]
    
    ### 备选方案比较
    | 维度 | 方案A | 方案B |
    |------|-------|-------|
    | 成本 | | |
    | 周期 | | |
    | 风险 | | |
    | 可扩展性 | | |
    
    ### 决策树
    [完整的决策树图]
    
    ### 执行路线图
    Phase 1 (Week 1-2): [目标 + 里程碑]
    Phase 2 (Week 3-4): [目标 + 里程碑]
    ...
    
    ### 应急计划
    - 触发条件:[某种失败] → 执行:[应急方案]
    

Read the full file on GitHub · 192 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. 9d ago First seen · 192 lines · 0 tokens per session scan A fd204d6d35fe

Subscribe to this mod's changes

ralplan is a skill published in the GitHub repository an8079/take-skills (4 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,723 tokens. 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens