Documentation

Quick Start

  1. Clone the repository
    git clone https://github.com/RobSB2/CxMS.git
  2. Copy core templates to your project
    cp CxMS/templates/core/CLAUDE.md.template ./CLAUDE.md
    cp CxMS/templates/core/PROJECT_Session.md.template ./MyProject_Session.md
    cp CxMS/templates/core/PROJECT_Tasks.md.template ./MyProject_Tasks.md
  3. Customize CLAUDE.md with your project details
  4. Start your AI session with:
    "Read CLAUDE.md, then read MyProject_Session.md and MyProject_Tasks.md"

Core Files

CLAUDE.mdRequired

AI guidance file. Contains project context, coding standards, and session management instructions.

[PROJECT]_Session.mdRequired

Tracks current state, what changed, and context for the next session. Updated every session.

[PROJECT]_Tasks.mdRequired

AI-readable task tracker. Keeps your assistant focused on priorities.

[PROJECT]_Context.md

Static project documentation - architecture, APIs, database schemas.

[PROJECT]_Decision_Log.md

Records architectural decisions and the reasoning behind them.

Deployment Levels

Lite

3 files - Quick start for small projects

  • • CLAUDE.md
  • • Session.md
  • • Tasks.md

Standard

5-8 files - Most projects

  • • All Lite files
  • • Context.md
  • • Decision_Log.md
  • • Activity_Log.md

Max

8+ files - Complex/team projects

  • • All Standard files
  • • Performance_Log.md
  • • Issue_Log.md
  • • Prompt_Library.md

Full Documentation

Complete guides, templates, and examples are available on GitHub.

View on GitHub