By ether-moon
Backlog.md task management workflow — setup, operating conventions, and guided task authoring.
Apply Backlog.md operating conventions — when to create a backlog task vs a todo list vs nothing, treating tasks as design documents, decisions/ acceptance authority, and multi-task PR grouping. Use this whenever the user is creating, editing, splitting, or reviewing backlog tasks or decisions, or when an agent must decide whether work belongs in a tracked task at all.
Install and configure Backlog.md (https://github.com/MrLesk/Backlog.md) in the current repository as the single source of truth for tasks. Use this whenever the user wants to adopt Backlog.md, set up task management, introduce a backlog/ directory, register the backlog MCP server, or migrate from ad-hoc TODO files to a tracked task system. Idempotent — safe to run on a partially configured repo.
Create a Backlog.md task as both a tracking item and a design document — Description, Acceptance Criteria, Implementation Plan, Alternatives table, and Open Questions. Use this whenever the user asks to create a backlog task, add a TASK, file work into the backlog, or document a non-trivial planned change. Pairs with the conventions skill (when to create vs not) and the setup skill (initial install).
A Claude Code plugin that wraps Backlog.md into a reusable task management workflow.
Three skills that cover the full lifecycle:
| Skill | Purpose |
|---|---|
setup | Idempotent installer for Backlog.md in a target repository — registers the mise tool, the MCP server, the .gitignore line, and injects an AGENTS.md section without overwriting existing directives. |
conventions | Operating wisdom — when to create a backlog task vs a todo list, treating tasks as design documents, decisions/ acceptance authority, and multi-task PR grouping. |
task-create | Guided authoring of a single task with Description, Acceptance Criteria, Implementation Plan, Alternatives table, and Open Questions. |
Plus a backlog-md-workflow CLI with diagnostic and install helpers (status, check, install-public-registry, init-safe).
Backlog.md is a great tool but it leaves several decisions to you:
drafts/ idea. The conventions skill is the decision rule.backlog task create produces an empty stub. The task-create skill writes the body in one shot — Description, AC, Plan, Alternatives, Open Questions — so the task functions as its own design document.backlog init's interactive wizard auto-generates AGENTS.md, CLAUDE.md, and .cursorrules. The setup skill runs it with the safe flag combo that disables the auto-generation, then injects a single ## Task Management section into the existing AGENTS.md.Add to your .claude/settings.json:
{
"extraKnownMarketplaces": {
"ether-moon-skills": {
"source": {
"source": "github",
"repo": "ether-moon/ether-moon-skills"
}
}
},
"enabledPlugins": {
"backlog-md-workflow@ether-moon-skills": true
}
}
Restart Claude Code so the marketplace and plugin register.
In any repository where you want Backlog.md:
/backlog-md-workflow:setup
After setup, in day-to-day work the skills auto-trigger:
conventionstask-creategit clone https://github.com/ether-moon/ether-moon-skills
cd ether-moon-skills
bash tests/all.sh
The test suite validates plugin structure, JSON files, skill frontmatter, the CLI, and asset presence.
Extracted from the fame repository's Backlog.md adoption (PR #137). The conventions skill content was originally a .ai/memories/task_management.md file in fame, distilled by the guarding-agent-directives 5-question gate so only the recurring, non-obvious, project-portable items survived.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ether-moon/backlog-md-workflow --plugin backlog-md-workflowherb-language-server support for .erb and .herb files
A knowledge distillation system that delivers only verified knowledge to AI coding agents. 3-layer architecture with convention-based air gap.
7 skills (1 gateway + 6 specialists) for building Rails frontend with Hotwire — Turbo Drive, Turbo Frames, Turbo Streams, Stimulus, view transitions, forms, media, and native bridge.
Autonomous product development loop — AI agent team that cycles through spec, implement, validate, and self-correct
Backlog.md task management workflow — setup, operating conventions, and guided task authoring.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows