Comprehensive manifest for the Workplan AI CLI. Designed for perfect synchronization between terminal and cloud.
Understanding the agentic reasoning behind your schedule.
Workplan AI isn't just a calendar or a todo list. It's a reasoning engine designed to align your daily actions with your quarterly goals.
When you ask for a plan, we don't just fill slots. We run a multi-step cognitive process:
It breaks your high-level goal (e.g., "Ship MVP") into atomic, execution-ready tasks, respecting dependencies.
It determines the optimal order of operations, ensuring you don't block yourself.
It calculates a daily 0-100 score based on task completion, deep work blocks, and distraction minimization.
| Command | Arguments | Options | Description |
|---|---|---|---|
| workplaninit | - | - | Initialize .workplan/ storage in current repo. |
| workplanauth | - | --api-key, --clear | Manage cloud credentials. |
| workplanlogin | [api_key] | - | Alias for auth. |
| workplanlogout | - | - | Alias for auth --clear. |
| Command | Arguments | Options | Description |
|---|---|---|---|
| workplanplan | [goal] | --interactive, -i | Generate/Set weekly tasks via AI. |
| workplansprint | [goal] | --show, --set-focus | 4-week roadmap generation & management. |
| workplandecompose | task_id | --day | Break task into 5-day micro-steps. |
| workplanadd | title | --points, --priority | Manual task insertion into current plan. |
| workplanremove | task_id | - | Remove task from current plan. |
| workplancarryover | task_id | --reason | Mark task for the next planning cycle. |
| Command | Arguments | Options | Description |
|---|---|---|---|
| workplandone | task_id | - | Toggle task to done. (Shortcut: d) |
| workplanstart | task_id | - | Toggle task to in_progress. |
| workplanblock | task_id | --reason | Toggle task to blocked. (Shortcut: b) |
| workplannotes | task_id, text | - | Append persistent notes to a task. |
| workplanupdate | task_id | --status, --microtask | Granular state updates for tasks/subtasks. |
| workplantoday | - | - | Filter view to today's specific microtasks. |
| Command | Arguments | Options | Description |
|---|---|---|---|
| workplandetails | - | --project, --status, --risk | Main dashboard view. (Shortcut: ls) |
| workplanreport | - | --days | Git commit activity vs. Task mapping audit. |
| workplanstandup | - | --days | AI-generated "Yesterday/Today/Blockers" summary. |
| workplaneod | - | --sheet, --map, --task | Daily habit tracking & Sheets update. |
| workplanweekly | - | --days | End-of-week executive summary. |
| workplanretro | - | --days | Analytical retrospective of the plan cycle. |
| workplanhealth | - | - | Performance metrics (Reliability/Velocity). |
| workplancheck | - | --days | Commit hygiene & Task-ID tagging audit. |
| workplandashboard | - | - | Global view of all registered projects. |
| workplantask | task_id | --project | Full deep-dive into a single task node. |
| Command | Arguments | Options | Description |
|---|---|---|---|
| workplansync | - | - | Push local plan to Google Sheets. |
| workplansheets | [url] | --map, --raw-rows, --csv | Advanced Sheets integration & schema mapping. |
| workplansync-git | - | - | Automated Git-to-Task back-sync. |
| workplancloud-sync | - | --mode (push/pull) | Bi-directional Plan synchronization with Cloud. |
| workplanteam-sync | - | - | Publish status to Team Dashboard. |
| workplanexport | [file] | --format (csv/json) | local data portability. |
| workplansheets-schema | - | - | Introspect remote Sheet columns. |
| workplanschema-define | - | - | Map custom Sheet headers to Workplan fields. |
| Command | Arguments | Options | Description |
|---|---|---|---|
| workplanslack | - | --mode, --channel | Automated delivery to Slack channels. |
| workplangithub | - | --repo, --labels | Create Issues from Workplan tasks. |
| workplangithub-sync | - | --repo | Update local status from Issue state. |
| workplangithub-push | - | --repo | Close Issues for completed local tasks. |
| workplanjira | - | - | Managed Jira ticket synchronization. |
| workplanintegrations | - | - | Check connection health of OAuth services. |
workplan sheets-export and other integration commands require an active internet connection.workplan init).Export your weekly plan to a formatted Google Sheet. This is perfect for sharing your progress with stakeholders who don't use the CLI.
workplan sheets-exportPost your End-of-Day (EOD) summary directly to a Slack channel. You can specify a channel or it will default to your configure general channel.
workplan slack-eod --channel #daily-standupTurn a specific task into a GitHub issue. This automatically links the issue URL back to your workplan task for traceability.
workplan github-export owner/repo --task <ID>| Command | Arguments | Options | Description |
|---|---|---|---|
| workplanconfig | - | --tz | Timezone & environmental settings. |
| workplanusage | - | - | Token consumption & Tier tracking. |
| workplanbilling | - | - | Access Stripe subscription management. |
| workplanupgrade | - | - | Feature roadmap and tier comparison. |
| workplanreset-key | - | - | Local API Credential removal. |
| workplanrestore | [id] | - | Plan recovery from local automatic backups. |
| workplangit-hook | - | --install | Git lifecycle automation setup. |
| Command | Arguments | Options | Description |
|---|---|---|---|
| workplanusage | - | - | Token consumption & Tier tracking. |
| workplanbilling | - | - | Access Stripe subscription management. |
| workplanupgrade | - | - | Feature roadmap and tier comparison. |
Level up your workflow. The Team plan unlocks AI-powered plan decomposition, infinite cloud history, and advanced team analytics.
workplan upgradeManage your subscription easily. Update payment methods, view invoices, or change your plan directly from the dashboard.
workplan billingChoose the plan that fits your workflow. All plans include core CLI functionality, with premium tiers unlocking AI-powered features, cloud sync, and team collaboration.
Perfect for hobbyists and trying out Workplan
For solo developers who need unlimited AI power
Freelancers, indie developers, and solo consultants managing multiple projects
For teams that need collaboration and shared workspaces
Small to medium engineering teams (5-20 developers)
For large organizations with advanced security needs
Large enterprises (20+ developers) with compliance requirements
Yes! Upgrade or downgrade at any time. Changes take effect immediately, and we'll prorate your billing.
We accept UPI, credit/debit cards, and net banking for Indian customers. International payments via Stripe.
Team plan includes a 14-day free trial. Individual plan offers a 7-day money-back guarantee.
Your data is never deleted. Cloud-synced data remains accessible for 90 days after downgrade, giving you time to export.
Section 10 • Our commitment to your privacy and intellectual property.
Your plans, tasks, and strategies are your intellectual property. We deliberately isolate user contexts and never use your specific data to train our foundational models.
All data moving between the CLI, our API, and your integrations (Slack, Google, GitHub) is encrypted via TLS 1.3. Database entries are encrypted at rest.
When you connect an integration, we only fetch what is strictly necessary (e.g., issue titles) to generate your plan. We do not mirror or permanently store your external repo code.
workplan export or request full deletion.| Alias | Full Command |
|---|---|
| ls | workplandetails |
| ps | workplandashboard |
| inspect | workplantask |
| p | workplanplan |
| u | workplanupdate |
| s | workplansync |
| d | workplandone |
| st | workplanstandup |
| b | workplanblock |
| t | workplantask |
Pro Tip: You can chain shortcuts. For example, workplan d <ID> && workplan s to mark a task done and immediately sync to the cloud.