Starter vs Pro
ACT Starter gives you the core workflow for free. ACT Pro adds advanced commands, testing workflows, and productivity tools for teams and complex projects.
Feature comparison
Section titled “Feature comparison”Workflow commands
Section titled “Workflow commands”| Command | Starter | Pro |
|---|---|---|
/act:workflow:spec | Yes | Yes |
/act:workflow:plan | Yes | Yes |
/act:workflow:work | Yes | Yes |
/act:workflow:refine-spec | --- | Yes |
/act:workflow:compound | --- | Yes |
/act:workflow:priming | --- | Yes |
Project scaffolding
Section titled “Project scaffolding”| Command | Starter | Pro |
|---|---|---|
/act:create:flutter-create | Yes | Yes |
/act:create:dart-create | Yes | Yes |
Git commands
Section titled “Git commands”| Command | Starter | Pro |
|---|---|---|
/act:git:commit | Yes | Yes |
/act:git:pr | Yes | Yes |
/act:git:worktree | --- | Yes |
Testing and verification
Section titled “Testing and verification”| Command | Starter | Pro |
|---|---|---|
| TDD workflow (test-first tasks in plans) | --- | Yes |
/act:testing:robot | --- | Yes |
/act:testing:screenshot | --- | Yes |
Setup and tooling
Section titled “Setup and tooling”| Command | Starter | Pro |
|---|---|---|
/act:setup:drift | --- | Yes |
/act:setup:sentry-init | --- | Yes |
/act:pub:upgrade | --- | Yes |
/act:research:* | --- | Yes |
| Custom hooks | --- | Yes |
Skills and knowledge
Section titled “Skills and knowledge”| Feature | Starter | Pro |
|---|---|---|
| Flutter best practices | Basic | Extended |
| Dart language patterns | Basic | Extended |
| Package-specific guidance | --- | Yes |
When to upgrade
Section titled “When to upgrade”You are rewriting specs manually after /act:workflow:spec
Section titled “You are rewriting specs manually after /act:workflow:spec”/act:workflow:refine-spec catches gaps, wrong assumptions, and data model issues automatically. If you find yourself re-running spec multiple times or manually editing specs to add missing edge cases, refine-spec saves that effort.
Your plans have more than 3-4 phases
Section titled “Your plans have more than 3-4 phases”Complex features benefit from /act:workflow:priming, which loads Flutter knowledge and project context before planning. This produces more accurate plans that follow your existing patterns.
You want test-first development
Section titled “You want test-first development”Pro enables TDD workflow: plans include test-first tasks where tests are written before implementation. Combined with /act:testing:robot, you get multi-screen integration tests generated from your specs.
You work on multiple features in parallel
Section titled “You work on multiple features in parallel”/act:git:worktree lets you run separate ACT sessions on different branches simultaneously, each in its own worktree. No more stashing and switching.
You need to set up infrastructure
Section titled “You need to set up infrastructure”Commands like /act:setup:drift (database), /act:setup:sentry-init (error monitoring), and /act:pub:upgrade (dependency updates) automate tedious setup tasks that would otherwise require reading docs and manual configuration.
You want to preserve what you learn
Section titled “You want to preserve what you learn”/act:workflow:compound captures session insights as reusable documents. Over time, this builds a knowledge base that makes every future session more effective.
What Starter is good for
Section titled “What Starter is good for”Starter covers the core workflow well:
- New projects --- scaffold with
flutter-createordart-create, then use spec/plan/work to build features - Simple features --- straightforward additions with clear requirements
- Learning ACT --- understand the workflow before deciding if Pro adds value for your use case
- Solo developers with smaller projects that do not need advanced testing or infrastructure commands
Pricing
Section titled “Pricing”Visit the pricing page for current pricing and plan details.
Related
Section titled “Related”- Workflow Overview --- understand the core pipeline
- Command Map --- quick reference for all commands
- Custom Hooks --- extend ACT with your own automation (Pro)