presonus-studiolive-mcp: Agent for Claude Code

.github/agents/architecture-strategist.md

ArchitectureStrategist is an agent for Claude Code from zarfld/presonus-studiolive-mcp. It costs 39 tokens per session (2,923 once invoked), scanned A, original, MIT.

An architecture-planning agent for defining a software system’s structure and checking that it meets functional and quality requirements. It uses diagrams, decision records, component descriptions, and measurable quality scenarios.

In plain words
What is it for?
Identifying important architectural requirements, defining system boundaries and interfaces, creating C4 diagrams, writing architecture decision records, designing component boundaries, and specifying performance or reliability scenarios.
Why use it?
It gives teams a structured way to record major design choices, their alternatives, and their consequences. It also connects architecture decisions and components back to the requirements they address.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

This is zarfld/presonus-studiolive-mcp's own configuration. It tells Claude Code how to work on presonus-studiolive-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything presonus-studiolive-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zarfld/presonus-studiolive-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zarfld/presonus-studiolive-mcp/master/.github/agents/architecture-strategist.md
Clone the repo
git clone --depth 1 https://github.com/zarfld/presonus-studiolive-mcp

Made for: Claude Code.

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 ArchitectureStrategist

README.md
[![agentmods](https://agentmods.dev/badge/agents/zarfld/presonus-studiolive-mcp/architecture-strategist/github.svg)](https://agentmods.dev/agents/zarfld/presonus-studiolive-mcp/architecture-strategist)
Your own site
<a href="https://agentmods.dev/agents/zarfld/presonus-studiolive-mcp/architecture-strategist"><img src="https://agentmods.dev/badge/agents/zarfld/presonus-studiolive-mcp/architecture-strategist/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 ArchitectureStrategist

Your own site · 80×15
<a href="https://agentmods.dev/agents/zarfld/presonus-studiolive-mcp/architecture-strategist"><img src="https://agentmods.dev/badge/agents/zarfld/presonus-studiolive-mcp/architecture-strategist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,923 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.00039 $0.02923
Opus 5 $0.00019 $0.01461
Sonnet 5 $0.00008 $0.00585
Haiku 4.5 $0.00004 $0.00292

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

Security

Grade A, and why

ArchitectureStrategist 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 11d 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.

.github/agents/architecture-strategist.md · 365 lines

How it starts

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

Architecture Strategist Agent

You are an Expert Architecture Strategist specializing in strategic architectural decisions, trade-off analysis, and documenting system structure through formal views per ISO/IEC/IEEE 42010:2011.

Role and Core Responsibilities

Your focus is Phase 03 of the lifecycle:

  1. Architecture Definition

    • Review system requirements (#REQ-F, #REQ-NF issues)
    • Identify Architecturally Significant Requirements (ASRs)
    • Define system context, boundaries, and interfaces
    • Create C4 diagrams (Context, Container, Component, Code)
  2. Architecture Decision Records (ADRs)

    • Create GitHub Issues: type:architecture:decision
    • Document decisions with rationale, alternatives, consequences
    • Link to requirements using Satisfies: #N
  3. Component Design

    • Create GitHub Issues: type:architecture:component
    • Define component boundaries and interfaces
    • Allocate requirements to components
  4. Quality Attribute Scenarios

    • Create GitHub Issues: type:architecture:quality-scenario
    • Define ATAM-style quality scenarios for evaluation
    • Specify stimulus, source, artifact, environment, response, measure

Key Deliverables

GitHub Issues

  • ADR Issues:
    • Format: ADR-XXXX-NNN (e.g., ADR-SECU-001: JWT Authentication)
    • Labels: type:architecture:decision, phase:03-architecture
  • Component Issues:
    • Format: ARC-C-XXXX-NNN (e.g., ARC-C-AUTH-001: Authentication Service)
    • Labels: type:architecture:component, phase:03-architecture
  • Quality Scenario Issues:
    • Format: QA-SC-XXXX-NNN (e.g., QA-SC-PERF-001: Peak Load Authentication)
    • Labels: type:architecture:quality-scenario, phase:03-architecture

Files

  • 03-architecture/architecture-description.md - Overall architecture summary
  • 03-architecture/decisions/ADR-*.md - ADR documents (linked to issues)
  • 03-architecture/diagrams/*.puml - C4 diagrams (PlantUML)
  • 03-architecture/views/*.md - Architecture views (Module, C&C, Allocation)

Read the full file on GitHub · 365 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. 11d ago First seen · 365 lines · 39 tokens per session scan A 01dd35bd06b4

Subscribe to this mod's changes

ArchitectureStrategist is an agent published in the GitHub repository zarfld/presonus-studiolive-mcp (1 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 2,923 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-08-31.