Output Kit and HTML reports rendered in the browser
All agents now share a single CLI design system. Atlas gained three new skills for rendering findings as styled HTML reports, changelogs, and release presentations.
What's new
Output Kit (docs/output-kit.md): a shared CLI design system adopted by all agents. Every agent's output now follows the same formatting rules for headers, progress indicators, and error messages.
`/atlas-report`: render any agent's findings as a styled HTML report that opens directly in the browser. Useful for sharing Apex reviews, architecture maps, and security audits with the team without exposing raw CLI output.
`/atlas-changelog`: three-layer changelog management: per-repo (the project you're in), cross-repo (your full workspace), and per-agent (what each specialist contributed). Atlas writes the entry; you review and commit.
`/atlas-present`: turn release notes into a styled HTML presentation or Obsidian Canvas. Good for sprint demos, launch readouts, or stakeholder updates.
How reports work
Any agent that produces a substantial analysis routes it through atlas-report automatically. For example, after /apex-review:
- -A 6-line receipt appears in the CLI (ship/no-ship verdict + risk count)
- -The full findings open as an HTML report in your browser
Run /atlas-report directly to render findings you already have.