plugins/v1tamins/skills/v1-prd/SKILL.md
Use when writing a PRD from a Linear ticket or feature request. Triggers on "write PRD", "create requirements doc", "PRD from ticket".
npx skillsauth add v1-io/v1tamins v1-prdInstall 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.
Write a concise, implementation-ready PRD from a Linear ticket or project.
Typical invocations:
/v1-prd <LINEAR_TICKET_ID>v1-prd from the skills menu or use $v1-prd <LINEAR_TICKET_ID>Examples:
/v1-prd ABC-123
/v1-prd https://linear.app/your-team/issue/ABC-123
In Codex, the slash examples below map directly to $v1-prd ....
Creates a Product Requirements Document with these sections:
# [Title]
## Description
[Clear summary of what we're building and why]
## Features
- Feature 1
- Feature 2
## Acceptance Criteria
- [ ] Testable criterion 1
- [ ] Testable criterion 2
## Technical Requirements
- Backend: [specifics]
- Frontend: [specifics]
- Database: [specifics]
## UI/UX Requirements
- [Design specifications]
- [User flows]
## Dependencies
- [External dependencies]
- [Internal dependencies]
## Risks
- [Technical risks]
- [Timeline risks]
## References
[Images with captions if applicable]
development
Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for large prs, new features/architectures, a deep code quality audit, or especially harsh maintainability review.
testing
Commit, push, open, and land a pull request through CI handoff. Use when work is complete and the user wants an agent to create or update a PR, open it as a draft, monitor GitHub checks with `gh pr checks`, fix failed checks, retry up to three remediation pushes, mark the PR ready for review once green, and move a linked Linear ticket to Human Review when one exists. Trigger on requests like 'land this PR', 'open and monitor a PR', 'commit push and watch CI', 'get this ready for review', or 'finish the PR workflow'.
development
Use when reviewing a PR, reviewing the current branch, or posting code review feedback to GitHub. Triggers on "review this PR", "code review", "check this pull request", "review my branch", "review and fix".
development
Use when a plan, PRD, proposal, or implementation outline is overscoped, too ambitious for the immediate goal, or needs to be reduced to a bare-bones version. Triggers on "bare bones", "no damn whistles", "no bells and whistles", "strip this plan", "trim this plan", "scope creep", "descope this plan", "MVP only".