Implementation PRD
Implementation PRD【免费下载链接】mesheryMeshery, the cloud native manager项目地址: https://gitcode.com/GitHub_Trending/me/mesheryTasksSection 01: Foundation - Read sections/section-01-foundation.md for detailsSection 02: Core libs - Read sections/section-02-core-libs.md for detailsSection 03: API layer - Read sections/section-03-api-layer.md for details每个任务都引用具体的切片文件因此 AI 能获得 Gepetto 准备好的全部上下文。根据 SKILL.md 第 15 步的说明Ralphy 的 PRD 采用**引用而非内嵌**切片文件的策略这与 ralph-loop 提示词内嵌全部内容的策略形成互补。 ### 进阶用法 bash # 切换 AI 引擎 ralphy --prd planning/claude-ralphy-prd.md --codex ralphy --prd planning/claude-ralphy-prd.md --cursor # 并行执行默认 3 个代理 ralphy --prd planning/claude-ralphy-prd.md --parallel # 每任务独立分支 自动 PR ralphy --prd planning/claude-ralphy-prd.md --branch-per-task --create-pr # 跳过测试以加快迭代 ralphy --prd planning/claude-ralphy-prd.md --fast技能文件结构~/.claude/skills/gepetto/ ├── SKILL.md # 技能主定义 ├── README.md # 本说明文档 └── references/ ├── research-protocol.md # 研究如何运作 ├── interview-protocol.md # 访谈指引 ├── external-review.md # CLI 评审设置 ├── section-index.md # 索引创建规则 └── section-splitting.md # 切片文件格式在 Meshery 仓库中这套文件位于 .agents/skills/gepetto/.claude/skills/gepetto通过符号链接指向它。深入机制切片索引与切片文件规范为了让可并行执行真正落地Gepetto 对切片体系有两条硬性规范值得单独说明。SECTION_MANIFEST 块section-index.mdsections/index.md必须以SECTION_MANIFEST注释块开头它是机器可解析的切片清单其余内容供人阅读!-- SECTION_MANIFEST section-01-foundation section-02-config section-03-parser section-04-api END_MANIFEST -- # Implementation Sections Index规则包括编号必须是两位数字并带前导零01、02…12切片名使用小写连字符不允许空格或下划线编号必须连续。索引的正文部分还应包含依赖关系表Depends On / Blocks / Parallelizable、执行顺序说明与各切片摘要。切片文件的自包含模板section-splitting.md每个切片文件必须完全自包含——实现者读单个文件就应能直接开工无需再翻阅claude-plan.md。标准模板如下# Section NN: {Section Name} ## Background {为什么存在该切片、解决什么问题} ## Requirements {该切片完成时必须为真的条件} ## Dependencies - Requires: {必须先完成的切片列表} - Blocks: {依赖本切片的切片列表} ## Implementation Details {详细的实现指引} ## Acceptance Criteria - [ ] {标准 1} - [ ] {标准 2} ## Files to Create/Modify - path/to/file1.ts - {说明}【免费下载链接】mesheryMeshery, the cloud native manager项目地址: https://gitcode.com/GitHub_Trending/me/meshery创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
上一篇/下一篇内容由系统自动关联
返回资讯列表 →