Skip to content

pirateandfox/taskos-projects-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects Workspace Template

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.

Prerequisites

  • Task OS installed and running
  • Claude Code CLI installed

Getting Started

  1. Clone this repo as your projects workspace:

    git clone <this-repo> ~/IdeaProjects/projects
    cd ~/IdeaProjects/projects
  2. Open Claude Code:

    claude
  3. 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.

What's Included

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

Adding a Project

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.

Adding Agents

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.

About

Task OS workspace template for project management with Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors