qte77

Generate Frp From PRD — Development skill for Claude Code

Development community

Create Feature-Specific Requirements Prompt (FRP) from Product Requirements Document (PRD).

How to install Generate Frp From PRD

Installs to ~/.claude/commands/qte77-context-engineering-template-legacy-generate-frp-from-prd.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/qte77/context-engineering-template-legacy/HEAD/.claude/commands/generate-frp-from-prd.md -o ~/.claude/commands/qte77-context-engineering-template-legacy-generate-frp-from-prd.md

Restart Claude Code, or start a new session, for it to be picked up.

What Generate Frp From PRD does

Create Feature-Specific Requirements Prompt (FRP) from Product Requirements Document (PRD)

This command creates a focused FRP for a single feature using PRD context and business alignment from BRD.

Rules

  • Extract PRD filename from first argument: $PRD_FILE_NAME (append .md if needed)
  • Extract feature name from second argument: $FEATURE_NAME
  • Use TodoWrite tool to track progress throughout the process
  • Input PRD: $CTX_PRD_PATH/$PRD_FILE_NAME (must exist)
  • Input BRD: `$CTX_BRD

Alternatives in Development

  • Create PRD — Create a PRD with 8-section template covering problem to release 7.8k ★
  • Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★

Full documentation available on GitHub

View Source Repository