letcairn.work
/install cairn-cli
Cairn — AI-Native Project Management
Cairn gives you and your AI agent a shared workspace of markdown files for managing projects and tasks. Statuses are the shared language. Any AI that can read files is ready to go.
Installation
npm install -g cairn-work
cairn onboard
cairn onboard creates ~/cairn/ with auto-generated context files (AGENTS.md and .cairn/planning.md) that agents read automatically.
Community
- Follow @letcairnwork on X
- Visit letcairn.work
- Submit issues
- Join the discussion
Core Commands
Workspace
cairn status— Overview with task countscairn my— Your assigned taskscairn active— All in-progress taskscairn doctor— Diagnose workspace health
Projects & Tasks
cairn create project "Name" --description "..." --objective "..."— Create a project with chartercairn create task "Name" --project \x3Cslug> --description "..." --objective "..."— Create a taskcairn list tasks [--status pending,in_progress] [--project slug]— List tasks with filterscairn search "keyword"— Find tasks by content
Task Workflow
cairn start \x3Ctask-slug>— Begin work (setsin_progress)cairn note \x3Ctask-slug> "Progress update"— Add a status notecairn artifact \x3Ctask-slug> "Artifact Name"— Create a linked deliverablecairn done \x3Ctask-slug>— Finish work (moves torevieworcompleted)cairn block \x3Ctask-slug> "Reason"— Mark as blocked
Maintenance
cairn update-skill— Refresh context files after CLI updatescairn upgrade— Update CLI to latest version
Workspace Structure
~/cairn/
AGENTS.md # Agent context (auto-generated)
.cairn/planning.md # Planning guide (auto-generated)
projects/
project-slug/
charter.md # Why, success criteria, context
artifacts/ # Deliverables (design docs, proposals, etc.)
tasks/ # Individual task markdown files
inbox/ # Ideas to triage
memory/ # Workspace memory
Statuses
pending → next_up → in_progress → review → completed (or blocked at any point)
Autonomy Levels
Set per-task to control how much the agent can do:
- propose — Agent plans only, finishes in
review - draft — Agent does work, you approve before shipping
- execute — Full autonomy, finishes as
completed
Tips
- Run
cairn onboardfirst — it sets up everything the agent needs. - Use
cairn myto see your current workload at a glance. - Artifacts (
cairn artifact) create linked deliverables stored with the project. - All data is plain markdown with YAML frontmatter — version control friendly.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cairn-cli - After installation, invoke the skill by name or use
/cairn-cli - Provide required inputs per the skill's parameter spec and get structured output
What is letcairn.work?
Project management for AI agents using markdown files. Install and use the cairn CLI to create projects, manage tasks, track status, and coordinate human-AI collaboration through a shared workspace of markdown files. It is an AI Agent Skill for Claude Code / OpenClaw, with 1609 downloads so far.
How do I install letcairn.work?
Run "/install cairn-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is letcairn.work free?
Yes, letcairn.work is completely free (open-source). You can download, install and use it at no cost.
Which platforms does letcairn.work support?
letcairn.work is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created letcairn.work?
It is built and maintained by gregoryehill (@gregoryehill); the current version is v1.0.2.