๐ŸŽฏ

to-prd

๐ŸŽฏSkill

from mattpocock/skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add mattpocock/skills --skill to-prd
skills.sh Installโš  Installs to .agents/skills/
$npx skills add mattpocock/skills --skill to-prd
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/to-prd/SKILL.md
VibeIndex|
What it does
|

A skill that turns the current conversation context and codebase understanding into a structured PRD (Product Requirements Document) and submits it as a GitHub issue, with modular architecture and user story generation.

Overview

A skill from Matt Pocock's "Skills For Real Engineers" collection that transforms the current conversation context and codebase understanding into a structured PRD (Product Requirements Document) and submits it as a GitHub issue. It captures the decisions and requirements discussed during a grilling session and formalizes them into a modular architecture breakdown with user stories, making sure nothing gets lost between the planning phase and implementation.

Key Features

  • Converts conversation context and codebase analysis into a structured PRD format
  • Automatically submits the PRD as a GitHub issue for tracking and team visibility
  • Generates modular architecture breakdowns and user stories from the discussion
  • Composes with other skills in the toolkit: use after /grill-me or /grill-with-docs to formalize decisions
  • Works with any coding agent model and follows the engineering-first, developer-controlled philosophy

Who is this for?

  • Engineers who want to capture the output of a planning or grilling session as a formal, trackable document
  • Tech leads who use AI agents for requirements gathering and need structured PRDs submitted to GitHub for team review
  • Teams that want a seamless flow from brainstorming with an AI agent to a formal issue tracked in their project management system
๐Ÿ“ฆ

Same repository

mattpocock/skills(55 items)

to-prd

SKILL.md

364,756Installs
-
AddedApr 17, 2026

More from this repository10

๐ŸŽฏ
grill-me๐ŸŽฏSkill

Interviews the user relentlessly about every aspect of a plan or design until reaching shared understanding, resolving each branch of the decision tree one by one. Provides recommended answers for each question and explores the codebase when answers can be found there.

๐ŸŽฏ
grill-with-docs๐ŸŽฏSkill

A skill that runs a grilling session to challenge your plan against an existing domain model, sharpen terminology by building a shared language in CONTEXT.md, and document architectural decisions in ADRs before coding begins.

๐ŸŽฏ
improve-codebase-architecture๐ŸŽฏSkill

An agent skill from Matt Pocock's engineering toolkit that helps improve your codebase architecture. Part of a composable skill set designed to fix common AI coding agent failure modes through structured, experience-based workflows.

๐ŸŽฏ
tdd๐ŸŽฏSkill

Enforces test-driven development with a strict red-green-refactor loop using vertical slices (one test then one implementation at a time), emphasizing behavior verification through public interfaces rather than implementation-coupled testing.

๐ŸŽฏ
setup-matt-pocock-skills๐ŸŽฏSkill

Initial setup skill for Matt Pocock's engineering skills collection that configures your backlog manager, triage labels, and documentation paths for AI coding agents.

๐ŸŽฏ
handoff๐ŸŽฏSkill

A collection of small, composable engineering skills designed for real development workflows, featuring grilling sessions for requirement alignment, issue tracking integration, and task triage with customizable labels.

๐ŸŽฏ
triage๐ŸŽฏSkill

A composable skill for triaging issues and tickets using configurable labels, designed to fix common failure modes in AI coding agents by providing structured backlog management workflows.

๐ŸŽฏ
teach๐ŸŽฏSkill

A collection of composable engineering skills by Matt Pocock designed to fix common AI coding agent failure modes: misalignment via grilling sessions, verbosity through shared domain language (CONTEXT.md), code quality with TDD red-green-refactor loops, and codebase entropy with architecture improvement workflows.

๐ŸŽฏ
grilling๐ŸŽฏSkill

A model-invoked productivity skill that interviews users relentlessly about a plan or design until every branch of the decision tree is resolved. It serves as the reusable interview loop behind the grill-me and grill-with-docs skills.

๐ŸŽฏ
domain-modeling๐ŸŽฏSkill

A model-invoked engineering skill that actively builds and sharpens a project's domain model by challenging terms against the glossary, stress-testing with edge-case scenarios, and updating CONTEXT.md and ADRs inline.