Skip to content

orbitant-operations

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

Installation

# Register the marketplace (if not already done)
/plugin marketplace add weorbitant/orbitant-os

# Install this plugin
/plugin install orbitant-operations

Skills (3)

orbitant-goal-alignment

v1.0.0

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.

/orbitant-operations:goal-alignment
chief-of-staffgoalsprioritizationrocksalignmentscoring

orbitant-graceful-degradation

v1.0.0

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.

/orbitant-operations:graceful-degradation
chief-of-staffinfrastructuremcpavailabilitydegradation

orbitant-voice-drafting

v1.0.0

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:voice-drafting
chief-of-staffvoicedraftingwritingemailslackcommunication

Commands (13)

/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.

Agents (6)

airtable-fetcher

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

enrichment-agent

Builds and updates contact profiles from Gmail, Slack, and Calendar interactions. Dispatched by /crm.

Allowed tools: Read, Write, Glob, Grep

factorial-fetcher

Fetches HR team data from the Factorial HR API. Retrieves employees, leaves, and leave types.

Allowed tools: Bash, Read

hubspot-fetcher

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

sherpa-fetcher

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

triage-agent

Scans one channel (Gmail or Slack), assigns priority tiers, drafts responses. Dispatched by /triage.

Allowed tools: Read, Glob, Grep

Uninstalling

/plugin uninstall orbitant-operations