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 skills add tractorjuice/arckit-gemini --skill wardley-mappinggit clone --depth 1 https://github.com/tractorjuice/arckit-geminiWrote 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/skills/tractorjuice/arckit-gemini/wardley-mapping)<a href="https://agentmods.dev/skills/tractorjuice/arckit-gemini/wardley-mapping"><img src="https://agentmods.dev/badge/skills/tractorjuice/arckit-gemini/wardley-mapping/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.
<a href="https://agentmods.dev/skills/tractorjuice/arckit-gemini/wardley-mapping"><img src="https://agentmods.dev/badge/skills/tractorjuice/arckit-gemini/wardley-mapping.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00109 | $0.03655 |
| Opus 5 | $0.00055 | $0.01827 |
| Sonnet 5 | $0.00022 | $0.00731 |
| Haiku 4.5 | $0.00011 | $0.00365 |
Grade A, and why
wardley-mapping 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 4d 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 — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wardley Mapping
A strategic mapping technique created by Simon Wardley for understanding competitive landscape, technology evolution, and making informed architectural decisions. A Wardley Map visualizes four dimensions: the value chain (components needed to meet user needs), evolution (how components mature over time), the landscape (competitive environment), and movement (how the landscape changes).
This skill ships reference material, not runnable scripts. Read the relevant section here (or the linked references) with Read, apply the OnlineWardleyMaps syntax, and write the map into the user's artefact. Do not Bash-execute anything from this skill — there is no script to run.
Map Structure
The following diagram illustrates the conceptual axes of a Wardley Map. For the generation template with placeholders, see the Map Template section below.
EVOLUTION
Genesis Custom Product Commodity
↓ ↓ ↓ ↓
┌──────────────────────────────────────────┐
│ │
Visible │ User Need ● │ ← Anchor
│ │ │
│ ↓ │
│ Component A ●──────────→ ● │
│ │ │
│ ↓ │
│ Component B ● │
│ │ │
Hidden │ ↓ │
│ Component C ● │
│ │ │
│ ↓ │
│ Component D ● │ ← Commodity
│ │
└──────────────────────────────────────────┘
Y-axis: Visibility (to user)
X-axis: Evolution (certainty)
What ships with it
6 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.
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.
- 4d ago Changed · +3 lines · +59 tokens per session 86d704697e65
- 9d ago First seen · 306 lines · 50 tokens per session scan A 6ef3742e2ddf
wardley-mapping is a skill published in the GitHub repository tractorjuice/arckit-gemini (3 stars, last pushed 6d ago), licensed MIT. It adds 109 tokens to every session and 3,655 once invoked, about $0.0005 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.
Other skills, from other repositories
arckit-agent-maturity
Assess AI agent program maturity across design, governance, security, integration, and operations.
arckit-adm-preliminary
Set ADM scope, architecture vision, drivers, constraints, and success criteria.
arckit-agent-security
Design AI agent security — sandboxing, permissions, injection defences, output validation.
arckit-agile-governance
Establish governance cadence for agile architecture — lightweight review gates, compliance evidence, and change management.
architecture-workflow
Recommends which $arckit- commands to run, and in what order, for a new or in-flight architecture project, from a short triage of sector, project type, current stage and timeline. Backs $arckit-start. Not needed when the user has already named the command they want, or is asking about the content of an artefact rather…
arckit-agent-integration
Design multi-agent integration — inter-agent contracts, message protocols, shared state, failure isolation.