Skill Map
Use this page to find the right ACT entrypoint for any task.
Workflow skills
Section titled “Workflow skills”| I want to… | Skill |
|---|---|
| Define what to build | /act-workflow-spec [task] |
| Validate a spec for gaps | /act-workflow-refine-spec [spec-file] |
| Create an implementation plan | /act-workflow-plan [spec-file] |
| Create a plan with deep research | /act-workflow-plan [spec-file] --use-subagents |
| Execute a plan phase by phase | /act-workflow-work [plan-file] |
| Execute exactly one phase and stop | /act-workflow-work [plan-file] --single-phase |
| Execute without git side effects | /act-workflow-work [plan-file] --do-not-commit |
| Execute and create a PR at the end | /act-workflow-work [plan-file] --create-pr |
| Execute with full Flutter knowledge | /act-workflow-work [plan-file] full |
| Capture session insights | /act-workflow-compound [context] |
Git skills
Section titled “Git skills”| I want to… | Skill |
|---|---|
| Commit staged changes | /act-git-commit |
| Commit all changes | /act-git-commit-all |
| Push and create a PR | /act-git-push-make-pr |
| Switch to main and pull | /act-git-switch-main-pull |
| Manage worktrees | /act-git-worktree [action] |
Flutter and setup skills
Section titled “Flutter and setup skills”| I want to… | Skill |
|---|---|
| Create a Flutter project | /act-flutter-create <name> |
| Create a Dart CLI project | /act-dart-create <name> |
| Upgrade all dependencies | /act-flutter-pub-upgrade-major |
| Take a screenshot for verification | /act-flutter-screenshot [path] |
| Get Flutter development guidance | /act-flutter-development |
| Set up TDD discipline | /act-flutter-tdd |
| Set up robot journey tests | /act-flutter-robot-testing |
| Set up Drift/SQLite database | /act-flutter-drift-setup |
| Set up Sentry error reporting | /act-flutter-sentry-init <project> <org> |
| Download official Flutter rules | /act-download-flutter-rules |
| Load Flutter knowledge directly | `/act-flutter-development [official |
Commands that remain command-based
Section titled “Commands that remain command-based”These public ACT utilities remain command-based.
| I want to… | Command |
|---|---|
| Update ACT | /act-update |
| Get help | /act-help [name] |
Typical questions
Section titled “Typical questions”| I want to… | Use |
|---|---|
| Understand the full workflow | Workflow Overview |
| Compare Claude Code and OpenCode behavior | Claude Code vs OpenCode |
| Understand the migration from older docs | Commands to Skills Migration |
Typical workflow
Section titled “Typical workflow”- 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 spec and go straight to /act-workflow-plan "fix the save button crash", then run work on the generated plan file.