backlog-md
Installation
SKILL.md
Backlog.md
Use the backlog CLI as the source of truth for project tasks, docs, decisions, and board state.
Non-negotiable rules
- Use
backlog ...commands for every task change. Do not editbacklog/tasks/*.mddirectly. - Use
--plainwhen reading task, list, or search output for agent-friendly text. - Read task files directly only as a fallback. Never write them directly.
- Create and update docs through
backlog doc ...so frontmatter and paths stay valid. - Document paths are relative to
backlog/docs/. Do not use absolute paths or...