Skip to content

Quick Start

After installation, here are the most common workflows.

View Your Board

bash
# See all active tasks
optimal board view

# Filter by status
optimal board view -s ready,in_progress

# Filter by project
optimal board view --project "ReturnPro Feb 2026 Closing"

# Your tasks only
optimal board view --mine

# Watch mode (auto-refresh)
optimal board view --watch

# JSON output (for scripting)
optimal board view --json

Interactive TUI

The board TUI gives you a full interactive menu:

bash
optimal board tui

From the TUI you can:

  • Browse projects with progress bars
  • View and filter tasks
  • Edit tasks inline (status, priority, assignment)
  • Create new tasks
  • View activity logs

Create a Task

bash
optimal board create \
  -t "Upload February financials" \
  -p "ReturnPro Feb 2026 Closing" \
  --priority 1 \
  --skill upload-netsuite

Check System Health

bash
optimal infra health

Reports the status of all services: OptimalOS, n8n, Strapi, Cloudflare Tunnel, Discord bot.

Common Command Groups

GroupWhat it doesExample
boardTask managementoptimal board view
financeFinancial pipelineoptimal finance audit --months 2026-02
contentNewsletters, social, blogs, researchoptimal content newsletter generate --brand CRE-11TRUST
agentBot orchestrationoptimal agent list
txBank transactionsoptimal tx ingest --file bank.csv
infraDeploy, health, migrationsoptimal infra health
syncDiscord + config syncoptimal sync discord:status
assetDigital asset trackingoptimal asset list
scenarioBudget scenario managementoptimal scenario list
configShared env syncoptimal config seed-shared
projectProject managementoptimal project list
milestoneMilestone trackingoptimal milestone list
labelLabel managementoptimal label list

Get Help

Every command supports --help:

bash
optimal --help
optimal board --help
optimal finance audit --help

Built by Carlos Lenis in Miami