ring:using-pm-team

ring:using-pm-team is a skill for Claude Code, Codex from LerianStudio/ring. It costs 100 tokens per session (1,126 once invoked), scanned A, original, Apache-2.0.

A routing guide for planning software features through either a short four-step workflow or a longer eight-step workflow. It produces shared documents that developers can use during implementation.

In plain words
What is it for?
Use it when starting feature work, especially when deciding whether research, requirements, technical design, and other planning gates are needed.
Why use it?
It helps teams choose an appropriate amount of planning instead of treating a small change and a major feature the same way.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when starting feature work, especially when deciding whether research, requirements, technical design, and other planning gates are needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lerianstudio/ring/using-pm-team
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 LerianStudio/ring --skill using-pm-team
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:using-pm-team

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/lerianstudio/ring/using-pm-team"><img src="https://agentmods.dev/badge/skills/lerianstudio/ring/using-pm-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,126 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00100 $0.01126
Opus 5 $0.00050 $0.00563
Sonnet 5 $0.00020 $0.00225
Haiku 4.5 $0.00010 $0.00113

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

Security

Grade A, and why

ring:using-pm-team 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 5d 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.

pm-team/skills/using-pm-team/SKILL.md · 91 lines

How it starts

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

Using Ring PM-Team: Pre-Dev Workflow

When to use

  • Starting any feature implementation
  • Need systematic planning before coding
  • User requests "plan a feature"

Skip when

  • Quick exploratory work → skip formal planning
  • Bug fix with known solution → direct implementation
  • Trivial change (<1 hour) → skip formal planning

The ring-pm-team plugin provides 14 skills and 4 agents. Use them via Skill tool: "ring:gate-name".

Follow the ORCHESTRATOR principle from ring:using-ring. Dispatch pre-dev workflow to handle planning; plan thoroughly before coding.

All artifacts land in docs/pre-dev/<feature-name>/. Both tracks end at plan.md — the single execution document consumed by ring:running-dev-cycle and ring:executing-plans.

Two Tracks: Choose Your Path

Small Track (4 Gates) — <2 Day Features

Use when ALL criteria met: implementation <2 days, no new external dependencies, no new data models, no multi-service integration, uses existing architecture, single developer.

Gate Skill Output
0 ring:researching-features research.md
1 ring:writing-prds prd.md
2 ring:writing-trds trd.md
3 ring:writing-plans (invoked by orchestrator) plan.md

Large Track (8 Gates) — ≥2 Day Features

Use when ANY criteria met: implementation ≥2 days, new external dependencies, new data models/entities, multi-service integration, new architecture patterns, team collaboration needed.

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 (default plugin, invoked by orchestrator) plan.md

Gate Summaries

Read the full file on GitHub · 91 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. 5d ago First seen · 91 lines · 100 tokens per session scan A bac9b138adc5

Subscribe to this mod's changes

ring:using-pm-team is a skill published in the GitHub repository LerianStudio/ring (211 stars, last pushed 20d ago), licensed Apache-2.0. It adds 100 tokens to every session and 1,126 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

ds-ship

Ship orchestrator — classify the project, pick a mode (improve/release/launch/maintain), delegate only the skills the project's signals justify, consolidate findings, produce an audit report. Use for an end-to-end audit or ship pipeline across multiple skills.

sungurerdim/dev-skills · 57 tokens

trajectory

Internal dynos-work skill. Sequence memory manager. Stores compact task traces and retrieves similar prior tasks to inform discovery and design review. Runs only when the user explicitly types /dynos-work:trajectory; never auto-triggered from conversation.

dynos-fit/dynos-work · 49 tokens

repair

Internal dynos-work skill. Manually repair one specific finding without running the full audit loop (/dynos-work:audit handles repair automatically). Runs only when the user explicitly types /dynos-work:repair; never auto-triggered from conversation.

dynos-fit/dynos-work · 51 tokens

ds-build

Plan executor — take an issue, a specs/{feature}/tasks.md, or a plain request and implement it unit by unit with a verify signal per unit, red-proven tests, budgeted backtracking, and a code-proven close. Use when the plan exists and the work is to be done, not planned.

sungurerdim/dev-skills · 68 tokens

list

Internal dynos-work skill. List all registered dynos-work projects. Runs only when the user explicitly types /dynos-work:list; never auto-triggered from conversation.

dynos-fit/dynos-work · 36 tokens

ds-issue

GitHub-Issues lifecycle in one skill — file a verified deduped issue, sweep the set for duplicates, audit done-ness from code, and execute an issue end-to-end (re-verify → impact map → implement → code-proven close). Use to open, refine, sweep, status-check, or do an issue.

sungurerdim/dev-skills · 73 tokens