75
Most people use AI like a disposable chat: every session starts from zero and you become the memory. cowork-os gives your Claude Cowork project a memory you can read and correct. Decisions (each with a status), context, and open questions live in plain Markdown files the agent reads when a task starts and writes back when it ends. No database, no black box. Because the state lives on disk and stays inspectable, the agent runs real work while staying grounded and under your control.
It is not a standalone application but rather a folder structure combined with prompts and conventions that can be integrated into a Claude Cowork project or any agentic-coding workspace. The setup is designed to be adaptable to specific business needs within approximately 30 minutes.
Living Memory: Unlike typical chat interfaces, decisions, assumptions, and open questions are stored in files, providing a persistent knowledge base.
Evidence-Based Operations: The system prompts the AI to verify information, distinguishing between facts, assumptions, and recommendations.
Outcome-Oriented Workflow: Focuses on achieving defined outcomes rather than just completing tasks.
Rapid Adoption: Can be set up in about 30 minutes by copying the folder structure and integrating the project instructions.
Guided Setup: An installer guides users through setup by pasting instructions into the chat and answering a few questions, resulting in a pre-configured workspace.
Inbox Processing: Unsorted materials can be placed in the _inbox/ folder for organization.
Pre-built Modules: Includes specialized modules like LinkedIn Growth OS, Missions, and Scheduled Tasks for various business functions.
The project is organized into several key directories and files:
INSTALL.md: For guided setup.
capabilities.md: Defines what Claude can set up.
PROJECT_INSTRUCTIONS.md: The core system prompt.
workflows/: Contains the Relentless Outcome Workflow.
context/: For overview, positioning, services, and tone of voice.
marketing/: For strategy, campaigns, and content.
website/: For notes, backlog, and homepage copy.
decisions/: For decision logs and open questions.
reviews/: Templates for weekly and maintenance reviews.
missions/: A template for outcome-driven missions.
linkedin/: The LinkedIn Growth OS module.
scheduled-tasks/: Recurring automations and setup guides.
_inbox/: For processing unsorted materials.
examples/yempik/: A complete, sanitized example workspace.
This project is licensed under the MIT license.
Built with