skills/linear-story/SKILL.md
Format a structured story spec into a Linear-ready issue. Used by the product-manager agent to produce the final Linear output — do not gather requirements here, just format them. Also invocable directly when someone says "format this for Linear", "create a Linear issue for this", "write this up as a Linear ticket", or "turn this spec into a Linear story".
npx skillsauth add maestria-co/ai-playbook linear-storyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Receive a structured story spec and format it as a well-formed Linear issue. This skill is a formatter only — it does not gather requirements, research the codebase, or make technical decisions. Those steps belong to the product-manager agent upstream.
A structured spec containing some or all of:
If any of these are missing, format what is available and note the gaps in the output's Open Questions section.
Produce a single Markdown block structured for Linear (or save as story.md).
Linear uses structured issue fields plus a Markdown description.
**Title:**
[Action verb] + [outcome] — e.g. "Add date filter to order history"
**Team:** [leave blank — to be assigned]
**Assignee:** [leave blank]
**Priority:** [Urgent / High / Medium / Low / No priority]
**Estimate:** [story points or T-shirt: XS/S/M/L/XL — if known]
**Cycle/Sprint:** [leave blank — set in planning]
**Labels:** [feature area, component, or type labels]
**Status:** Backlog
---
**Description:**
### Story
As a [specific persona],
I want [goal],
So that [measurable benefit]
### Problem Statement
[What problem this solves and why it matters]
### Acceptance Criteria
- [ ] Given [context], when [action], then [result]
- [ ] Given [context], when [action], then [result]
- [ ] Given [context], when [action], then [result]
[Mark any inferred AC with `(inferred — pending PO confirmation)`]
### Technical Notes
- Affected Components: [list]
- API Changes: [list or "None"]
- Data Model Changes: [list or "None"]
- Key Files: [list]
- Cross-Cutting Concerns: [auth, caching, events — or "None"]
- Complexity Estimate: [S / M / L / XL]
### Dependencies
- Blocking Issues: [Linear issue IDs or "None"]
- Required Resources: [list or "None"]
- Approvals Needed: [list or "None"]
### Open Questions
- Q: [question] — Owner: [PO / Tech Lead / etc.] — Assumed: [assumption made]
bug, feature, backend, frontend) —
suggest appropriate labels based on the technical notes> blockquotes for callouts — use them to highlight blockers or key decisionsdevelopment
Writes and runs a test suite for a piece of code, covering happy path, edge cases, error cases, and security cases. Use when: implementation is complete and needs test coverage, a bug needs a reproduction test and fix validation, or code needs coverage before a refactor. Do not use when: the code under test is not yet implemented, or the spec is still unclear.
testing
Use when creating a new skill, editing an existing skill, or helping a user author a skill for this system. Covers structure, discoverability, quality, and discipline hardening.
development
Evidence-based verification process to run before marking any task complete. Use this skill every time you're about to report that work is done — for features, bug fixes, refactoring, or any code change. This catches the most common failure mode: declaring "done" without proof. If you're finishing up and about to tell the user the task is complete, run this checklist first.
development
Teaches agents how to discover, select, and invoke skills from the skill library. Use this skill whenever you're uncertain which skill applies to a task, when composing multiple skills for complex work, or when you need to understand what skills are available. This is your go-to when facing an ambiguous task and need to figure out the right approach before diving into implementation.