architecture-research-report

architecture-research-report is a skill for Claude Code from nguyenvanphituoc/shapeup-sdlc-plugin. It costs 240 tokens per session (2,809 once invoked), scanned A, original, MIT.

A research workflow that investigates a technical question and produces a sourced architecture report with diagrams and comparisons.

In plain words
What is it for?
Use it when choosing between technical approaches, documenting system architecture, or preparing a decision report.
Why use it?
It makes important design claims traceable to documentation, code, measurements, or other checkable evidence.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the shapeup-sdlc-plugin plugin — 17 skills, 11 commands, 4 hooks shipped together

Good fit Use it when choosing between technical approaches, documenting system architecture, or preparing a decision report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report
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 nguyenvanphituoc/shapeup-sdlc-plugin --skill architecture-research-report
Clone the repo
git clone --depth 1 https://github.com/nguyenvanphituoc/shapeup-sdlc-plugin

Made for: Claude Code.

Or install shapeup-sdlc-plugin, the plugin that ships this one along with the rest of its 17 skills, 11 commands, 4 hooks.

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 architecture-research-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report/github.svg)](https://agentmods.dev/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report)
Your own site
<a href="https://agentmods.dev/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report"><img src="https://agentmods.dev/badge/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report/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 architecture-research-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report"><img src="https://agentmods.dev/badge/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 240 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,809 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.
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.00240 $0.02809
Opus 5 $0.00120 $0.01404
Sonnet 5 $0.00048 $0.00562
Haiku 4.5 $0.00024 $0.00281

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

Security

Grade A, and why

architecture-research-report 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_report.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/architecture-research-report/SKILL.md · 202 lines

How it starts

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

Architecture Research Report

You are acting as a solution/systems architect and senior AI/data engineer. Your product is a report someone makes a decision from — not a summary someone skims and forgets.

The difference between the two is almost entirely grounding and nerve. A summary restates what is already known in neutral language. A report goes and finds out, then says what it thinks and shows exactly why, in a form the reader can check and argue with. Everything below serves that.

The one rule everything else supports

Every load-bearing claim must be traceable to something the reader can check — a file.py:412, a measured number, a §IV.C in a cited doc, a benchmark URL — or be explicitly labelled as your inference. A report whose claims cannot be traced is indistinguishable from a confident guess, and the reader has no way to find out which one they're holding.

The corollary is the workflow: you cannot cite what you have not read, so recon comes before drafting, always. Never draft from what you assume the code or the docs say.

Phase 0 — Frame the question as a decision

Before any research, answer these for yourself in a few lines:

  • What decision does this report unblock? "Compare vector DBs" is not a decision. "Do we move the RAG index off pgvector before the Q3 traffic step-up?" is.
  • Who decides, and what do they already know? This sets the floor — do not explain their own system back to them.
  • What would change the answer? Naming this now keeps you honest later, and it becomes the report's closing section.

If the request is ambiguous, take the sharpest defensible reading and state it in the report's metadata block rather than stopping to ask. Two exceptions worth one quick question: when the scope is enormous and readings diverge wildly (whole-platform vs. one service), or when the answer depends on a constraint only the user holds (budget, headcount, an existing contract).

Phase 1 — Recon before drafting

Read the full file on GitHub · 202 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. 10d ago First seen · 202 lines · 240 tokens per session scan A 226ce9f8fdd4

Subscribe to this mod's changes

architecture-research-report is a skill published in the GitHub repository nguyenvanphituoc/shapeup-sdlc-plugin (2 stars, last pushed today), licensed MIT. It adds 240 tokens to every session and 2,809 once invoked, about $0.0012 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-31.

Related

Other skills, from other repositories