π¦ ClawHub
letcairn.work
by @gregoryehill
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.
TERMINAL
clawhub install cairn-cliπ About This Skill
name: cairn description: 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.
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
Core Commands
Workspace
cairn status β Overview with task countscairn my β Your assigned taskscairn active β All in-progress taskscairn doctor β Diagnose workspace healthProjects & Tasks
cairn create project "Name" --description "..." --objective "..." β Create a project with chartercairn create task "Name" --project --description "..." --objective "..." β Create a taskcairn list tasks [--status pending,in_progress] [--project slug] β List tasks with filterscairn search "keyword" β Find tasks by contentTask Workflow
cairn start β Begin work (sets in_progress)cairn note "Progress update" β Add a status notecairn artifact "Artifact Name" β Create a linked deliverablecairn done β Finish work (moves to review or completed)cairn block "Reason" β Mark as blockedMaintenance
cairn update-skill β Refresh context files after CLI updatescairn upgrade β Update CLI to latest versionWorkspace 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:
reviewcompletedTips
cairn onboard first β it sets up everything the agent needs.cairn my to see your current workload at a glance.cairn artifact) create linked deliverables stored with the project.π Tips & Best Practices
cairn onboard first β it sets up everything the agent needs.cairn my to see your current workload at a glance.cairn artifact) create linked deliverables stored with the project.