Expert knowledge for working with Backlog.md task management. Use when managing tasks, organizing epics, handling dependencies, or tracking project progress...
Expert guidance for managing projects with Backlog.md - a markdown-native task manager with MCP support.
backlog/tasks/task-<id> - <title>.md-p <parent-id>backlog task create "Title" [options]
backlog task edit <id> [options]
backlog task <id> # View task
backlog task list [filters] # List tasks
backlog task archive <id> # Archive completed task
--desc, -d Description
--status, -s Task status
--priority high/medium/low
--labels, -l Comma-separated labels
--assignee, -a @username
--ac Acceptance criteria (repeatable)
--dep Dependencies (task-1,task-2)
--plan Implementation plan
--notes Implementation notes
--append-notes Add to existing notes
-p Parent task ID (for subtasks)
backlog board # Interactive Kanban board
backlog board export # Export to markdown
backlog search "query" # Fuzzy search tasks
backlog overview # Project statistics
--ac "Criterion" # Add criterion
--check-ac 1 # Mark #1 complete
--uncheck-ac 2 # Mark #2 incomplete
--remove-ac 3 # Remove criterion
backlog search "<keywords>"Use ANSI-C quoting for newlines:
backlog task edit <id> --notes $'Line 1\nLine 2\n\nParagraph 2'
When MCP is available, use backlog tools directly:
backlog.task_create - Create tasksbacklog.task_update - Update tasksbacklog.task_list - List tasksbacklog.acceptance_criteria_check - Check criteriabacklog.implementation_notes_append - Add notesbacklog.dependencies_add - Add dependencies