ワンクリックで
prp-generation
Generate a Product Requirements Prompt (PRP) from a feature description. Use when starting work on a new feature.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a Product Requirements Prompt (PRP) from a feature description. Use when starting work on a new feature.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | prp-generation |
| description | Generate a Product Requirements Prompt (PRP) from a feature description. Use when starting work on a new feature. |
Generate a Product Requirements Prompt (PRP) in Markdown format.
Use this skill when:
When this skill is invoked, ALWAYS start by asking the user to describe their feature. DO NOT jump to clarifying questions until they have provided an initial description.
CRITICAL: Follow this process EXACTLY in sequence. DO NOT SKIP AHEAD!
ONLY AFTER the user provides their feature description:
Example questions:
Based on the initial description AND the user's answers to clarifying questions, generate a PRP using the structure below. Ensure it's suitable for a junior developer to understand.
Save the generated document as .ai/[feature-name]/prp.md
Confirm with the user that the PRP has been saved
The generated PRP should include:
Assume the primary reader is a junior developer. Therefore:
.md).ai/[feature-name]/prp.mdReview all unreviewed documents in Hubdoc. Use when reviewing, processing or publishing Hubdoc receipts and bills.
Use the Xero MCP server — obtain/refresh OAuth2 bearer tokens, troubleshoot authentication, and pick up other operational notes for working with Xero MCP tools. Use when Xero MCP tools fail with authentication errors, when the bearer token has expired (tokens last ~30 min), before starting any Xero workflow, or for general guidance on Xero MCP usage.
Size the agent-browser Chromium window to fill its current screen, leaving a configurable bottom margin for the desktop panel. Use before any agent-browser automation that needs the full screen visible without elements overlapping or scrolling off (e.g. Xero, dense web apps).
General Xero browser automation notes. Use when automating any Xero page with agent-browser — covers non-standard UI patterns, waiting, and dropdown menus.
Convert XLSX spreadsheets (single or multi-sheet) to CSV files you can read and grep. Use whenever you need to process an .xlsx report from Xero, Cryptio, bank exports, or any tool that delivers spreadsheet output.
Create Claude Code slash commands, OpenCode command files, and Pi prompt templates that delegate to the right subagent or skill. Use when creating new commands or refactoring existing ones to follow platform conventions.