Skill Map
Use this page to find the right ACT entrypoint for any task.
Workflow skills
Section titled “Workflow skills”Use the plain skills for general work. Use the -flutter variants when the project or task is Flutter/Dart.
| Core Skill | Flutter Variant | Purpose |
|---|---|---|
/act-config | None | Choose where ACT saves Specs and Work Items |
/act-interview | /act-interview-flutter | Clarify intent and decisions before writing a Spec |
/act-create-spec | /act-create-spec-flutter | Create a requirements Spec |
/act-refine-spec | /act-refine-spec-flutter | Optional quality gate for a Spec |
/act-create-issues | /act-create-issues-flutter | Create Work Items from a Spec |
/act-implement | /act-implement-flutter | Implement one Work Item per run |
The Flutter/Dart variants are documented on the corresponding plain skill pages.
Deprecated legacy workflow skills
These remain available for compatibility, but are not the recommended workflow.
| Skill | Current replacement |
|---|---|
/act-workflow-spec | /act-interview then /act-create-spec |
/act-workflow-refine-spec | /act-refine-spec |
/act-workflow-plan | /act-create-issues |
/act-workflow-work | /act-implement |
/act-workflow-compound | No current replacement |
Git skills
Section titled “Git skills”| Skill | Purpose |
|---|---|
/act-git-commit | Commit staged changes |
/act-git-commit-all | Commit all changes |
/act-git-push-make-pr | Push and create a PR |
/act-git-switch-main-pull | Switch to main and pull |
/act-git-worktree [action] | Manage worktrees |
Flutter and setup skills
Section titled “Flutter and setup skills”| Skill | Purpose |
|---|---|
/act-flutter-create <name> | Create a Flutter project |
/act-dart-create <name> | Create a Dart CLI project |
/act-flutter-pub-upgrade-major | Upgrade all dependencies |
/act-flutter-screenshot [path] | Take a screenshot for verification |
/act-flutter-driver-mcp [setup|verify|troubleshoot] | Set up Flutter Driver entrypoints for Dart MCP runtime interaction |
/act-figma-to-flutter [setup|url|selected node] | Inspect Figma MCP designs before Flutter implementation |
/act-flutter-tdd | Set up TDD discipline |
/act-flutter-robot-testing | Set up robot journey tests |
/act-flutter-drift-setup | Set up Drift/SQLite database |
/act-flutter-sentry-init <project> <org> | Set up Sentry error reporting |
/act-download-flutter-rules | Download official Flutter rules |
/act-flutter-development [official|lite|full|topic] | Load Flutter knowledge directly |
Utility skills
Section titled “Utility skills”| Skill | Purpose |
|---|---|
/act-update | Update ACT |
/act-help [name] | Get help |
Supported Agents
Section titled “Supported Agents”ACT may use these research agents for larger codebase, Flutter documentation, or Flutter pattern research tasks.
| Agent | Purpose |
|---|---|
act-codebase-researcher | Research project structure, patterns, and conventions |
act-flutter-docs-researcher | Gather Flutter/Dart SDK or package documentation |
act-flutter-patterns-researcher | Research Flutter/Dart patterns and principles from ACT knowledge |