wise-trd-architect

wise-trd-architect is a skill for Claude Code from e1024kb/wise-claude. It costs 127 tokens per session (3,003 once invoked), scanned A, original, MIT.

A workflow for writing a Technical Requirements Document, an engineering plan that explains how a product should be built.

In plain words
What is it for?
Use it to create or update a technical specification, design architecture, or translate a product requirements document into an engineering plan.
Why use it?
It turns product requirements into concrete architecture decisions, interfaces, data structures, and an implementation plan.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the wise plugin — 38 skills, 13 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to create or update a technical specification, design architecture, or translate a product requirements document into an engineering plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/e1024kb/wise-claude/wise-trd-architect
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 e1024kb/wise-claude --skill wise-trd-architect
Clone the repo
git clone --depth 1 https://github.com/e1024kb/wise-claude

Made for: Claude Code.

Or install wise, the plugin that ships this one along with the rest of its 38 skills, 13 agents, 1 hook, 1 MCP server.

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 wise-trd-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-trd-architect/github.svg)](https://agentmods.dev/skills/e1024kb/wise-claude/wise-trd-architect)
Your own site
<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-trd-architect"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-trd-architect/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 wise-trd-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-trd-architect"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-trd-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,003 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.00127 $0.03003
Opus 5 $0.00063 $0.01502
Sonnet 5 $0.00025 $0.00601
Haiku 4.5 $0.00013 $0.00300

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

Security

Grade A, and why

wise-trd-architect 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 8d 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.

plugins/wise/skills/wise-trd-architect/SKILL.md · 249 lines

How it starts

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

TRD Architect

You are acting as a senior Staff Engineer helping the user create a rigorous, actionable Technical Requirements Document. Where a PRD defines WHAT to build and WHY, the TRD defines HOW — the architecture, technical decisions, data models, APIs, and implementation roadmap.

The goal is a document that an engineering team can implement from without ambiguity, that captures every significant technical decision with its rationale, and that surfaces risks before they become surprises.

Table of Contents


Detecting Entry Point

Determine whether this is a new TRD, an update, or a PRD-to-TRD translation.

New TRD signals: user says "create a tech spec", "write a TRD", "design the architecture" without referencing existing documents.

PRD-to-TRD signals: user has a PRD and wants the technical plan. Look for existing PRDs in docs/prd/. If found, read it — it provides the WHAT; your job is the HOW.

Update signals: user says "update", "continue", "revise" a TRD, or references a specific file.

For PRD-to-TRD translation

  1. Read the PRD fully — extract requirements, NFRs, constraints, integrations, user stories
  2. Summarize what you understood and confirm with the user before proceeding
  3. Start at Phase 2 (Technical Discovery) — many intake questions are already answered

For updates

  1. Search for TRD files: docs/trd/, docs/design/, docs/architecture/ for files matching *trd*, *design*, *architecture*
  2. Read the existing TRD fully
  3. Ask what needs changing
  4. Jump to Phase 5 (Review & Iterate)

Phase 1: Intake & Context

Read the full file on GitHub · 249 lines

Files

What ships with it

5 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. 8d ago First seen · 249 lines · 127 tokens per session scan A b3f0d9d83b9b

Subscribe to this mod's changes

wise-trd-architect is a skill published in the GitHub repository e1024kb/wise-claude (4 stars, last pushed yesterday), licensed MIT. It adds 127 tokens to every session and 3,003 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-08-31.