Skip to content

Claude Desktop

CO (Cognitive Orchestration) is a methodology for structured human-AI collaboration. It works in any professional domain, not just software development. If you can use Claude Desktop, you can use CO.

Claude Desktop now includes a Claude Code tab. It runs the same engine as the Claude Code command-line tool, with a visual interface: pick a folder, type in a chat box, approve changes as they happen. Claude Code reads the entire CO configuration inside your folder (agents, domain knowledge, guardrails, hooks, commands, and the phased workflow) exactly as the command line does. There is nothing extra to install and no plugin to add.

CO gives your AI collaboration five layers of structure:

  1. Specialized agents that understand your field (not generic assistants)
  2. Domain knowledge that persists across sessions (not forgotten after each conversation)
  3. Guardrails that prevent domain-specific mistakes (not just generic safety)
  4. Phased workflows with approval gates (you stay in control at every step)
  5. A learning system that improves over time (patterns compound, they are not lost)

Pick the CO application that matches your work. Then follow the setup steps below.

DomainWhat it does
Codegen (COC)Build software with Claude Code. 30+ specialist agents, automated code review, test-driven implementation. Use the Claude Code path instead.
Research (COR)Co-author academic papers. Citation integrity, literature synthesis, hostile reviewer simulation.
Learners (COL)Subject-agnostic student CO. Study guides, practice problems, exam preparation. Works for any subject.
Learners-Finance (COL-F)COL specialized for finance. Case analysis, financial modeling, portfolio theory, research papers.
Education (COE)Design assessments and rubrics that account for AI use. Instructor-side tools.
Governance (COG)Organizational self-governance. Constitutional compliance, RFC processes, transparency.
Compliance (COComp)Regulatory analysis. Requirement extraction, control mapping, gap assessment, audit prep.
Your fieldBuild your own CO application from the CO template.

You need Claude Desktop and a Claude Pro, Max, or Team subscription. The Claude Code tab is available on macOS and Windows. On Windows, install Git for Windows first (the app prompts you on first open if it is missing).

Each domain is a ready-made template that already contains everything CO needs: the specialist agents, domain knowledge, guardrails, hooks, and phased commands. You download it once and open it.

Go to the GitHub link for your chosen domain below. Click the green “Code” button, then click “Download ZIP”. Unzip the file and move the folder to your Documents.

Download workspace ZIP. Unzip and move the folder to your Documents.

Step 2: Open the Claude Code tab and select your folder

Section titled “Step 2: Open the Claude Code tab and select your folder”
  1. Open Claude Desktop and sign in (the same account as your Pro, Max, or Team subscription).
  2. Switch to the Claude Code tab.
  3. Click “Select folder” and choose the workspace folder you downloaded (the main folder, not a subfolder).

That is the whole setup. Claude Code reads the CO configuration in that folder automatically: the agents, the domain knowledge, the guardrails, and the commands are all there. There is no sandbox to unlock, no network setting to change, and no plugin to install.

Type /start in the chat box.

CO introduces itself, explains the phased workflow, and asks about your project. Answer in plain language.

Every CO application follows the same six-phase pattern:

PhaseWhat happensYou decide
01 AnalyzeCO researches your topic, gathers information, maps the landscapeWhether the analysis is complete
02 PlanCO creates a structured plan with tasks and deliverablesWhether the plan covers your needs
03 ExecuteCO works through tasks one at a time, producing outputsWhether each output meets your standard
04 ReviewCO critiques the work, finds weaknesses, and produces the finalized outputWhether the final output meets your standard
05 LearnCO captures what it learned into reusable knowledge (stored in .claude/ artifacts, not the workspace)Whether the captured knowledge is accurate
06 DeliverCO prepares and ships the final output to its destinationWhether it is ready to send

You approve each phase before the next one begins. CO does not proceed without your sign-off.

CommandPurpose
/startOrientation and project setup
/teachResearch tutor mode with context and debates
/literatureSystematic literature search
/deliberateRecord a structural decision
/craftAuthor writes, AI teaches and critiques
/write-paraAI drafts paragraph with margin notes
/validate-claimVerify claims against cited sources
/challengeHostile reviewer simulation
/check-refsCross-reference and citation audit
/preflightPre-submission deep validation
/publishPrepare for venue-specific submission
/wrapupSave session progress

CO writes all output into your workspace folder in an organized structure. You can open these files anytime with any text editor or file manager. Nothing is hidden inside Claude.

workspaces/my-paper/
briefs/ ← paper scope, objectives, venue targets
01-analyze/
literature/ ← literature notes and paper assessments
03-drafts/
deliberation/
decisions/ ← structural decision records
versions/ ← draft snapshots
04-validate/
reviews/ ← verification reports, challenge results
craft-notes/ ← /craft output: literature gaps, challenges
journal/ ← insight journal (8 entry types)
todos/
active/ ← current tasks
completed/ ← done tasks

To start a new project within your workspace, copy the template:

cp -r workspaces/_template workspaces/my-new-project

Or just tell CO what you want to work on and it will create the structure for you.

The Claude Code tab remembers your work across sessions. When you close it and come back, type /start and CO picks up where you left off. Workspace state, completed tasks, and learned patterns all persist. You can still type /wrapup to write an explicit progress note before a long break, but you no longer have to: your files and session context are saved as you go.

ProblemSolution
No “Claude Code” tabUpdate Claude Desktop to the latest version. The Claude Code tab is on macOS and Windows
”Missing Git” prompt (Windows)Install Git for Windows, then restart Claude Desktop
Sign-in or access errorConfirm you are signed in with a Claude Pro, Max, or Team account
Commands like /start not foundConfirm you selected the workspace folder itself (the one containing the .claude folder), not a parent or subfolder
Workspace folder missing expected directoriesCreate a project: copy workspaces/_template to workspaces/my-project

If you prefer the command line, CO also runs via the Claude Code CLI. The methodology is identical: the Claude Code tab and the CLI share the same engine, read the same configuration from your folder, and run the same commands. Pick whichever interface fits your workflow.