新闻详情

新闻详情

首页 / 资讯中心 / 详情

PRD Created

发布时间:2026/9/10 6:26:39来源:尧图网络
PRD Created
PRD Created【免费下载链接】ECCThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.项目地址: https://gitcode.com/GitHub_Trending/ev/ECCFile:.claude/PRPs/prds/{name}.prd.mdSummaryProblem: {One line}Solution: {One line}Key Metric: {Primary success metric}Validation StatusSectionStatusProblem Statement{Validated/Assumption}User Research{Done/Needed}Technical Feasibility{Assessed/TBD}Success Metrics{Defined/Needs refinement}Open Questions ({count}){List the open questions that need answers}Recommended Next Step{One of: user research, technical spike, prototype, stakeholder review, etc.}Implementation Phases#PhaseStatusCan Parallel{Table of phases from PRD}To Start ImplementationRun:/prp-plan .claude/PRPs/prds/{name}.prd.mdThis will automatically select the next pending phase and create an implementation plan.这份报告本身就是一个验收清单它强制把 PRD 各章节的验证状态Validated/Assumption、Done/Needed 等显式呈现给用户并给出唯一明确的下一步命令。 ## PRD 模板逐节解析 PRD 模板是该命令的核心产物规范完整继承原文如下占位符均为模板变量 markdown # {Product/Feature Name} ## Problem Statement {2-3 sentences: Who has what problem, and whats the cost of not solving it?} ## Evidence - {User quote, data point, or observation that proves this problem exists} - {Another piece of evidence} - {If none: Assumption - needs validation through [method]} ## Proposed Solution {One paragraph: What were building and why this approach over alternatives} ## Key Hypothesis We believe {capability} will {solve problem} for {users}. Well know were right when {measurable outcome}. ## What Were NOT Building - {Out of scope item 1} - {why} - {Out of scope item 2} - {why} ## Success Metrics | Metric | Target | How Measured | |--------|--------|--------------| | {Primary metric} | {Specific number} | {Method} | | {Secondary metric} | {Specific number} | {Method} | ## Open Questions - [ ] {Unresolved question 1} - [ ] {Unresolved question 2} --- ## Users Context **Primary User** - **Who**: {Specific description} - **Current behavior**: {What they do today} - **Trigger**: {What moment triggers the need} - **Success state**: {What done looks like} **Job to Be Done** When {situation}, I want to {motivation}, so I can {outcome}. **Non-Users** {Who this is NOT for and why} --- ## Solution Detail ### Core Capabilities (MoSCoW) | Priority | Capability | Rationale | |----------|------------|-----------| | Must | {Feature} | {Why essential} | | Must | {Feature} | {Why essential} | | Should | {Feature} | {Why important but not blocking} | | Could | {Feature} | {Nice to have} | | Wont | {Feature} | {Explicitly deferred and why} | ### MVP Scope {Whats the minimum to validate the hypothesis} ### User Flow {Critical path - shortest journey to value} --- ## Technical Approach **Feasibility**: {HIGH/MEDIUM/LOW} **Architecture Notes** - {Key technical decision and why} - {Dependency or integration point} **Technical Risks** | Risk | Likelihood | Mitigation | |------|------------|------------| | {Risk} | {H/M/L} | {How to handle} | --- ## Implementation Phases !-- STATUS: pending | in-progress | complete PARALLEL: phases that can run concurrently (e.g., with 3 or -) DEPENDS: phases that must complete first (e.g., 1, 2 or -) PRP: link to generated plan file once created -- | # | Phase | Description | Status | Parallel | Depends | PRP Plan | |---|-------|-------------|--------|----------|---------|----------| | 1 | {Phase name} | {What this phase delivers} | pending | - | - | - | | 2 | {Phase name} | {What this phase delivers} | pending | - | 1 | - | | 3 | {Phase name} | {What this phase delivers} | pending | with 4 | 2 | - | | 4 | {Phase name} | {What this phase delivers} | pending | with 3 | 2 | - | | 5 | {Phase name} | {What this phase delivers} | pending | - | 3, 4 | - | ### Phase Details **Phase 1: {Name}** - **Goal**: {What were trying to achieve} - **Scope**: {Bounded deliverables} - **Success signal**: {How we know its done} **Phase 2: {Name}** - **Goal**: {What were trying to achieve} - **Scope**: {Bounded deliverables} - **Success signal**: {How we know its done} {Continue for each phase...} ### Parallelism Notes {Explain which phases can run in parallel and why} --- ## Decisions Log | Decision | Choice | Alternatives | Rationale | |----------|--------|--------------|-----------| | {Decision} | {Choice} | {Options considered} | {Why this one} | --- ## Research Summary **Market Context** {Key findings from market research} **Technical Context** {Key findings from technical exploration} --- *Generated: {timestamp}* *Status: DRAFT - needs validation*模板各章节与八阶段流程存在严格的一一映射这是理解问答如何变成文档的关键PRD 章节数据来源阶段Problem Statement / EvidencePhase 2 FOUNDATION Phase 8 汇报中的 Validation StatusKey Hypothesis / Success MetricsPhase 6 DECISIONS 第 3 问What Were NOT BuildingPhase 6 DECISIONS 第 4 问Users ContextPrimary User / JTBD / Non-UsersPhase 4 DEEP DIVECore Capabilities (MoSCoW)Phase 6 DECISIONS 第 2 问Must Have vs Nice to HaveTechnical ApproachPhase 5 GROUNDING 的 Technical Context 汇总Implementation PhasesPhase 6 答案 后续/prp-plan消费的机器可读表格Decisions Log / Research Summary全程 Gate 交互中的决策与 Phase 3/5 调研沉淀其中两个细节值得单独强调Implementation Phases 表格是下游命令的接口。表头注释声明了四列机读语义STATUSpending / in-progress / complete、PARALLEL可并行阶段如 with 3、DEPENDS前置依赖如 1, 2、PRP生成的计划文件链接。这正是 commands/prp-plan.md Phase 0DETECT所消费的结构它按*.prd.md路径识别输入后解析 Implementation Phases 章节按状态与依赖链选出下一个 eligible pending phase用该阶段的 description 作为待规划特性。也就是说/prp-prd生成的不只是给人读的文档还是一份可被/prp-plan程序化遍历的路线图。模板尾部固定为Status: DRAFT - needs validation。这与开篇的 Anti-pattern 约束首尾呼应整份产物被显式标记为待验证草稿任何拍脑袋的内容都必须在文档上留痕。问题流全景图原文附有一张完整的流程总览图完整保留如下┌─────────────────────────────────────────────────────────┐ │ INITIATE: What do you want to build? │ └─────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────┐ │ FOUNDATION: Who, What, Why, Why now, How to measure │ └─────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────┐ │ GROUNDING: Market research, competitor analysis │ └─────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────┐ │ DEEP DIVE: Vision, Primary user, JTBD, Constraints │ └─────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────┐ │ GROUNDING: Technical feasibility, codebase exploration │ └─────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────┐ │ DECISIONS: MVP, Must-haves, Hypothesis, Out of scope │ └─────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────┐ │ GENERATE: Write PRD to .claude/PRPs/prds/ │ └─────────────────────────────────────────────────────────┘【免费下载链接】ECCThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.项目地址: https://gitcode.com/GitHub_Trending/ev/ECC创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
网站建设高端定制企业官网
RELATED

