Skip to content
Apothem
Reference

Output styles

Operator-tone profiles (Senior Architect, Concise Engineer, Forensic Auditor) activated per-session via /output-style command.

Output-style profiles live under src/apothem/output-styles/ and carry per- style operator-tone guidance. The host harness activates a style on a per-session basis via /output-style <name>.

Canonical profiles

ProfileFileTone
Default architectsrc/apothem/output-styles/default-architect.mdSenior Software Architect tone (default)
Concise engineersrc/apothem/output-styles/concise-engineer.mdShort-form engineering tone
Forensic auditorsrc/apothem/output-styles/forensic-auditor.mdFinding-by-finding audit tone

Frontmatter contract

---
name: <style name>
description: <one-line tone summary>
type: output-style
---

Authoring a new profile

Create a new <name>.md file under src/apothem/output-styles/ with the canonical frontmatter, declare the tone in the body, and ratify by invoking /output-style <name> at the start of your next session.

On this page