All modules

Library

The starter files

Two sources, no pasting required. The scaffold files (your standing brief, notes convention, and dashboard) ship in your Hub when you create it from the bluerock-io/hub-starter template. The skills and agents ship in the BlueRock plugin you install. The library is the reference copy, for reading a file alongside its module — and the plugin’s skills/agents are the pattern you learn from before building your own.

No Hub yet? Get started first.

Connect your workspace, install the plugin, create your Hub, run the rhythm, see your dashboard. You’ll barely touch the terminal.

What’s seeded, and which module it belongs to

CLAUDE.md

Your standing brief. Loads automatically every Claude Code session. Filled by /bluerock:onboard (or by hand) in M2.

CLAUDE.md

voice.md

Your style guide — every content skill reads it so output sounds like you. /bluerock:onboard writes it from your writing samples.

voice.md

objectives.md

Your ranked priorities. daily-brew reads it to decide what counts as focus vs. noise.

objectives.md

today.md

Your living priorities for the day. daily-brew seeds it, /bluerock:today updates it, /bluerock:wrap-up tallies what closed.

today.md

notes/_TEMPLATE.md

The shape of a daily note. Four sections scribe writes into and daily-brew reads out of: the interface between the pair.

notes/_TEMPLATE.md

sample-granola.md

A fully fictional discovery-call transcript (Northwind Logistics). Practice material for scribe and meeting-recap.

notes/sample-granola.md

scribe (plugin agent)

The live scribe capture agent, straight from the BlueRock plugin. M1 dissects it as the anatomy of an agent; you build your own in .claude/agents/.

agents/scribe.md

daily-brew (plugin agent)

The live daily-brew briefer from the BlueRock plugin: reads yesterday's notes + CLAUDE.md, seeds today.md. Walked in M4, scheduled in M5.

agents/daily-brew.md

meeting-recap (/bluerock:meeting-recap)

The live meeting-recap skill from the BlueRock plugin: drafts the recap email to attendees, in your voice. Read line by line in M3.

skills/meeting-recap/SKILL.md

wrap-up (/bluerock:wrap-up)

The live wrap-up skill from the BlueRock plugin: log the session, refresh the dashboard, commit, push, hand a continuation prompt. Run-only — it powers your dashboard; toured in M6.

skills/wrap-up/SKILL.md

README.md

Maps the repo + the install-plugin / clone-scaffold setup to the six modules.

README.md