planning-software

planning-software is a skill for Claude Code from isvlasov/rageatc-oss. It costs 49 tokens per session (1,248 once invoked), scanned A, original, MIT.

A planning workflow that turns an approved software roadmap into a detailed orchestration plan. The plan records the work sequence and lets a project resume from saved files.

In plain words
What is it for?
Use it to create an ORCHESTRATION-PLAN.md and log for a software project after its roadmap, product requirements document, and architecture are ready.
Why use it?
It separates what the project will build from how the work will be coordinated, reducing confusion during larger builds.

Skill for Claude Code

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

Part of the rageatc-code-oss plugin — 21 skills, 5 agents, 1 hook shipped together

Good fit Use it to create an ORCHESTRATION-PLAN.md and log for a software project after its roadmap, product requirements document, and architecture are ready.

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

Made for: Claude Code.

Or install rageatc-code-oss, the plugin that ships this one along with the rest of its 21 skills, 5 agents, 1 hook.

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 planning-software

README.md
[![agentmods](https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/planning-software.svg)](https://agentmods.dev/skills/isvlasov/rageatc-oss/planning-software)
Your own site
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/planning-software"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/planning-software.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,248 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.00049 $0.01248
Opus 5 $0.00024 $0.00624
Sonnet 5 $0.00010 $0.00250
Haiku 4.5 $0.00005 $0.00125

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

Security

Grade A, and why

planning-software 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 8d 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/rageatc-code-oss/skills/planning-software/SKILL.md · 132 lines

How it starts

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

Planning Software

Produces an orchestration plan from an approved enriched roadmap. The plan is the orchestrator's execution contract — it records the workflow tier, tracks chunk progress, and holds everything project-specific a fresh session needs to resume; the execution protocol itself lives in orchestrating-software-dev, which any resuming session loads.

The plan describes process (agent sequence, review perspectives, gates); the roadmap describes content (what to build in each chunk). Separate documents, separate owners — never duplicate roadmap content into the plan.

Inputs (request anything missing before proceeding): approved enriched ROADMAP.md; workflow tier (decided upstream by orchestrating-software-dev); project name; confirmation that PRD.md and ARCHITECTURE.md exist (referenced, not duplicated).

Outputs: ORCHESTRATION-PLAN.md (the workflow contract) and an empty append-only ORCHESTRATION-LOG.md, both in the project root.

Not covered: roadmap creation/enrichment, tier selection, the per-chunk execution protocol and log entry format (both defined in orchestrating-software-dev).

Workflow

Step 1: Read the enriched roadmap

Read ROADMAP.md completely. Note: total chunk count and IDs; phased (Thorough) or flat; parallel dispatch annotations; any chunk already in-progress.

Step 2: Determine plan depth from workflow tier

Tier Plan depth
Quick Short — no phases section, flat chunk list, no whole-project review step
Standard Full — sequential chunks, whole-project review at end
Thorough Full with phases — phase groupings, parallel dispatch annotations, whole-project review at end

Step 3: Write the orchestration plan

Populate the Template below:

  • Header — project name, tier, date, pointers to upstream artefacts
  • Upstream steps — mark all complete (they are done by the time this skill runs). Quick lists PRD + architecture only; Standard/Thorough add interface design, decomposition, enrichment.
  • Build Progress — one todo per chunk, chunk-level only (no sub-steps); whole-project review entry for Standard/Thorough. Markers: [ ] not started, [~] in-progress, [x] complete.
  • Execution — pointer to the per-chunk protocol plus the review perspectives resolved for this tier.
  • Completion — Quick omits; Standard/Thorough point to Stage 9 (whole-project review and user emulation).
  • Resumption Note — tells a fresh session how to find the current position.

Read the full file on GitHub · 132 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. 8d ago First seen · 132 lines · 49 tokens per session scan A 181205db6360

Subscribe to this mod's changes

planning-software is a skill published in the GitHub repository isvlasov/rageatc-oss (9 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 1,248 once invoked, about $0.0002 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.