with one click
prd-crafter-lite
纯净版工程级 PRD 专家 (v4.0)。专注于生成高质量文档,内置需求澄清门禁和架构合规检查。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
纯净版工程级 PRD 专家 (v4.0)。专注于生成高质量文档,内置需求澄清门禁和架构合规检查。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
A specialist skill focused on translating structured user requirements into a Rough Product Requirements Document (PRD) and corresponding business flowcharts.
The Gatekeeper skill that analyzes user requirements for feasibility and clarity before allowing PRD creation.
多角色协作 PRD 专家 (v5.2 Deep Spec)。专注于生成极度详细的功能规格说明书,包含字段级约束、边界值和交互逻辑,为自动化拆解提供确定性输入。
产品与设计专家 (Product & Design Expert)。专注于用户需求分析、界面设计、交互定义和业务逻辑梳理,产出深度用户 PRD。
技术架构专家 (Tech Architect Expert)。专注于将用户 PRD 转化为详细的技术规格说明书 (Detail Tech Spec),定义数据结构、API 契约和边界测试用例。
Axiom 记忆系统。负责读写短期记忆、长期记忆及用户偏好,并维护任务队列状态。
| name | prd-crafter-lite |
| description | 纯净版工程级 PRD 专家 (v4.0)。专注于生成高质量文档,内置需求澄清门禁和架构合规检查。 |
本技能只负责思考和规划,不负责执行代码。它是 feature-flow 工作流的第一步。
Mandatory check before generation.
.agent/memory/project_decisions.md (架构约束).project_decisions.md 中的 Tech Stack (如 Flutter/MVVM) 自动填充技术方案章节。T-001, T-002 等原子任务,且每个任务必须定义 验证条件 (Acceptance Criteria)。# PRD: [Feature Name]
## 1. Context & Goals
* **Target**: 解决什么问题?
* **Architecture Compliance**: 本功能如何符合 `project_decisions.md` 中的规范?
## 2. Technical Specs
* **Business Logic**: ...
* **Data Model**: ...
* **API Interface**: ...
## 3. Atomic Task List (任务队列)
> Format: [ ] Task-ID: Description (Verify: Test/Screenshot)
- [ ] Task-001: [P0] 核心数据层实现
* Verify: `flutter test test/repository/xxx_test.dart`
- [ ] Task-002: [P1] 业务逻辑层实现
* Verify: Unit Test covering edge cases.
- [ ] Task-003: [P1] UI 界面实现
* Verify: Screenshot & Widget Test.
## 4. Risks & Mitigations
* ...