From frontend-skills
Synthesizes current conversation context into a Product Requirements Document and publishes it to an issue tracker with labels.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-skills:to-prdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Synthesize current context into PRD. Do not interview unless blocked.
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.
ready-for-agent.## 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.
npx claudepluginhub redpanda-data/ui-harness --plugin frontend-skillsSynthesizes conversation context and codebase into a structured PRD with user stories, modules, testing plans, then publishes to project issue tracker. Use for creating PRDs from discussions.
Synthesizes conversation and codebase context into a structured PRD and publishes it to the project issue tracker.
Generates a PRD from the current conversation context and codebase understanding, then publishes it to the project's issue tracker (GitHub, GitLab, or local) after user confirmation.