tech-spec

tech-spec is a skill for Claude Code, Codex from SebaBoler/vanguard. It costs 51 tokens per session (321 once invoked), scanned A, original, MIT.

A read-only process for researching a codebase and writing a technical specification before code changes begin. A technical specification records the problem, design, acceptance checks, tests, risks, and performance considerations.

In plain words
What is it for?
Documenting architecture, data flows, interfaces, test scenarios, acceptance criteria, risks, and scalability expectations for a proposed change.
Why use it?
It turns an under-specified coding request into a precise, reviewable plan and prevents source files from being changed before the requirements are clear.

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/sebaboler/vanguard/tech-spec
Any agent
npx skills add SebaBoler/vanguard --skill tech-spec
Clone the repo
git clone --depth 1 https://github.com/SebaBoler/vanguard

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 tech-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/sebaboler/vanguard/tech-spec.svg)](https://agentmods.dev/skills/sebaboler/vanguard/tech-spec)
Your own site
<a href="https://agentmods.dev/skills/sebaboler/vanguard/tech-spec"><img src="https://agentmods.dev/badge/skills/sebaboler/vanguard/tech-spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 321 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.00051 $0.00321
Opus 5 $0.00026 $0.00161
Sonnet 5 $0.00010 $0.00064
Haiku 4.5 $0.00005 $0.00032

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

Security

Grade A, and why

tech-spec 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.

skills/tech-spec/SKILL.md · 39 lines

What it actually says

Tech Spec

Research the codebase read-only and produce a precise technical specification for the given task. Do not edit, create, or delete any source files.

Sections to include

Problem

What exactly needs to be solved and why. Identify the gap between the current state and the desired state. Name the stakeholders and the concrete pain point.

Architecture

Components involved, interfaces changed or added, data flows, and integration points with the rest of the system. Include sequence or data-flow sketches if the interaction is non-trivial.

Acceptance Criteria

Numbered, testable conditions that define done. Each criterion must be verifiable without ambiguity.

Tests

Test cases and scenarios that must pass, including edge cases, failure paths, and integration boundaries. Name the test file(s) and key scenarios explicitly.

Risks

Known unknowns, edge cases, backward-compatibility concerns, and failure modes. Call out any assumption that, if wrong, would invalidate the design.

Performance / Scalability

Throughput and latency expectations, growth projections, and any bottleneck or scaling limit introduced or removed by the change.

Output format

Wrap the complete specification in <tech_spec>...</tech_spec>. End with <promise>COMPLETE</promise>.

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 · 39 lines · 51 tokens per session scan A b62327e942ba

Subscribe to this mod's changes

tech-spec is a skill published in the GitHub repository SebaBoler/vanguard (4 stars, last pushed 10d ago), licensed MIT. It adds 51 tokens to every session and 321 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-31.

Related

Other skills, from other repositories

understand-codebase

Understand an unfamiliar codebase or plan a change safely, using Spine's deterministic knowledge-graph MCP tools. Reach for this before answering structural questions about a repo you don't know, before editing code, or when debugging — it hands you engineering decisions (what a change breaks, what's untested, where a…

synaptixs/spine · 185 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

spinabot/brigade · 20 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

perf-code-paths

Use when mapping code paths, entrypoints, and likely hot files before profiling.

agent-sh/agentsys · 21 tokens