Skip to content

Skill Map

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

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]
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]
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

These public ACT utilities remain command-based.

I want to…Command
Update ACT/act-update
Get help/act-help [name]
I want to…Use
Understand the full workflowWorkflow Overview
Compare Claude Code and OpenCode behaviorClaude Code vs OpenCode
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.