← 返回
开发者工具 中文

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.
使用 Markdown 文件为 AI 智能体提供项目管理功能。安装并使用 cairn CLI 创建项目、管理任务、跟踪状态,并通过 Markdown 文件共享工作区协调人机协作。
gregoryehill
开发者工具 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 2,100
下载
💾 27
安装
1
版本
#ai agents#automation#cli#collaboration#developer tools#kanban#latest#markdown#nodejs#npm#productivity#project management#task management#workflow

概述

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 counts
  • cairn my — Your assigned tasks
  • cairn active — All in-progress tasks
  • cairn doctor — Diagnose workspace health

Projects & Tasks

  • cairn create project "Name" --description "..." --objective "..." — Create a project with charter
  • cairn create task "Name" --project --description "..." --objective "..." — Create a task
  • cairn list tasks [--status pending,in_progress] [--project slug] — List tasks with filters
  • cairn search "keyword" — Find tasks by content

Task Workflow

  • cairn start — Begin work (sets in_progress)
  • cairn note "Progress update" — Add a status note
  • cairn artifact "Artifact Name" — Create a linked deliverable
  • cairn done — Finish work (moves to review or completed)
  • cairn block "Reason" — Mark as blocked

Maintenance

  • cairn update-skill — Refresh context files after CLI updates
  • cairn 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

pendingnext_upin_progressreviewcompleted (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 onboard first — it sets up everything the agent needs.
  • Use cairn my to 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.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-28 18:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,794
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,132
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,193