ACT Playbook
Getting started

Work With Your Team

Invite teammates after the first workspace passes verification.

Invite colleagues from the repository's Settings, then Collaborators and teams. Each teammate follows Join an Existing Workspace, uses their own Git identity, and connects their own agent and ACT Playbook OAuth session.

Start a work session from the repository root:

git switch main
git pull
git status

Use a branch when work needs review:

git switch -c add-discovery-materials
git add path/to/changed-file
git commit -m "Add discovery materials"
git push

Open a pull request in GitHub when a colleague should review the work.