Files
swarm-master/swarm-common/obsidian-vault/will/will-shared-zap/Ops Home.md
T

1.9 KiB

type, tags
type tags
dashboard
dashboard

Ops Home

This is the front door for the vault.

Capture flow

  1. Capture quickly in Inbox or today's daily note.
  2. Promote active work to Projects Home.
  3. Preserve durable choices in Decisions Home.
  4. Turn repeated procedures into Runbooks Home.
  5. Move stale but useful material to Archive Home.

Current priorities

Active projects

TABLE status, owner, target
FROM "Projects"
WHERE status != "archived" AND file.name != "Projects Home"
SORT target ASC

Open tasks

not done
path does not include Archive
sort by due

Recent decisions

TABLE date, status, project
FROM "Decisions"
WHERE type = "decision"
SORT date DESC
LIMIT 10

Recent meetings

TABLE date, project, attendees
FROM "Meetings"
WHERE type = "meeting"
SORT date DESC
LIMIT 10

Active runbooks

TABLE system, status
FROM "Runbooks"
WHERE type = "runbook" AND status != "archived"
SORT system ASC, file.name ASC

Agent workflow

Use Swarm Operating Manual for the full Atlas/Hermes/Obsidian/Kanban workflow, Project Context Index for active project orientation, Context Pack for specialist handoffs, and Promote Session Output to Notes when chat output should become durable notes.

Use this pattern when Atlas/Hermes produces useful durable knowledge:

  • Workflow guide: Atlas Discord Telegram Workflow
  • Thread summary → Resources/
  • Active implementation → Projects/
  • Operational procedure → Runbooks/
  • Important architectural/product choice → Decisions/
  • Loose capture → Inbox/