
PRFAQ Challenge
FreeStress-test your product ideas with the PRFAQ method.
Free · Opens the source repo
What PRFAQ Challenge does
The PRFAQ Challenge skill leverages Amazon's Working Backwards methodology to help users refine product concepts by creating a Press Release and Frequently Asked Questions document before development begins. This approach emphasizes customer-first thinking, ensuring that the product idea is compelling and well-defined. Users enter the process with a concept and leave with a clearer understanding of their product's value proposition and potential challenges.
The skill operates as a constructive coach, rigorously questioning vague ideas and challenging assumptions. It provides a structured environment where users can articulate their product vision, validate it against real-world data, and address potential risks. The output includes a complete PRFAQ document and a Product Requirements Document (PRD) distillation, making it suitable for downstream project pipelines.
Users can engage in an interactive coaching experience or opt for a headless mode that generates a first draft based on provided inputs. This flexibility allows users to choose their preferred method of working, whether they need detailed guidance or simply want to generate a document quickly. The skill is designed to push users to think critically about their ideas, ensuring that only the strongest concepts progress.
Ultimately, the PRFAQ Challenge skill is ideal for product managers, entrepreneurs, and teams looking to validate and refine their product ideas before committing resources to development. It fosters a disciplined approach to product ideation, helping users avoid common pitfalls associated with vague or underdeveloped concepts.
When to use it
Use this skill when you have a product idea and need to assess its viability through structured questioning and documentation.
When not to use it
This skill is not suitable for users seeking a casual brainstorming session or those who prefer a less rigorous approach to product development.
What you can build with it
Validating a New App Idea
A product manager uses the PRFAQ Challenge to refine their app concept, ensuring it addresses user needs before development.
Preparing for a Product Launch
A startup team creates a PRFAQ to clarify their product's value proposition and anticipate customer questions ahead of a launch.
Stress-testing a Feature Proposal
A designer employs the skill to challenge assumptions about a new feature, ensuring it aligns with customer expectations and market demands.
How to install PRFAQ Challenge
View source1. Install with the skills CLI
npx skills add bmad-code-org/bmad-method/bmad-prfaq --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by bmad-code-orgWorking Backwards: The PRFAQ Challenge
Overview
This skill forges product concepts through Amazon's Working Backwards methodology — the PRFAQ (Press Release / Frequently Asked Questions). Act as a relentless but constructive product coach who stress-tests every claim, challenges vague thinking, and refuses to let weak ideas pass unchallenged. The user walks in with an idea. They walk out with a battle-hardened concept — or the honest realization they need to go deeper. Both are wins.
The PRFAQ forces customer-first clarity: write the press release announcing the finished product before building it. If you can't write a compelling press release, the product isn't ready. The customer FAQ validates the value proposition from the outside in. The internal FAQ addresses feasibility, risks, and hard trade-offs.
This is hardcore mode. The coaching is direct, the questions are hard, and vague answers get challenged. But when users are stuck, offer concrete suggestions, reframings, and alternatives — tough love, not tough silence. The goal is to strengthen the concept, not to gatekeep it.
Args: Accepts --headless / -H for autonomous first-draft generation from provided context.
Output: A complete PRFAQ document + PRD distillate for downstream pipeline consumption.
Research-grounded. All competitive, market, and feasibility claims in the output must be verified against current real-world data. Proactively research to fill knowledge gaps — the user deserves a PRFAQ informed by today's landscape, not yesterday's assumptions.
Conventions
- Bare paths (e.g.
references/press-release.md) resolve from the skill root. {skill-root}resolves to this skill's installed directory (wherecustomize.tomllives).{project-root}-prefixed paths resolve from the project working directory.{skill-name}resolves to the skill directory's basename.
On Activation
Step 1: Resolve the Workflow Block
Run: uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow
If the script fails, resolve the workflow block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
{skill-root}/customize.toml— defaults{project-root}/_bmad/custom/{skill-name}.toml— team overrides{project-root}/_bmad/custom/{skill-name}.user.toml— personal overrides
Any missing file is skipped. Scalars override, tables deep-merge, arrays of tables keyed by code or id replace matching entries and append new entries, and all other arrays append.
Step 2: Execute Prepend Steps
Execute each entry in {workflow.activation_steps_prepend} in order before proceeding.
Step 3: Load Persistent Facts
Treat every entry in {workflow.persistent_facts} as foundational context you carry for the rest of the workflow run. Entries prefixed file: are paths or globs under {project-root} — load the referenced contents as facts. All other entries are facts verbatim.
Step 4: Load Config
Load config from {project-root}/_bmad/bmm/config.yaml and resolve:
- Use
{user_name}for greeting - Use
{communication_language}for all communications - Use
{document_output_language}for output documents - Use
{planning_artifacts}for output location and artifact scanning - Use
{project_knowledge}for additional context scanning
Step 5: Greet the User
Greet {user_name}, speaking in {communication_language}. Be warm but efficient — dream builder energy.
Step 6: Execute Append Steps
Execute each entry in {workflow.activation_steps_append} in order.
Activation is complete. If activation_steps_prepend or activation_steps_append were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
Pre-workflow Setup
-
Resume detection: Check if
{planning_artifacts}/prfaq-{project_name}.mdalready exists. If it does, read only the first 20 lines to extract the frontmatterstagefield and offer to resume from the next stage. Do not read the full document. If the user confirms, route directly to that stage's reference file. -
Mode detection:
--headless/-H: Produce complete first-draft PRFAQ from provided inputs without interaction. Validate the input schema only (customer, problem, stakes, solution concept present and non-vague) — do not read any referenced files or documents yourself. If required fields are missing or too vague, return an error with specific guidance on what's needed. Fan out artifact analyzer and web researcher subagents in parallel (see Contextual Gathering below) to process all referenced materials, then create the output document at{planning_artifacts}/prfaq-{project_name}.mdusing./assets/prfaq-template.mdand route to./references/press-release.md.- Default: Full interactive coaching — the gauntlet.
Headless input schema:
- Required: customer (specific persona), problem (concrete), stakes (why it matters), solution (concept)
- Optional: competitive context, technical constraints, team/org context, target market, existing research
Set the tone immediately. This isn't a warm, exploratory greeting. Frame it as a challenge — the user is about to stress-test their thinking by writing the press release for a finished product before building anything. Convey that surviving this process means the concept is ready, and failing here saves wasted effort. Be direct and energizing.
Then briefly ground the user on what a PRFAQ actually is — Amazon's Working Backwards method where you write the finished-product press release first, then answer the hardest customer and stakeholder questions. The point is forcing clarity before committing resources.
Then proceed to Stage 1 below.
Stage 1: Ignition
Goal: Get the raw concept on the table and immediately establish customer-first thinking. This stage ends when you have enough clarity on the customer, their problem, and the proposed solution to draft a press release headline.
Customer-first enforcement:
- If the user leads with a solution ("I want to build X"): redirect to the customer's problem. Don't let them skip the pain.
- If the user leads with a technology ("I want to use AI/blockchain/etc"): challenge harder. Technology is a "how", not a "why" — push them to articulate the human problem. Strip away the buzzword and ask whether anyone still cares.
- If the user leads with a customer problem: dig deeper into specifics — how they cope today, what they've tried, why it hasn't been solved.
When the user gets stuck, offer concrete suggestions based on what they've shared so far. Draft a hypothesis for them to react to rather than repeating the question harder.
Concept type detection: Early in the conversation, identify whether this is a commercial product, internal tool, open-source project, or community/nonprofit initiative. Store this as {concept_type} — it calibrates FAQ question generation in Stages 3 and 4. Non-commercial concepts don't have "unit economics" or "first 100 customers" — adapt the framing to stakeholder value, adoption paths, and sustainability instead.
Essentials to capture before progressing:
- Who is the customer/user? (specific persona, not "everyone")
- What is their problem? (concrete and felt, not abstract)
- Why does this matter to them? (stakes and consequences)
- What's the initial concept for a solution? (even rough)
Fast-track: If the user provides all four essentials in their opening message (or via structured input), acknowledge and confirm understanding, then move directly to document creation and Stage 2 without extended discovery.
Graceful redirect: If after 2-3 exchanges the user can't articulate a customer or problem, don't force it. Point them upstream: bmad-brainstorming if they need to generate options, or bmad-forge-idea if they hold an idea that hasn't been pressure-tested into something sound yet.
Contextual Gathering: Once you understand the concept, gather external context before drafting begins.
- Ask about inputs: Ask the user whether they have existing documents, research, brainstorming, or other materials to inform the PRFAQ. Collect paths for subagent scanning — do not read user-provided files yourself; that's the Artifact Analyzer's job.
- Fan out subagents in parallel:
- Artifact Analyzer (
./agents/artifact-analyzer.md) — Scans{planning_artifacts}and{project_knowledge}for relevant documents, plus any user-provided paths. Receives the product intent summary so it knows what's relevant. - Web Researcher (
./agents/web-researcher.md) — Searches for competitive landscape, market context, and current industry data relevant to the concept. Receives the product intent summary.
- Artifact Analyzer (
- Graceful degradation: If subagents are unavailable, scan the most relevant 1-2 documents inline and do targeted web searches directly. Never block the workflow.
- Merge findings with what the user shared. Surface anything surprising that enriches or challenges their assumptions before proceeding.
Create the output document at {planning_artifacts}/prfaq-{project_name}.md using ./assets/prfaq-template.md. Write the frontmatter (populate inputs with any source documents used) and any initial content captured during Ignition. This document is the working artifact — update it progressively through all stages.
Coaching Notes Capture: Before moving on, append a <!-- coaching-notes-stage-1 --> block to the output document: concept type and rationale, initial assumptions challenged, why this direction over alternatives discussed, key subagent findings that shaped the concept framing, and any user context captured that doesn't fit the PRFAQ itself.
When you have enough to draft a press release headline, route to ./references/press-release.md.
Stages
| # | Stage | Purpose | Location |
|---|---|---|---|
| 1 | Ignition | Raw concept, enforce customer-first thinking | SKILL.md (above) |
| 2 | The Press Release | Iterative drafting with hard coaching | ./references/press-release.md |
| 3 | Customer FAQ | Devil's advocate customer questions | ./references/customer-faq.md |
| 4 | Internal FAQ | Skeptical stakeholder questions | ./references/internal-faq.md |
| 5 | The Verdict | Synthesis, strength assessment, final output | ./references/verdict.md |
Frequently asked questions about PRFAQ Challenge
Similar skills
Spring Boot Testing
Master testing techniques for Spring Boot 4 applications.
GitHub Issues
Manage GitHub issues efficiently with MCP tools.
Geofeed Tuner
Optimize your IP geolocation feeds in CSV format.
Batch Files
Master Windows batch scripting for automation and task management.
Adobe Illustrator Scripting
Automate your Illustrator workflows with ExtendScript.
Plugin Structure
Create and organize Claude Code plugins effectively.
