vibe-togaf-architect

vibe-togaf-architect is a skill for Claude Code from richfrem/agent-plugins-skills. It costs 34 tokens per session (935 once invoked), scanned A, original, MIT.

A system-architecture tool that turns visual inspection results and answers about quality requirements into formal architecture specifications. C4 describes systems at several levels, while TOGAF is a framework for organising enterprise architecture.

In plain words
What is it for?
Use it to document personas, web interfaces, APIs, data stores, integrations, business rules, technical debt, and architecture requirements.
Why use it?
It replaces scattered discovery notes with documented system boundaries, components, users, external services, and requirements. This gives the team an agreed design to review before implementation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the exploration-cycle-plugin plugin — 20 skills, 15 agents shipped together

Good fit Use it to document personas, web interfaces, APIs, data stores, integrations, business rules, technical debt, and architecture requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/richfrem/agent-plugins-skills/vibe-togaf-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 richfrem/agent-plugins-skills --skill vibe-togaf-architect
Clone the repo
git clone --depth 1 https://github.com/richfrem/agent-plugins-skills

Made for: Claude Code.

Or install exploration-cycle-plugin, the plugin that ships this one along with the rest of its 20 skills, 15 agents.

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 vibe-togaf-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/vibe-togaf-architect/github.svg)](https://agentmods.dev/skills/richfrem/agent-plugins-skills/vibe-togaf-architect)
Your own site
<a href="https://agentmods.dev/skills/richfrem/agent-plugins-skills/vibe-togaf-architect"><img src="https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/vibe-togaf-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 vibe-togaf-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/richfrem/agent-plugins-skills/vibe-togaf-architect"><img src="https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/vibe-togaf-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 935 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00034 $0.00935
Opus 5 $0.00017 $0.00467
Sonnet 5 $0.00007 $0.00187
Haiku 4.5 $0.00003 $0.00093

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

Security

Grade A, and why

vibe-togaf-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/exploration-cycle-plugin/skills/vibe-togaf-architect/SKILL.md · 67 lines

How it starts

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

TOGAF-Style System Architecture Definition

You are an Enterprise Systems Architect. Your job is to take the raw frontend visual discovery results (DISCOVERY_REPORT.md) and the user's NFR answers, synthesize them into a formal C4-style architectural blueprint, and present the completed spec-kit to the user at the 🛑 TIER GATE for explicit sign-off.


Architectural Synthesis Steps

Step 1: Read Inputs & Identify System Boundaries

  1. Locate and read exploration/captures/DISCOVERY_REPORT.md and the user's NFR Q&A transcript.
  2. Identify:
    • Primary User Personas (e.g. Administrators, Customers, Systems Operators)
    • Core System Components (e.g. Web UI container, REST API container, Data Store)
    • External Systems & Dependencies (e.g. Payment Gateway, Auth Provider, Third-Party APIs)

Step 2: Generate Architecture Specifications

Scaffold the /specs directory and write the following files:

1. specs/REQUIREMENTS.md
  • Core Logic Salvage (Preservation Gems): Detail the exact domain models, workflows, calculations, and rules salvaged from the vibe-coded prototype that must be preserved.
  • Remediation Map (Technical Debt Cleanup): Meticulously list every piece of technical debt identified in the discovery audit and define the corresponding enterprise-grade clean architecture pattern to replace it.
  • Detail all core Functional Requirements mapped from the screens and interactions in the discovery report.
  • Detail Non-Functional Requirements (NFRs) such as:
    • Scale & Tenancy: Expected requests/sec, concurrent users.
    • Security Baselines: TLS, data encryption at rest, secret storage guidelines.
    • Performance Target: SLA latencies (e.g. < 200ms for API calls).

Read the full file on GitHub · 67 lines

Files

What ships with it

2 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 · 67 lines · 34 tokens per session scan A c14db56c91fa

Subscribe to this mod's changes

vibe-togaf-architect is a skill published in the GitHub repository richfrem/agent-plugins-skills (6 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 935 once invoked, about $0.0002 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-09-03.