From nickcrew-claude-ctx-plugin
Manages tasks via Backlog.md CLI: file deferred issues, audit findings, or work assigned tasks with priority/labeling system. Optimized for agent workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nickcrew-claude-ctx-plugin:backlog-mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Task tracking system optimized for agent workflows via Backlog.md CLI.
Task tracking system optimized for agent workflows via Backlog.md CLI.
File P2-P4 issues discovered during implementation. Use label remediation for deferred review findings.
Create structured issues from security/audit reviews. Link dependencies and assign to milestones.
priority-review)Read task fully, understand all fields, follow acceptance criteria and definition of done.
backlog task edit 42 -s "In Progress" -a @myselfbacklog task edit and backlog task create only. Never edit files directly.--plain flag when reading: backlog task 42 --plain, backlog task list --plain| Scenario | Include Plan? | Reason |
|---|---|---|
| Deferred review issues | ✅ YES | You have audit/review context now |
| Reporting found issues | ❌ NO | Implementer will plan when they work it |
| Explicitly asked to plan work | ✅ YES (detailed) | Required per instruction |
| Regular task work | After claiming, before coding | Don't add at creation, add after starting |
Never update an existing plan unless explicitly instructed.
Unsure about P0-P1? Label with priority-review and let user decide.
# Create issue (required: title, type label, priority)
backlog task create "Title" -d "Description" -l bug -p 2 --ac "AC 1"
# Work a task
backlog task edit 42 -s "In Progress" -a @myself
backlog task 42 --plain # Read everything
backlog task edit 42 --check-ac 1 # Mark AC complete
backlog task edit 42 --append-notes "Progress here"
backlog task edit 42 --final-summary "PR description"
backlog task edit 42 -s Done
# Search and filter
backlog task list -s "To Do" --plain
backlog search "topic" --plain
See references/cli-reference.md for complete command reference.
See references/priority-labels.md for priority and labeling guidelines.
See references/issue-creation-guide.md for detailed issue creation patterns.
npx claudepluginhub nickcrew/claude-cortexManages backlog items synced to GitHub Issues via MCP tools. Create, list, view, update, close, resolve, groom, and sync without direct file edits.
Manages backlog items across GitHub Issues, Linear, and Beads backends via unified CREATE/LIST/UPDATE/COMPLETE operations. Configure task_management in .agents.yml for team workflows with dependencies.
Manages project backlog in a structured markdown file with ID conventions, status tracking, and priority sections. Helps add, update, and prioritize backlog items on request.