From mateonunez-skills
Breaks plans, specs, or PRDs into vertical-slice tracer bullet issues for repo issue trackers. Iterates for approval then publishes with dependencies and labels.
npx claudepluginhub mateonunez/skillsThis skill uses the workspace's default tool permissions.
Break a plan into independently-grabbable issues using vertical slices (tracer bullets).
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
Break a plan into independently-grabbable issues using vertical slices (tracer bullets).
Assumes your repo has a CONTEXT.md (domain glossary) and docs/adr/ (decisions recorded). If not, run /setup-mateonunez-skills first. The issue tracker and triage label vocabulary come from setup.
Work from whatever is in conversation. If user passes an issue reference (number, URL, or path), fetch it and read the full body + comments.
If not already familiar, explore to understand current state. Issue titles should use domain glossary vocabulary and respect ADRs in the touched area.
Break the plan into tracer bullet issues — each is a thin vertical slice cutting through ALL layers end-to-end, not one horizontal layer.
Slices may be 'HITL' (human-in-the-loop, needs architectural decision or design review) or 'AFK' (can be merged without human interaction). Prefer AFK over HITL.
Vertical-slice rules:
Present the breakdown as a numbered list. For each slice, show:
Ask:
Iterate until user approves.
For each approved slice, publish a new issue using the template below. These are considered ready for AFK agents, so apply the correct triage label unless told otherwise.
Publish in dependency order (blockers first) so you can reference real issue identifiers in "Blocked by" field.
Issue template:
## Parent
A reference to the parent issue (if source was an existing issue, otherwise omit).
## What to build
Concise description of this vertical slice. Describe end-to-end behavior, not layer-by-layer implementation.
Avoid specific file paths or code snippets — they go stale. Exception: if a prototype produced a snippet encoding a decision more precisely than prose can (state machine, reducer, schema, type shape), inline it and note briefly it came from a prototype. Trim to decision-rich parts only.
## Acceptance criteria
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
## Blocked by
- A reference to the blocking ticket (if any)
Or "None - can start immediately" if no blockers.
Do NOT close or modify any parent issue.