Skip to content

Skill Map

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

SkillPurpose
/act-workflow-spec [task]Define what to build
/act-workflow-refine-spec [spec-file]Validate a spec for gaps
/act-workflow-plan [spec-file]Create an implementation plan
/act-workflow-plan [spec-file] --use-subagentsCreate a plan with deep research
/act-workflow-work <plan-file>Execute a plan
/act-workflow-compound [context]Capture session insights
SkillPurpose
/act-git-commitCommit staged changes
/act-git-commit-allCommit all changes
/act-git-push-make-prPush and create a PR
/act-git-switch-main-pullSwitch to main and pull
/act-git-worktree [action]Manage worktrees
SkillPurpose
/act-flutter-create <name>Create a Flutter project
/act-dart-create <name>Create a Dart CLI project
/act-flutter-pub-upgrade-majorUpgrade 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-developmentGet Flutter development guidance
/act-flutter-tddSet up TDD discipline
/act-flutter-robot-testingSet up robot journey tests
/act-flutter-drift-setupSet up Drift/SQLite database
/act-flutter-sentry-init <project> <org>Set up Sentry error reporting
/act-download-flutter-rulesDownload official Flutter rules
/act-flutter-development [official|lite|full|topic]Load Flutter knowledge directly

These public ACT utilities remain command-based on slash-command clients. In Codex, act-help and act-update are installed as generated skills.

CommandPurpose
/act-updateUpdate ACT
/act-help [name]Get help

These research agents are used by /act-workflow-plan when you pass the --use-subagents flag.

AgentPurpose
act-codebase-researcherResearch project structure, patterns, and conventions
act-flutter-docs-researcherGather Flutter/Dart SDK or package documentation
act-flutter-patterns-researcherResearch Flutter/Dart patterns and principles from ACT knowledge
I want to…Use
Understand the full workflowWorkflow Overview
Compare supported client behaviorPlatform Support
Understand the migration from older docsCommands to Skills Migration
  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 spec and go straight to /act-workflow-plan "fix the save button crash", then run work on the generated plan file.