# Workbench Architecture

> Architecture workflows for Workbench CLI. Use when documenting system design, tradeoffs, or rationale in canonical architecture artifacts. Use when this capability is needed.

- Skill: `tomevault-io/workbench-architecture` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/workbench-architecture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/workbench-architecture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/workbench-architecture

---


## Key settings

- [`.workbench/config.json`](../../.workbench/config.json): paths.architectureDir, paths.specsRoot, git.defaultBaseBranch.
- Use `workbench config show --format json` to confirm defaults.

## Core workflows

1. Planning phase: create architecture docs for design intent and scope.
2. When a decision affects the design, capture it in an architecture doc instead of a separate decision record.
3. Link architecture docs to work items and specs.

## Commands

Create an architecture doc:
```bash
workbench doc new --type architecture --title "Subsystem overview" --path specs/architecture/WB/ARC-WB-0001-subsystem-overview.md --work-item WI-WB-0001
```

Link an architecture doc to a work item:
```bash
workbench doc link --type architecture --path specs/architecture/WB/ARC-WB-0001-subsystem-overview.md --work-item WI-WB-0001
```

Sync backlinks:
```bash
workbench doc sync --all
```

## Output

- Architecture docs with consistent canonical front matter.
- Work items that reference related specs and architecture docs.

## Guardrails

- Use architecture docs for structure, flows, and design rationale.
- Keep architecture status aligned with the current design state.
- If a significant decision changes the design, update the relevant
  architecture artifact and linked spec rather than creating a separate
  decision record.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bravellian) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

