ring:running-dev-cycle

ring:running-dev-cycle is a skill for Claude Code, Codex from LerianStudio/ring. It costs 122 tokens per session (3,138 once invoked), scanned A, original, Apache-2.0.

A managed development process for implementing a phased backend plan in Go or TypeScript. It coordinates coding, test-driven development, parallel review, and validation for each group of work.

In plain words
What is it for?
Use it to start or resume planned backend development for a Go or TypeScript service when a plan file is available.
Why use it?
It gives server-side changes a consistent execution and quality-check process while expanding later work as earlier phases are completed.

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/running-dev-cycle
Any agent
npx skills add LerianStudio/ring --skill running-dev-cycle
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:running-dev-cycle

README.md
[![agentmods](https://agentmods.dev/badge/skills/lerianstudio/ring/running-dev-cycle.svg)](https://agentmods.dev/skills/lerianstudio/ring/running-dev-cycle)
Your own site
<a href="https://agentmods.dev/skills/lerianstudio/ring/running-dev-cycle"><img src="https://agentmods.dev/badge/skills/lerianstudio/ring/running-dev-cycle.svg" alt="Measured on agentmods" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,138 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.00122 $0.03138
Opus 5 $0.00061 $0.01569
Sonnet 5 $0.00024 $0.00628
Haiku 4.5 $0.00012 $0.00314

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

Security

Grade A, and why

ring:running-dev-cycle 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.

dev-team/skills/running-dev-cycle/SKILL.md · 231 lines

How it starts

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

Development Cycle Orchestrator

When to use

  • Starting a new development cycle with a phased plan (plan.md from pre-dev or standalone ring:writing-plans)
  • Resuming an interrupted development cycle
  • Need structured, gate-based epic execution with quality checkpoints and phase cadence

Skip when

  • No plan file exists
  • Task is documentation-only or planning-only
  • Frontend project (use ring:running-dev-cycle-frontend instead)

You orchestrate. Agents execute. You NEVER read, write, or edit source code directly.

How This Works

Load the phased plan (plan.md, ring:writing-plans canonical format) and execute the lean backend cycle. The plan is rolling-wave phased: a ## Phase Overview table (phases + milestone + status), phase sections containing ### Epic N.M: headings (each epic carries a **Status:** line: Pending/Doing/Done/Failed), and inline dispatch-ready #### Task N.M.T: blocks written under each epic of the currently-detailed wave. Only the active wave is task-detailed; later phases are epic-level and get elaborated at each phase boundary. Backend implementation owns local runtime and quality so the flow does not dispatch separate QA, SRE, or DevOps gates.

Vocabulary: Phase = independently verifiable checkpoint (internal rolling-wave structure). Epic (Epic N.M) = value-driven increment, the UNIT this cycle iterates. Task (Task N.M.T) = dispatch-ready unit, the Gate 0 execution unit.

Announce at start: "Using ring:running-dev-cycle lean backend flow (rolling-wave phased plan)."

Gate Map

Gate Skill to Load Agent to Dispatch Cadence Mode
0 ring:implementing-tasks ring:backend-go / ring:backend-ts Per task (Task N.M.T) Write + Run
8 ring:reviewing-code 9 default reviewers + triggered specialists in parallel Per epic (Epic N.M) Run
9 ring:validating-acceptance-criteria N/A (verification) Per epic Run
11.5 (orchestrator + 1 planning agent) ring:backend-go / ring:backend-ts / ring:frontend / ring:codebase-explorer (ANALYSIS mode) Per phase boundary Plan only

Read the full file on GitHub · 231 lines

Files

What ships with it

7 files 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. yesterday First seen · 231 lines · 122 tokens per session scan A 7d59a9fa32c4

Subscribe to this mod's changes

ring:running-dev-cycle is a skill published in the GitHub repository LerianStudio/ring (210 stars, last pushed 16d ago), licensed Apache-2.0. It adds 122 tokens to every session and 3,138 once invoked, about $0.0006 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.