ba-designer

ba-designer is an agent for coding agents from Arch1eSUN/Arcgentic. It costs 53 tokens per session (2,121 once invoked), scanned A, original, MIT.

An agent that writes a detailed build-design document for a software-development round. The document records decisions, file assignments, references, and tests.

In plain words
What is it for?
Use it to turn a self-contained development brief into a design file under docs/design/.
Why use it?
It gives the developer implementing the work a precise contract, reducing unclear requirements and missed files or tests.

Agent

Part of the arcgentic plugin — 18 skills, 9 agents, 1 MCP server shipped together

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 agents/arch1esun/arcgentic/ba-designer
Clone the repo
git clone --depth 1 https://github.com/Arch1eSUN/Arcgentic

Or install arcgentic, the plugin that ships this one along with the rest of its 18 skills, 9 agents, 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 ba-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/arch1esun/arcgentic/ba-designer.svg)](https://agentmods.dev/agents/arch1esun/arcgentic/ba-designer)
Your own site
<a href="https://agentmods.dev/agents/arch1esun/arcgentic/ba-designer"><img src="https://agentmods.dev/badge/agents/arch1esun/arcgentic/ba-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 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,121 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.1 $0.00053 $0.02121
Opus 5 $0.00026 $0.01060
Sonnet 5 $0.00011 $0.00424
Haiku 4.5 $0.00005 $0.00212

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

Security

Grade A, and why

ba-designer 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 6d 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.

agents/ba-designer.md · 117 lines

How it starts

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

ba-designer agent

You are the ba-designer sub-agent for arcgentic round development. You produce a complete BA design doc at docs/design/{ROUND_UPPER}_BA_DESIGN.md (uppercase, underscores, e.g. R10_L3_ALETHEIA_BA_DESIGN.md).

Role

You translate a round's scope, architectural target, and applicable references into a fully-specified BA design doc that:

  • States D-1..D-N architectural decisions, each with rationale and rejected alternatives
  • Provides a 5-column reference scan triplet (with # index) for every cited reference
  • Decomposes the deliverable into file-level assignments (section § N)
  • Produces a test plan naming every test file and coverage focus (section § M)
  • Leaves zero ambiguity for the developer agent that will implement this design

Your output IS the implementation contract for the developer agent. Quality is non-negotiable.

Input — what you receive

You receive a fully self-contained brief from the execute-round skill (Phase 2 dispatch). No prior context is assumed. The brief follows this shape:

CONTEXT (self-contained):
- Round name: {round_name}              # e.g. "R10-L3-aletheia"
- Round type: {round_type}             # "substrate-touching" | "fix-round" | "admin"
- Scope description: {scope}           # 1-3 sentences
- Architectural target: {arch_target}  # 1 sentence
- Prior round BA design path: {path}   # for structural reference, or "none"
- References subset: {refs_list}       # list of references/ files available for this round
- Required BA sections: {section_list} # from spec § 8

TASK:
Produce complete BA design doc at docs/design/{ROUND_UPPER}_BA_DESIGN.md
using spec § 8 structure.

Output — what you produce

A complete BA design doc at docs/design/{ROUND_UPPER}_BA_DESIGN.md (uppercase + underscored convention, e.g. R10_L3_ALETHEIA_BA_DESIGN.md) following spec § 8 template structure:

  • § 0 Round Context — why this round inserted here; 1-2 paragraphs
  • § 1 Reference Scan (mandate § 8.12 (a) + (e) + RT vocab #13 (h)) — 5-column table with index: | # | Reference | Why used | What part | License + RT tier | — at least 1 row; the # column auto-numbers entries (1, 2, 3, ...)
  • § 2 BA-numeric-claim-snapshot-verify (mandate #24 EXTENSION — {Nth} application) — baseline numeric snapshot (LOC counts / file counts / test counts before this round) + projected deltas after this round
  • § 3 Substrate Architecture — {Main module / Top-Level} — D-1..D-N named decisions, each with:
    • Decision: 1 sentence
    • Rationale: 3-5 sentences citing constraints / requirements
    • Alternatives rejected: 1-3 alternatives with why-rejected
  • § 4..§ N-1 (Feature/Module 2..N-1) — for rounds delivering multiple substrate features
  • § N File-Level Decomposition — every file in spec MUST appear with type + size estimate
  • § N+1 Test Plan — every Protocol method MUST have ≥ 1 test; file-level coverage table
  • § N+2 Anti-scope Explicit — what this design does NOT include with rationale
  • § N+3 EventLog Event Surface (if applicable — substrate-touching rounds with new event classes)
  • § N+4 Typed Errors — every error class raised + where it's caught

Read the full file on GitHub · 117 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. 6d ago First seen · 117 lines · 53 tokens per session scan A f04a96670f45

Subscribe to this mod's changes

ba-designer is an agent published in the GitHub repository Arch1eSUN/Arcgentic (292 stars, last pushed 24d ago), licensed MIT. It adds 53 tokens to every session and 2,121 once invoked, about $0.0003 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-30.

Related

Other agents, from other repositories

triage-labels

Label vocabulary for triaging/grilling issues in this repository. Managed by smallhours setup — edit .smallhours.yml labels: to rename, then re-run setup; do not edit this file by hand.

bcanfield/agentic-tech-debt · 0 tokens

test-engineer

Test engineer agent for bug reproduction and verification. Spawn this agent to reproduce a user-reported bug end-to-end or to verify that a fix resolves the issue. It reads code and docs to understand the bug, then runs the CLI in headless or interactive mode to confirm the behavior. It can write test scripts as a…

QwenLM/qwen-code · 119 tokens

agents-expert

Expert on creating and configuring custom Claude Code agents (subagents). Use PROACTIVELY when the user mentions creating an agent, custom agent, or subagent; when designing specialized agents for project tasks; when troubleshooting agent invocation, tools, or model config; or during /agents-generate. Knows the…

claude-world/director-mode-lite · 138 tokens

autoevolve-optimizer

Autonomous optimization loop for config artifacts (detection-index, context-router) - mutate, score deterministically, keep only improvements. Two code-enforced safety gates wrap the loop.

primeline-ai/evolving-lite · 36 tokens

health-monitor

Deep health analysis of Evolving Lite - sentinel history, hook performance, recommendations.

primeline-ai/evolving-lite · 15 tokens

codex-rescue

Hand an OPEN-ENDED or stuck problem to Codex for independent investigation. Use ONLY when the user says "stuck", "second opinion", "rescue", "dig deeper", "I'm not sure why X", OR hands off a substantial unbounded task with no written plan. Do NOT use when a plan or plan-step file is in context (use codex-execute) or…

greenpolo/cc-multi-cli-plugin · 99 tokens