Workflows
A workflow is a board. Each task has an owner, deps, and a done check. The runner executes the board.
build-site-v0
Build the 4-page site from scratch. Phases:
- Plan — Rally writes the board.
- Research — Sage writes an outline per page.
- Design — Pixel writes tokens and component plan.
- Build — Quill writes copy per page; Cipher assembles pages
and runs
npm run build. - Review — Prism checks done criteria.
- Ship — Echo writes a changelog entry; Forge writes the deploy plan; gate.ship_approval raised.
ship-update
A small change to a deployed site. Faster cycle:
- Plan
- Quill writes the new copy
- Cipher applies it and builds
- Prism reviews
- Forge plans the deploy
- Echo appends to changelog
- Ship gate
audit
Review the live site. Phases:
- Plan
- Sage fetches each page (via the browser worker)
- Prism writes a pass/fail report
- Rally recommends the next workflow
daily-brief
Start of a session. Rally gathers state and writes a brief with the top 3 priorities for the day.