Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add adam-s-k-i/super-backlog --skill spec-to-backloggit clone --depth 1 https://github.com/adam-s-k-i/super-backlogWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/adam-s-k-i/super-backlog/spec-to-backlog)<a href="https://agentmods.dev/skills/adam-s-k-i/super-backlog/spec-to-backlog"><img src="https://agentmods.dev/badge/skills/adam-s-k-i/super-backlog/spec-to-backlog/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/adam-s-k-i/super-backlog/spec-to-backlog"><img src="https://agentmods.dev/badge/skills/adam-s-k-i/super-backlog/spec-to-backlog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.00463 |
| Opus 5 | $0.00030 | $0.00231 |
| Sonnet 5 | $0.00012 | $0.00093 |
| Haiku 4.5 | $0.00006 | $0.00046 |
Grade A, and why
spec-to-backlog scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Spec → Backlog: turn plan units into tracked tasks
Bridge between Superpowers (brainstorming, writing-plans) and Backlog.md.
When this skill runs
- After an approved design doc (end of brainstorming), BEFORE implementing.
- After writing-plans, to materialize plan units as tasks.
- When the user asks to split work into tasks.
Procedure
- Read
backlog instructions overviewandbacklog instructions task-creationfirst. - Decompose: every plan unit becomes ONE task, small enough for one session/PR.
- Create per task:
backlog task create "Title" -d "<goal/context>" --ac "<criterion 1>" --ac "<criterion 2>" --type feature --labels feature,phase/spec --ref "<path/to/plan-doc>"
- Dependencies: --dep TASK-y (order follows the plan).
- Larger efforts: backlog milestone add
"<Name>", attach via -m. - Reference the plan doc via --ref; NEVER copy it into the task.
- Never set --plan or --notes at create time — those belong to the "task started" checkpoint after codebase research.
- Every created task starts at
phase/spec. Later phase changes happen only viasbl phase <id> <phase>at gate passages — never by editing labels manually. - STOP at the review gate: the human reviews specs and acceptance criteria (backlog board / backlog browser / project dashboard) before any code exists.
Boundaries
- Never hand-edit task markdown; use the backlog CLI exclusively.
- No code, no worktrees, no status changes inside this skill.
- Phase labels are set with creation and advanced only via
sbl phase. - Project-specific human-gate topics get their own tasks with an explicit review gate.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago Changed · +2 lines a2f3ffd9006c
- 11d ago First seen · 34 lines · 61 tokens per session scan A f4603a9eb569
spec-to-backlog is a skill published in the GitHub repository adam-s-k-i/super-backlog (2 stars, last pushed 2d ago), licensed MIT. It adds 61 tokens to every session and 463 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
link-ticket-to-session
Link the current Claude Code session to a ticket (Linear, Jira, GitHub Issues, or GitHub Pull Requests) and cache its title/status in karma. Use when the user explicitly asks to link, attach, associate, or connect this session to a ticket, issue, or PR — e.g. "/link-ticket-to-session ABC-123", "link this session to…
git-workflow
Branching strategies, conventional commits, PR templates, and merge vs rebase guidance. Activate when starting features, creating PRs, or managing releases.
ratchet-recommend
Turn a ratchet BACKLOG.md + Ledger into a prioritized, model-routed execution plan (ratchet/NEXT.md) — what to do next, who should do each item (an autonomous cheap model, a supervised cheap model, a senior model, or a human decision), in what order, and with what verification. Read-only. Changes no code, no items, no…
planning-and-task-breakdown
Use when a spec or requirements exist and need to be broken into verifiable tasks with acceptance criteria. Explicit decomposition into tasks with clear definitions of done. Distinct from writing-plans which is output-focused.
traction-eos
Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…
promote-idea
Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says "promote [idea title]", "turn idea into album", or "start working on [idea]".