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.
npx agentmods add commands/mckruz/claude-code-sdlc/sdlc-intakegit clone --depth 1 https://github.com/MCKRUZ/claude-code-sdlcWrote 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.
[](https://agentmods.dev/commands/mckruz/claude-code-sdlc/sdlc-intake)<a href="https://agentmods.dev/commands/mckruz/claude-code-sdlc/sdlc-intake"><img src="https://agentmods.dev/badge/commands/mckruz/claude-code-sdlc/sdlc-intake.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00957 |
| Opus 5 | $0.00000 | $0.00478 |
| Sonnet 5 | $0.00000 | $0.00191 |
| Haiku 4.5 | $0.00000 | $0.00096 |
Grade A, and why
sdlc-intake 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sdlc-intake — Catalog and Summarize the Document Corpus
Process external reference documents (RFPs, API specs, vendor docs, decks) into a cataloged, token-budgeted set of summaries for use across the engagement. This is the Phase 0 Step 0c workflow wrapped as one command, so no one runs the cataloger script by hand.
Instructions
-
Locate state file: Look for
.sdlc/state.yamlin the current project directory. If not found, tell the user to run/sdlc-setupfirst. -
Resolve the intake source:
- Workflow mode (default): read the
documentation.intake_pathfrom.sdlc/profile.yaml. If the profile has nodocumentationsection, tell the user document intake is not configured for this profile and stop (or offer to add it). --docs <path>: use the given folder instead of the profile path (standalone use).
- Workflow mode (default): read the
-
Run the cataloger: Execute the intake script — the user never calls it directly:
uv run --project ${CLAUDE_PLUGIN_ROOT}/scripts ${CLAUDE_PLUGIN_ROOT}/scripts/intake_documents.py --state .sdlc/state.yamlThis produces
.sdlc/context/intake/catalog.jsonwith document metadata (DOC-NNN IDs, types, token estimates, checksums). Pass--rescanthrough when the user runs/sdlc-intake --rescan. -
Review the catalog with the human:
HITL GATE: Present the catalog using the
AskUserQuestiontool: "I found N documents in [intake_path] totaling ~X estimated tokens: [table of DOC-NNN | filename | type | est. tokens]. (1) Are all relevant documents present, or should any be added/removed? (2) Which are highest priority for understanding the project? (3) Any to skip?" Adjust before proceeding.
- Generate per-document summaries: For each document (respecting
max_documents), ordered by human-indicated priority: read the content, write a summary following thedocument-summary.mdtemplate to.sdlc/context/intake/DOC-NNN-{slug}.md, targetingsummary_budget_tokens. For any document over ~100K tokens, chunk it (first and last 10% plus section headers) and flag the summary as a partial extraction.
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.
- 5d ago First seen · 74 lines · 0 tokens per session scan A c0570045a4dc
sdlc-intake is a command published in the GitHub repository MCKRUZ/claude-code-sdlc (4 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 957 tokens. 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.
Other commands, from other repositories
organize-files
Organize and rename files based on content analysis.
brand-generate
Generate an on-brand document from a saved Brand Profile.
tree
Show file tree with sync status indicators showing which files are indexed, modified, new, or deleted.
cti-report
Render case deliverables — relationship graph (PNG/SVG/Mermaid) and a polished PDF/DOCX assessment. Usage: /cti-report [--graph|--pdf].
ppt-image2-editable-rebuild
Rebuild image2 or imagegen reference slides as editable PowerPoint decks.
convert
Convert a file to Markdown using markitdown.