ring:planning-large-features

ring:planning-large-features is a skill for Claude Code, Codex from LerianStudio/ring. It costs 89 tokens per session (1,556 once invoked), scanned A, original, Apache-2.0.

A structured planning process for large features that guides a team through research, requirements, technical design, API design, data modelling, dependency choices, and an implementation plan.

In plain words
What is it for?
Use it for features that take two or more days, add dependencies or data models, connect multiple services, or introduce new architecture.
Why use it?
It gives complex work a series of reviewed decisions before coding begins, reducing missed requirements and architectural surprises.

Skill for Claude CodeCodex

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/lerianstudio/ring/planning-large-features
Any agent
npx skills add LerianStudio/ring --skill planning-large-features
Clone the repo
git clone --depth 1 https://github.com/LerianStudio/ring

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 ring:planning-large-features

README.md
[![agentmods](https://agentmods.dev/badge/skills/lerianstudio/ring/planning-large-features.svg)](https://agentmods.dev/skills/lerianstudio/ring/planning-large-features)
Your own site
<a href="https://agentmods.dev/skills/lerianstudio/ring/planning-large-features"><img src="https://agentmods.dev/badge/skills/lerianstudio/ring/planning-large-features.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,556 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.00089 $0.01556
Opus 5 $0.00044 $0.00778
Sonnet 5 $0.00018 $0.00311
Haiku 4.5 $0.00009 $0.00156

Measured yesterday against content hash 1e51b646bf66, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ring:planning-large-features 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 yesterday.

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.

pm-team/skills/planning-large-features/SKILL.md · 119 lines

How it starts

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

Large Track Pre-Dev Workflow (8 Gates)

When to use

  • Feature takes >=2 days to implement
  • Adds new external dependencies (APIs, databases, libraries)
  • Creates new data models or entities
  • Requires multi-service integration
  • Uses new architecture patterns
  • Requires team collaboration

Skip when

  • Feature is simple (<2 days, existing patterns) - use ring:planning-small-features instead
  • No new dependencies, data models, or architecture patterns needed

Sequence

Runs before: ring:running-dev-cycle, ring:executing-plans

Complementary: ring:planning-small-features, ring:creating-worktrees, ring:product-designer + ring:validating-ux-completeness (standalone UX step, recommended when feature has UI) Skills orchestrated:

  • ring:researching-features
  • ring:writing-prds
  • ring:mapping-feature-relationships
  • ring:writing-trds
  • ring:designing-api-contracts
  • ring:designing-data-model
  • ring:pinning-dependency-versions
  • ring:writing-plans

Running the Large Track pre-development workflow for features that take ≥2 days, add new external dependencies, create new data models, require multi-service integration, use new architecture patterns, or require team collaboration.

For simple features (<2 days, existing patterns), use ring:planning-small-features instead.

Gate Map

Gate Skill Output
0 ring:researching-features research.md
1 ring:writing-prds prd.md
2 ring:mapping-feature-relationships feature-map.md
3 ring:writing-trds trd.md
4 ring:designing-api-contracts openapi.yaml
5 ring:designing-data-model schema.sql / schema.prisma (stack-native)
6 ring:pinning-dependency-versions dependencies.md
7 ring:writing-plans plan.md

All artifacts saved to: docs/pre-dev/<feature-name>/

Step 1: Gather Feature Name

AskUserQuestion: "What is the name of your feature?" (kebab-case, e.g., "auth-system", "payment-processing")

Step 2: Topology Discovery (MANDATORY)

Read the full file on GitHub · 119 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. yesterday First seen · 119 lines · 89 tokens per session scan A 1e51b646bf66

Subscribe to this mod's changes

ring:planning-large-features is a skill published in the GitHub repository LerianStudio/ring (210 stars, last pushed 16d ago), licensed Apache-2.0. It adds 89 tokens to every session and 1,556 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-09-03.