orbitant-goal-alignment
v1.0.0Scores items against quarterly rocks from rocks.yaml. Activates during triage, task ranking, meeting prep, and scheduling. Flags drift when time allocation mismatches stated priorities.
v1.0.0
Operations toolkit — daily chief-of-staff workflows (briefings, inbox triage, meeting prep, goal alignment) plus Notion-backed business management and queries against Factorial HR, HubSpot, Airtable, and Sherpa financial
# Register the marketplace (if not already done)
/plugin marketplace add weorbitant/orbitant-os
# Install this plugin
/plugin install orbitant-operations Scores items against quarterly rocks from rocks.yaml. Activates during triage, task ranking, meeting prep, and scheduling. Flags drift when time allocation mismatches stated priorities.
Checks MCP servers and config files before any chief-of-staff command. Ensures no command hard-fails — always proceeds with available sources. Auto-activates on every command.
Writes drafts in the user's voice using voice.md for tone and style. Activates during /triage, /crm, or any "draft an email/message" request. Never sends without confirmation.
/orbitant-operations:challenge Create or list challenges in your Notion Challenges database. Tracks blockers, risks, and problems to solve.
/orbitant-operations:crm Contact management — view contact health, trigger enrichment, manage tiers and staleness.
/orbitant-operations:highlight Create or list highlights in your Notion Headlines database. Tracks wins, milestones, and good news worth celebrating.
/orbitant-operations:opportunity Create or list opportunities in your Notion Opportunities database. Tracks ideas, openings, and possibilities to embrace.
/orbitant-operations:preflight Operations readiness check — tests MCP connections, validates config files, tests business data sources, reports pass/fail with fix instructions.
/orbitant-operations:prep Meeting prep — pulls context from emails, calendar history, contacts, and tasks for upcoming meetings.
/orbitant-operations:query Answer natural-language questions about business data by routing to the appropriate data source. Usage: /query "{question}"
/orbitant-operations:report Generate business reports from YAML definitions. Aggregates data from multiple sources (Notion, Factorial, HubSpot, Airtable, Sherpa) into structured weekly/monthly reports. Usage: /report weekly, /report monthly, /report list, /report <custom-name> Supports --output, --path, --schedule, --unschedule flags.
/orbitant-operations:status Operational health dashboard — goal progress, stale contacts, calendar load, overdue tasks.
/orbitant-operations:today Morning briefing — calendar, tasks, urgent messages, strategic signals. Flags --calendar-only, --tasks-only, --messages-only.
/orbitant-operations:todo Create or list todos in your Notion TODOs database. Tracks tasks, deadlines, and ownership.
/orbitant-operations:triage Inbox triage — scans Gmail/Slack, prioritizes by tier and goal alignment, drafts responses. Flags --email, --slack.
/orbitant-operations:week Weekly planning — organises tasks from Asana against rocks, suggests a schedule based on availability.
Fetches recruitment pipeline data from Airtable MCP. Retrieves candidates, positions, and hiring metrics.
Allowed tools: Read, mcp__airtable__list_records, mcp__airtable__search_records, mcp__airtable__list_tables, mcp__airtable__describe_table, mcp__airtable__get_record, mcp__airtable__list_bases
Builds and updates contact profiles from Gmail, Slack, and Calendar interactions. Dispatched by /crm.
Allowed tools: Read, Write, Glob, Grep
Fetches HR team data from the Factorial HR API. Retrieves employees, leaves, and leave types.
Allowed tools: Bash, Read
Fetches commercial pipeline data from the HubSpot MCP server. Retrieves deals, pipeline stages, and activity metrics.
Allowed tools: Read, mcp__claude_ai_HubSpot__get_crm_objects, mcp__claude_ai_HubSpot__search_crm_objects, mcp__claude_ai_HubSpot__get_properties, mcp__claude_ai_HubSpot__get_user_details, mcp__claude_ai_HubSpot__search_owners
Fetches financial data (cash liquidity, P&L, burn & runway) from the Sherpa platform via MCP. Used by /report and /query for Financial sections.
Allowed tools: Read, mcp__sherpa__sherpa_list_company_groups, mcp__sherpa__sherpa_list_bank_products, mcp__sherpa__sherpa_get_bank_liquidity, mcp__sherpa__sherpa_get_bank_transactions, mcp__sherpa__sherpa_get_profit_and_loss_report
Scans one channel (Gmail or Slack), assigns priority tiers, drafts responses. Dispatched by /triage.
Allowed tools: Read, Glob, Grep
/plugin uninstall orbitant-operations