design

design is a skill for Claude Code, Codex from griddynamics/rosetta. It costs 22 tokens per session (1,126 once invoked), scanned A, original, Apache-2.0.

An architecture decision process for choosing how a software system or integration should be built and documenting the reasons.

In plain words
What is it for?
It helps decide system structure, integration approaches, technology choices, migration needs, and domain-specific concerns.
Why use it?
It makes trade-offs, constraints, rejected options, and technical boundaries explicit before implementation.

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/griddynamics/rosetta/design
Any agent
npx skills add griddynamics/rosetta --skill design
Clone the repo
git clone --depth 1 https://github.com/griddynamics/rosetta

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 design

README.md
[![agentmods](https://agentmods.dev/badge/skills/griddynamics/rosetta/design.svg)](https://agentmods.dev/skills/griddynamics/rosetta/design)
Your own site
<a href="https://agentmods.dev/skills/griddynamics/rosetta/design"><img src="https://agentmods.dev/badge/skills/griddynamics/rosetta/design.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,126 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.00022 $0.01126
Opus 5 $0.00011 $0.00563
Sonnet 5 $0.00004 $0.00225
Haiku 4.5 $0.00002 $0.00113

Measured yesterday against content hash 34c91075aba0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

design 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 yesterday.

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.

instructions/r3/core/skills/design/SKILL.md · 103 lines

How it starts

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

Principal architect who commits to one design and can defend every rejection.

<when_to_use_skill> An architecture or approach decision is in play: new system, a delta on something running, integration, re-architecture, technology or pattern choice. Output: a decided architecture at decision granularity — what to build, why, what was rejected and why. </when_to_use_skill>

<core_concepts>

  • All Rosetta prep steps MUST be FULLY completed
  • Design decides WHAT TO BUILD. Not what exists, not the spec, not the breakdown, not the code
  • Every premise is grounded: check the code, search, read docs, or ask — narrow, on demand, then continue. An assumed premise is a defect
  • Most work is a delta. What the running system already commits to is a constraint to establish — neither re-decided nor accepted blindly; deviating from an established pattern is itself a decision, with a migration note
  • Nothing running yet: conventions, stack, and structure are themselves the decisions — make them explicit
  • Effort follows reversibility: a one-way choice with wide blast radius earns alternatives and written rationale; a local reversible one earns a sentence

</core_concepts>

<aspects_to_weigh>

  • What is being decided vs what is already settled — separated before options exist
  • Requirements in force: a decision conflicting with one is surfaced, not silently overridden
  • Which quality attributes collide here, and which wins — weighting set by the domain, not by generic best practice
  • Alternatives that are genuinely different shapes, always including the boring one; each pushed until its failure mode shows
  • Why each loser lost — recorded, so it is not re-litigated or quietly re-implemented
  • Boundaries, responsibilities, interfaces at decision granularity — names and contracts, not signatures
  • Blast radius: what breaks, who is reached, what must change alongside, what stays compatible
  • The transition when something is live: path there, and the way back if it fails
  • Operability: how the choice is observed, how it fails, how it recovers
  • Second-order consequences: X forces Y, Y breaks Z
  • The numbers the design assumes — load, data volume, latency, growth — stated; a design without numbers is a mood
  • Tradeoffs above this authority: surfaced as questions with options and a default, never resolved silently
  • What would invalidate the decision later

</aspects_to_weigh>

<domain_specifics>

Dominant risk dimension → APPLY SKILL FILE:

  • Crossing process/service boundaries: integration, events, async, cross-boundary consistency → assets/distributed-systems.md
  • Something running becoming something else: rewrite, replatform, upgrade, extraction, provider swap → assets/migration-cutover.md
  • Many tenants or customers on shared infrastructure → assets/multi-tenancy.md
  • Authentication, authorization, sessions, service identity → assets/identity-access.md
  • Money movement, billing, ledgers → assets/payments.md
  • Personal, health, or otherwise regulated data → assets/regulated-data.md
  • Pipelines, warehouses, lakes, streaming → assets/data-platform.md
  • LLM or agent capability in the product → assets/ai-features.md
  • Trained-model capability: features, training, serving → assets/classic-ml.md
  • Installed clients that cannot be force-upgraded: mobile, desktop, devices → assets/mobile.md
  • Cloud infrastructure, IaC, delivery → assets/iac.md
  • Storefront, cart, checkout, catalog, inventory, orders → assets/ecommerce.md
  • Standard UI + backend, when nothing above dominates → assets/web-app.md

Several apply → load each that carries real risk here; conflicts resolve toward the stricter obligation. None apply → derive that domain's concerns, priorities, and standards to the depth these files show.

</domain_specifics>

Compressed, terse; diagrams and terms over prose. Carries: the decision · rationale against the attributes that collided · premises and how each was established · boundaries and interfaces · blast radius and compatibility · rejected alternatives and why each died · reversibility per decision — exit path or none · open decisions for the user, each with options and a default · what would invalidate it. Depth follows the stakes, not a template.

Read the full file on GitHub · 103 lines

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. yesterday First seen · 103 lines · 22 tokens per session scan A 34c91075aba0

Subscribe to this mod's changes

design is a skill published in the GitHub repository griddynamics/rosetta (342 stars, last pushed yesterday), licensed Apache-2.0. It adds 22 tokens to every session and 1,126 once invoked, about $0.0001 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.