Agent Skills: workbench-architecture

Architecture and ADR workflows for Workbench CLI. Use when documenting system design, decisions, tradeoffs, or rationale that must be tracked over time.

UncategorizedID: bravellian/workbench/workbench-architecture

Install this agent skill to your local

pnpm dlx add-skill https://github.com/incursa/workbench/tree/HEAD/skills/workbench-architecture

Skill Files

Browse the full folder contents for workbench-architecture.

Download Skill

Loading file tree…

skills/workbench-architecture/SKILL.md

Skill Metadata

Name
workbench-architecture
Description
Architecture workflows for Workbench CLI. Use when documenting system design, tradeoffs, or rationale in canonical architecture artifacts.

Key settings

  • .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:

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:

workbench doc link --type architecture --path specs/architecture/WB/ARC-WB-0001-subsystem-overview.md --work-item WI-WB-0001

Sync backlinks:

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.