ACT Playbook

AI Workspace

Where company context, working materials, instructions, and local configuration belong in an ACT Playbook AI workspace.

An ACT Playbook AI workspace keeps the files your team and its AI agent need in one private repository. Use the folders below consistently so people and agents can find the right context and working materials.

wording-guidelines.md
CLAUDE.md or AGENTS.md
MEMORY.md
.env.local
AreaWhat belongs here
contextCompany knowledge that should guide work across the repository, such as voices, writing rules, and competitive material.
context/voicesVoice files for the company and individual team members.
context/competitionCompetitive research and comparison material.
workspaceWork created for customers, prospects, campaigns, social content, websites, research, whitepapers, sequences, and sales materials.
workspace/company-researchResearch about companies that informs customer and prospect work.
workspace/customersCustomer-specific working material.
workspace/prospectsProspect-specific research and material.
workspace/sales-campaignsSales-campaign plans, sequences, and supporting assets.
workspace/social-contentLinkedIn posts, ads, blog posts, and other thought-leadership material.
workspace/websiteWebsite plans, copy, audits, and generated website material.
.agents/skillsWorkflows created specifically for this repository.
CLAUDE.md or AGENTS.mdStanding instructions for the AI agent.
MEMORY.mdCorrections, decisions, and working preferences that should remain available in future conversations.
.env.localLocal-only credentials for selected workflows, such as API keys. Git ignores this file, so its contents remain on your computer and outside commits.

Keep shared work in the repository so the team can review it. Keep secrets in .env.local or the provider's credential store. ACT Playbook MCP OAuth credentials belong in the agent's credential store, not in repository files.