sdlc-quickref

sdlc-quickref is a skill for Claude Code, Codex from jmagly/kintsugi-usb. It costs 69 tokens per session (1,962 once invoked), scanned A, original, no licence file.

A quick reference for the software development life cycle, the stages used to plan, build, test, and release software. It covers requirements, architecture, design decisions, use cases, tests, and stage reviews.

In plain words
What is it for?
Use it for requirements, architecture decisions, user stories, test plans, project intake, release planning, and deployment work.
Why use it?
It helps an agent place a request in the right development stage and identify the related work.

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/jmagly/kintsugi-usb/sdlc-quickref
Any agent
npx skills add jmagly/kintsugi-usb --skill sdlc-quickref
Clone the repo
git clone --depth 1 https://github.com/jmagly/kintsugi-usb

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 sdlc-quickref

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmagly/kintsugi-usb/sdlc-quickref.svg)](https://agentmods.dev/skills/jmagly/kintsugi-usb/sdlc-quickref)
Your own site
<a href="https://agentmods.dev/skills/jmagly/kintsugi-usb/sdlc-quickref"><img src="https://agentmods.dev/badge/skills/jmagly/kintsugi-usb/sdlc-quickref.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,962 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00069 $0.01962
Opus 5 $0.00034 $0.00981
Sonnet 5 $0.00014 $0.00392
Haiku 4.5 $0.00007 $0.00196

Measured 3d ago against content hash 257c3b69a9d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sdlc-quickref 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 3d 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.

.agents/skills/sdlc-quickref/SKILL.md · 178 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 178 lines · 69 tokens per session scan A 257c3b69a9d4

Subscribe to this mod's changes

sdlc-quickref is a skill published in the GitHub repository jmagly/kintsugi-usb (11 stars, last pushed 1mo ago), with no licence file. It adds 69 tokens to every session and 1,962 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

backups

Use when designing or auditing a backup-and-restore program that must survive a real disaster: setting defensible RPO/RTO targets, laying out 3-2-1-1-0 copies that are offsite and immutable, wiring point-in-time recovery, and proving restores work on a schedule. NOT tuning Postgres internals or writing the…

ericrisco/rsc-harness · 82 tokens

create-plan

Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then auto-reviews the final plan. Use when planning a new feature or significant change.

dcouple/Pane · 46 tokens

share-fix

After shipping a non-trivial fix, find related GitHub issues across the ecosystem, draft helpful human-sounding comments linking the fix and root cause, and optionally file upstream issues. Drafts must pass as human writing or the user's GitHub reputation suffers. Works on the current session's fix or retroactively on…

dcouple/Pane · 81 tokens

implement

Executes an approved plan with one primary implementation stream by default, using bounded parallel sidecars only when the write scopes are truly disjoint. Supports default Claude execution or an explicit Codex executor option. Automatically reviews the result for completeness and intent fidelity. Use after a plan is…

dcouple/Pane · 59 tokens

investigate

Investigates bugs through hypothesis-driven root cause analysis. Automatically invoked when the user reports a bug, error, broken behavior, or something not working as expected. Use when something is broken, failing, or behaving unexpectedly.

dcouple/Pane · 46 tokens

plan

Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then auto-reviews the final plan. Use when planning a new feature or significant change in Codex.

dcouple/Pane · 48 tokens