PRD to Ticket Agent Skill

Skill v1.0.0

PRD to Ticket Agent Skill

Product Workflow
Claude CodeCursorJiraLinearπŸ”Œ MCP-ready
Health 80/100 β–² 0 πŸ“‹ 0 copies

Trigger Phrase

Use the PRD to Ticket Agent Skill skill

Prompt

259 words
# SKILL: PRD to Ticket Agent Skill

## Purpose
Convert a PRD into implementation-ready tickets with acceptance criteria, dependencies, risk notes, and test expectations.

## When to Use
Use this when the user needs to: Convert a PRD into implementation-ready tickets with acceptance criteria, dependencies, risk notes, and test expectations. It is designed for repeatable agent or automation work, not one-off fluffy prompting.

## Inputs Required
- PRD
- Target tracker
- Engineering constraints
- Definition of done
- Release deadline

## Workflow
1. Identify user stories and non-functional requirements
2. Split into vertical slices
3. Create acceptance criteria and edge cases
4. Flag dependencies and unknowns
5. Hold ticket creation for approval

## Output Format
Ticket backlog with title, description, acceptance criteria, dependency, and test note.

## Quality Rules
- Ground every claim in supplied inputs or clearly mark it as an assumption.
- Prefer specific fields, examples, and decision points over generic advice.
- Include a test command and pass criteria so the skill can be evaluated.
- Keep the output usable by a human first and automation-ready second.

## Guardrails
- Do not send emails, publish posts, contact leads, change calendars, spend money, delete data, or alter production systems without explicit human approval.
- Do not invent facts, private details, legal claims, prices, or external data.
- For web or profile research, use current sources and separate evidence from inference.
- For connected tools, use the minimum permission needed and log the action taken.

## Test Command
Run this skill on a simple example for PRD to Ticket Agent Skill and return the expected output structure plus any missing inputs.

Before & After

❌ Without this prompt

Make me an automation for prd to ticket agent skill.

βœ… With this prompt

Use the PRD to Ticket Agent Skill skill. Inputs: goal, systems, data fields, approval owner, and definition of done. Return the workflow, tests, guardrails, and approval checkpoint.

Install Instructions

Copy the body into Prompt Hub as a skill. For Agent Skills, save as SKILL.md or paste into the target agent/project. For n8n/Make/Voiceflow, use this as the build blueprint before importing any third-party JSON.

Test It

Test command:
Run PRD to Ticket Agent Skill with a tiny dummy case and verify it returns the declared output format, missing-input warnings, guardrails, and pass criteria.
Expected output:
Ticket backlog with title, description, acceptance criteria, dependency, and test note.
Pass criteria:
  • Passes when the output is specific, complete, safe, testable, approval-aware where needed, and immediately usable with light editing.

⚠️ Guardrails

  • Human approval is required before external sends, publishing, destructive changes, spending money, calendar booking, CRM updates that change customer status, or production system changes. Use least-privilege tool access.

πŸ“ Context File Tip

Source context: Sabrina Ramonov describes agents.sabrina.dev as a free library of AI agents and automations, including n8n and Make templates. Related source: https://agentskills.io/home. Agent-skill structure context: https://agentskills.io/home. Security context: https://arxiv.org/abs/2510.26328.

⚑ Automation

Claude Code|Cursor|Jira|Linear

πŸ”Œ MCP-compatible
πŸ’‘ Suggest an improvement