Skip to content

Command Map

Use this page to find the right ACT command for any task.

I want to…CommandTier
Define what to build/act:workflow:spec [task]Starter
Validate a spec for gaps/act:workflow:refine-spec [spec-file]Pro
Create an implementation plan/act:workflow:plan [spec-file]Starter
Create a plan with deep research/act:workflow:plan [spec-file] --use-subagentsStarter
Execute a plan phase by phase/act:workflow:work [plan-file]Starter
Execute with full Flutter knowledge/act:workflow:work [plan-file] fullStarter
Capture session insights/act:workflow:compound [context]Pro
I want to…CommandTier
Commit staged changes/act:git:commitStarter
Commit all changes/act:git:commit-allStarter
Push and create a PR/act:git:push-make-prStarter
Switch to main and pull/act:git:switch-main-pullStarter
I want to…CommandTier
Load official Flutter rules/act:prime-official-rulesPro
Load essential patterns (lite)/act:prime-patterns-litePro
Load all patterns and knowledge/act:prime-patterns-fullPro
I want to…SkillTier
Create a Flutter project/flutter-create <name>Starter
Create a Dart CLI project/dart-create <name>Starter
Upgrade all dependencies/flutter-pub-upgrade-majorStarter
Take a screenshot for verification/flutter-screenshot [path]Pro
Get Flutter development guidance/flutter-developmentStarter
Set up TDD discipline/flutter-tddPro
Set up robot journey tests/flutter-robot-testingPro
Set up Drift/SQLite database/flutter-drift-setupPro
Set up Sentry error reporting/flutter-sentry-init <project> <org>Pro
Manage git worktrees/git-worktree [action]Pro
Download official Flutter rules/download-flutter-rulesStarter
I want to…CommandTier
Update ACT/act:updateStarter
Get help/act:help [name]Starter

For most features, follow this sequence:

  1. Spec/act:workflow:spec "description"
  2. Refine (optional) — /act:workflow:refine-spec ai_specs/feature-spec.md
  3. Plan/act:workflow:plan ai_specs/feature-spec.md
  4. Work/act:workflow:work ai_specs/feature-plan.md
  5. Compound (optional) — /act:workflow:compound

For quick fixes, skip straight to step 3 or 4 with a task description.