Use this page to find the right ACT command for any task.
| I want to… | Command | Tier |
|---|
| 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-subagents | Starter |
| Execute a plan phase by phase | /act:workflow:work [plan-file] | Starter |
| Execute with full Flutter knowledge | /act:workflow:work [plan-file] full | Starter |
| Capture session insights | /act:workflow:compound [context] | Pro |
| I want to… | Command | Tier |
|---|
| Commit staged changes | /act:git:commit | Starter |
| Commit all changes | /act:git:commit-all | Starter |
| Push and create a PR | /act:git:push-make-pr | Starter |
| Switch to main and pull | /act:git:switch-main-pull | Starter |
| I want to… | Command | Tier |
|---|
| Load official Flutter rules | /act:prime-official-rules | Pro |
| Load essential patterns (lite) | /act:prime-patterns-lite | Pro |
| Load all patterns and knowledge | /act:prime-patterns-full | Pro |
| I want to… | Skill | Tier |
|---|
| Create a Flutter project | /flutter-create <name> | Starter |
| Create a Dart CLI project | /dart-create <name> | Starter |
| Upgrade all dependencies | /flutter-pub-upgrade-major | Starter |
| Take a screenshot for verification | /flutter-screenshot [path] | Pro |
| Get Flutter development guidance | /flutter-development | Starter |
| Set up TDD discipline | /flutter-tdd | Pro |
| Set up robot journey tests | /flutter-robot-testing | Pro |
| Set up Drift/SQLite database | /flutter-drift-setup | Pro |
| Set up Sentry error reporting | /flutter-sentry-init <project> <org> | Pro |
| Manage git worktrees | /git-worktree [action] | Pro |
| Download official Flutter rules | /download-flutter-rules | Starter |
| I want to… | Command | Tier |
|---|
| Update ACT | /act:update | Starter |
| Get help | /act:help [name] | Starter |
For most features, follow this sequence:
- Spec —
/act:workflow:spec "description"
- Refine (optional) —
/act:workflow:refine-spec ai_specs/feature-spec.md
- Plan —
/act:workflow:plan ai_specs/feature-spec.md
- Work —
/act:workflow:work ai_specs/feature-plan.md
- Compound (optional) —
/act:workflow:compound
For quick fixes, skip straight to step 3 or 4 with a task description.