相关资讯

更多精彩内容,欢迎继续阅读

较早相关资讯

最新相关资讯

Windows与Linux命令行实战指南:从cmd到Shell的高频命令手册 2026/9/10 7:02:44

Windows与Linux命令行实战指南:从cmd到Shell的高频命令手册

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

阅读更多 →
等电位连接导体:从原理到施工测试的电气安全必修课 2026/9/10 7:02:44

等电位连接导体:从原理到施工测试的电气安全必修课

不用把等电位想得多玄乎,它就是一道“让手能摸到的金属都处在同一个电位上”的防线。我见过太多项目,配电箱、断路器的方案做得很讲究,结果卡在卫生间那个不起眼的等电位端子箱上——要么被装修贴砖盖死,要么导线细得跟灯线一样&a…

阅读更多 →
基于Rust的安全多方计算实现隐私保护协作推理实践 2026/9/10 7:02:44

基于Rust的安全多方计算实现隐私保护协作推理实践

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

阅读更多 →
DREAMVFIA开源协议栈:量子安全通信的工程实践 2026/9/10 7:02:44

DREAMVFIA开源协议栈:量子安全通信的工程实践

1. 为什么这个时间点必须关注量子安全通信 先说结论: 量子安全(Quantum-Safe)不是五年后的事,而是现在就要开始迁移的事 。DREAMVFIA 这个开源项目,把现在通常在论文里才能看到的抗量子密码算法真正变成了一套可以跑…

阅读更多 →
昇腾/GE LLM数据分发API allocate_cache函数 2026/9/10 7:02:44

昇腾/GE LLM数据分发API allocate_cache函数

allocate_cache 【免费下载链接】ge GE(Graph Engine)是面向昇腾的图编译器和执行器,提供了计算图优化、多流并行、内存复用和模型下沉等技术手段,加速模型执行效率,减少模型内存占用。 GE 提供对 PyTorch、TensorFlow…

阅读更多 →
Spring Boot 4与Spring AI实战:Java后端AI应用开发新范式 2026/9/10 6:59:44

Spring Boot 4与Spring AI实战:Java后端AI应用开发新范式

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

阅读更多 →

今日资讯

本周资讯

本月资讯

看完文章仍有疑问?

联系尧图顾问,获取一对一建站咨询

立即免费咨询 📞 400-888-8888
📞