commands.

every slash command available in this workspace. tap copy on any card to grab it for chat. 13 commands across 6 categories.

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

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

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

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>
/inquiry
manage research inquiry threads
Manages research threads in vault/12-Inquiries/INQ-NNN-*.md. Subcommands: /inquiry add <title>, /inquiry list, /inquiry open <ID>, /inquiry interview-prep <IDs> <role>.
invoke /inquiry <sub>

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.
invoke /mcp-setup

craft

— design-engineering + doc generation.
/prd
generate a product requirements doc
Generates a high-quality PRD for a system or AI-powered feature: executive summary, user stories, technical spec, risk analysis.
invoke /prd
/emil-design-eng
UI polish + design-engineering craft
Encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
invoke /emil-design-eng

shortcuts

— claude code keyboard map.
⌘ K open command palette (planned)
⌘ ↩ submit prompt to chat
⌃ R rerun last prompt
esc cancel running task