CATMS
Description
Coding Agents Team Management System — multi-agent workflow template with Linear, Obsidian, OpenSpec, and Cursor/Claude Code rules
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CATMS — Coding Agents Team Management System
A drop-in workflow template for teams building with multiple AI coding agents (Cursor, Claude Code) alongside humans.
**The problem:** AI agents are stateless. Every new session forgets everything. When two agents and a human work on the same codebase, work gets duplicated, context is lost, and nobody knows who did what.
**CATMS solves this** with a lightweight local workflow:
- Local Trackers (
tasks.md,sprint.md,decision.md) are the single source of truth for tasks, ownership, state, and design decisions - CAMS RAG is the cross-agent memory — a local, lightweight semantic memory layer running as an MCP server with pluggable embedding providers (OpenAI, Voyage, Ollama) and flat file storage (
memory.ndjson) AGENTS.mdis the single canonical rules file — read natively by Cursor, Google Antigravity, Codex, and Windsurf;CLAUDE.mdimports it for Claude Code- OpenSpec gives every feature a paper trail before any code is written
docs/BRANCHING.mdties every branch to a task ID, with a CAMS-backed collision check before you cut one and adepends_on/blocks_onmechanism for real cross-task dependencies — single-stage (feat→main) or two-stage (feat→dev→main), chosen atcatms initdocs/SPRINT-WORKFLOW.mdgroups multi-task/multi-repo initiatives insprint.md, with a single-active-sprint WIP limit- Seven Claude Code skills (
task-kickoff,sprint-planning,pr-checks-loop,sprint-close,project-adoption,session-sync,architecture-diagram) turn the docs above into runnable checklists — including a first-run pass that seeds the trackers from an existing codebase, a proactive end-of-session sync so nothing gets forgotten, and a grounded Mermaid architecture diagram saved into the repo
Multi-agent support
`AGENTS.md` is the canonical standard — Cursor and Google Antigravity read it live off disk every session, no setup required. Claude Code doesn't re
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Workflow BundlesREADME
Workflow Bundles
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity