rel-ai-planning

rel-ai-planning is a skill for Codex from Kyne0328/rel-ai-local-coding-agent. It costs 53 tokens per session (429 once invoked), scanned A, original, Apache-2.0.

A planning skill for non-trivial repository work such as features, refactors, and migrations. It helps decide the architecture, order of work, dependencies, completion conditions, and validation before implementation.

In plain words
What is it for?
Use it before substantial repository changes where sequencing or design decisions need to be settled, but not for a small, obvious edit.
Why use it?
It reduces confusion in multi-stage changes by turning requirements and risks into an ordered plan based on the existing implementation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it before substantial repository changes where sequencing or design decisions need to be settled, but not for a small, obvious edit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kyne0328/rel-ai-local-coding-agent/rel-ai-planning
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 Kyne0328/rel-ai-local-coding-agent --skill rel-ai-planning
Clone the repo
git clone --depth 1 https://github.com/Kyne0328/rel-ai-local-coding-agent

Made for: 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 rel-ai-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-planning/github.svg)](https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-planning)
Your own site
<a href="https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-planning"><img src="https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-planning/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 rel-ai-planning

Your own site · 80×15
<a href="https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-planning"><img src="https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 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.00053 $0.00429
Opus 5 $0.00026 $0.00215
Sonnet 5 $0.00011 $0.00086
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade A, and why

rel-ai-planning 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 11d 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/rel-ai-planning/SKILL.md · 26 lines

How it starts

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

Rel.AI Planning

Reuse the active work_id opened by rel-ai-workflow. Do not call relai_work with action: "begin" when the same objective already has a work session.

Use this skill only when architecture or sequencing is genuinely non-trivial. Do not trigger for small localized changes whose implementation path is already clear after targeted inspection. Planning defines architecture, dependencies, completion conditions, and meaningful risks; it does not prescribe a fixed tool ritual. During execution, runtime workflow guidance (workflow.recommendedActions and workflow.avoidActions) calibrates the exact next repository action for the current evidence and boundary.

Planning workflow

  1. Use the existing bootstrap and inspect the current implementation before designing a replacement.
  2. Choose the shortest coherent architecture that satisfies the current requirement. Reuse appropriate existing boundaries; do not add abstractions for hypothetical future needs.
  3. Define ordered tasks with explicit completion conditions, dependencies, and the validation needed to prove each meaningful risk.
  4. Keep small plans compact. Use a durable checkbox plan only when the work benefits from persistent multi-step tracking.
  5. For a durable plan, update checkboxes as completion conditions are met. After Task N, perform cumulative consolidation across Tasks 1..N: remove duplication, collapse unnecessary layers, and keep the combined implementation simpler than the sum of its steps.
  6. Separate repository-verifiable work from genuinely external or manual-only steps so execution does not stop for work the agent can complete itself.
  7. Hand execution back to rel-ai-workflow with the chosen architecture, task order, completion conditions, dependencies, validation expectations, and any unresolved decisions.

Replanning boundary

Do not reopen planning for ordinary implementation details. Replan only when new evidence invalidates the architecture, task ordering, dependencies, or completion conditions.

Read the full file on GitHub · 26 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 26 lines · 53 tokens per session scan A a308898633b2

Subscribe to this mod's changes

rel-ai-planning is a skill published in the GitHub repository Kyne0328/rel-ai-local-coding-agent (19 stars, last pushed 6d ago), licensed Apache-2.0. It adds 53 tokens to every session and 429 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-30.

Related

Other skills, from other repositories

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

install-shellby-mcp

Install and verify Shellby MCP on a Mac using terminal access only. Use when a user asks an agent to install, set up, configure, or finish a new Shellby MCP installation from this repository.

serbyte-development/shellby-mcp · 47 tokens

trueline-workflow

Use when editing, reading, searching, or exploring files with trueline MCP tools (truelineread, truelineedit, truelinesearch, truelineoutline, truelineverify, truelinechanges). Covers when to pick trueline over built-in Read/Edit/Grep, ref reuse, hash-verified edits, search-then-edit, insertafter semantics, workflows…

rjkaes/trueline-mcp · 95 tokens

audit-common

A shared baseline audit check covering dimensions named G0G5 and a profile-freshness check. The available description does not explain what those dimensions measure.

devcodex-labs/devcodex · 32 tokens

cp-gate

A checkpoint workflow for confirming requirements, the proposed solution, and the implementation plan. It uses CP1, CP2, and CP3 in a defined order, with the third checkpoint depending on the type of work.

devcodex-labs/devcodex · 49 tokens

memory

A session-memory tool with three layers: agent notes, requirement memories, and overall project memory. The description does not specify how these memories are stored or managed.

devcodex-labs/devcodex · 34 tokens