From design-system-ops-internal
Convert audit/validate findings into structured, estimated work items ready for a tracker — title, context, acceptance criteria, effort size, and a priority derived from each finding's severity. Triggers on 'turn these findings into tickets', 'make a backlog from the audit', 'generate work items', 'backlog from drift-detection'. Do NOT trigger for producing the findings themselves — run the relevant audit/validate skill first. Do NOT trigger for release messaging — use change-communication.
How this skill is triggered — by the user, by Claude, or both
Slash command
/design-system-ops-internal:backlog-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Takes the findings from any audit/validate report and turns them into work items a team can
Takes the findings from any audit/validate report and turns them into work items a team can pick up: each with enough context to act, acceptance criteria, an effort size, and a priority. It transforms findings; it does not generate them.
Reads (all optional): the source findings (pasted or from output.report_dir);
severity_overrides.
None.
Take findings with their evidence and severity. Group related ones into a single item where fixing them together is cheaper (e.g. all hardcoded colours in one feature folder).
file:line, counts) so the picker needs no archaeology.Order by priority, then by leverage (items that unblock others first — e.g. close an enforcement gap before hand-fixing its violations).
## Backlog — from <source report>
**Headline.** <N items; the P1 to start.>
### P1
**<title>**
- Context: `src/.../X.tsx:NN` — <evidence>
- Acceptance: [ ] <testable outcome>
- Effort: M
### P2 … P4
<same shape>
### Scope
- Source: <which report / findings>
- Assumed: priority mapped from severity; effort is a rough size
Group ruthlessly — ten "replace a hex" findings in one file is one ticket, not ten. And put the enforcement fix above the cleanup it prevents recurring.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
npx claudepluginhub quadrivia-ai/design-system-ops-internal --plugin design-system-ops-internal