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:

  1. Plan — Rally writes the board.
  2. Research — Sage writes an outline per page.
  3. Design — Pixel writes tokens and component plan.
  4. Build — Quill writes copy per page; Cipher assembles pages and runs npm run build.
  5. Review — Prism checks done criteria.
  6. 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:

  1. Plan
  2. Quill writes the new copy
  3. Cipher applies it and builds
  4. Prism reviews
  5. Forge plans the deploy
  6. Echo appends to changelog
  7. Ship gate

audit

Review the live site. Phases:

  1. Plan
  2. Sage fetches each page (via the browser worker)
  3. Prism writes a pass/fail report
  4. 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.