A starter workspace for Claude Code + Task OS. Clone this repo, run the setup agent, and have a working AI-powered project management system in about 5 minutes.
- Task OS installed and running
- Claude Code CLI installed
-
Clone this repo as your projects workspace:
git clone <this-repo> ~/IdeaProjects/projects cd ~/IdeaProjects/projects
-
Open Claude Code:
claude
-
Say
run setup— the setup agent will ask you a few questions and configure the workspace for your projects and tools.
That's it. Task OS will automatically discover all agents in this workspace on its next scan.
| Folder | Purpose |
|---|---|
agents/setup/ |
First-run configuration wizard |
agents/agent-creator/ |
Build new agents for your workspace |
agents/email-builder/ |
Draft HTML emails from a brief |
agents/writing/ |
Write polished markdown, linked into Task OS |
inbox/ |
Weekly intake logs — everything lands here first |
briefs/ |
Daily and weekly briefing files |
_project-scaffold/ |
Template for adding new projects |
Copy _project-scaffold/ to a new folder named after your project:
cp -r _project-scaffold/ my-client/Then fill in project-details.md, contacts.md, and context.md. Or just say "add a project called X" to the PM agent and it'll do it for you.
Say build me an agent that does X and the agent creator will scaffold the folder, write the CLAUDE.md, and register it with Task OS automatically.
You can also use this as a standalone Claude Code agent workspace without Task OS — but it's designed as a Task OS companion.