# To Prd

> Turn current context into a PRD and publish it to issue tracker.

- Skill: `redpanda-data/to-prd` (Agent Skill)
- Install (CLI): `npx skillmds@latest add redpanda-data/to-prd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/redpanda-data/to-prd/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: redpanda-data (https://skillmd.com/u/redpanda-data)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/redpanda-data/to-prd

---


# To PRD

Synthesize current context into PRD. Do not interview unless blocked.

Issue tracker + triage labels should exist. If missing, ask which tracker and labels to use.

## Process

1. Explore repo if needed. Use domain glossary terms. Respect ADRs.
2. Sketch major modules to build/modify. Look for deep modules: small stable interface, rich impl, testable in isolation.
3. Confirm module/test focus with user.
4. Write PRD, publish to issue tracker, label `ready-for-agent`.

## PRD template

```md
## Problem Statement
User-facing problem.

## Solution
User-facing solution.

## User Stories
1. As an <actor>, I want <feature>, so that <benefit>.

## Implementation Decisions
Modules, interfaces, clarifications, architecture, schema/API contracts. No stale file paths. Prototype snippets allowed only if decision-rich.

## Testing Decisions
Good-test shape, modules tested, similar prior tests.

## Out of Scope
What not doing.

## Further Notes
Extra context.
```

