every slash command available in this workspace. tap copy on any card to grab it for chat. 10 commands across 5 categories.
§ 01
rhythm
— daily + weekly cadence skills.
/morning
daily briefing — what to do today
Reads Active Board, Milestones, yesterday's digest. Outputs musts + overdue + blocked + suggested first move. Run at ~9am.
invoke/morning
/weekly-review
sunday weekly planning
Look-back: shipped, blocked, slipped. Look-forward: locks 3-5 musts for the week. Run Sunday morning (Israeli work week starts Sun).
invoke/weekly-review
§ 02
capture
— pull signal into the vault.
/daily-ingest
end-of-day sweep across all channels
Scans Notion, Slack (channels + DMs), Gmail, Calendar, Atlassian for the day. Routes signal into vault. Auto-fires at 22:00 Asia/Jerusalem.
invoke/daily-ingest
/ingest-raw
process raw inbox files
Processes all files in vault/09-Notes/raw/. Classifies each, routes to the right vault location, archives originals to _processed/. Run after mobile-capture sync.
invoke/ingest-raw
§ 03
comms
— stakeholder messaging.
/comms
stakeholder comms gap detector + drafts
Scans stakeholder map, queries Slack for last-contact timestamps, flags gaps, drafts paste-ready messages. Use /comms <name> for single stakeholder.
invoke/comms
§ 04
context
— load surfaces into session.
/brief
load canonical context for a surface
Pulls per-surface spec + page-UX doc + recent activity into a 5-section briefing. Examples: /brief weekly, /brief ply-detail, /brief manage-quotas.
invoke/brief <surface>
§ 05
ops
— deploys, audits, maintenance.
/deploy
ship to cosmo-design.pages.dev
Wrangler direct-upload to Cloudflare Pages. NOT git-connected — pushing to GitHub does nothing. Use after non-trivial visual changes.
invoke/deploy
/design-update
survey-first DS change workflow
Forces complete inventory of references (CSS + HTML + JSX/TSX + JS) before any DS edit. Prevents missed markup outside the variable definition.
invoke/design-update
/entity-consistency
enforce consistent entity display
Checks all Cosmo wireframes for consistent visual representation of known entities. Surface displaying entity must match patterns elsewhere.
invoke/entity-consistency
/mcp-setup
validate + install MCP server
Validates MCP install command from official sources, smoke-tests connection, records working config. Prevents wrong transport types + auth misconfigs.