新增Phase0 - 功能發想階段#1
Open
ultralcc wants to merge 2 commits intoCodeMachine0121:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Pull Request: 新增功能發想階段與歸檔流程
📋 概述
本次 PR 為 GSI-Protocol 的 SDD 工作流程新增「階段 0:功能發想」機制,並整合歸檔流程至現有的實作與自動化階段。
✨ 主要變更
1. 新增
sdd-ideate.md模板(222 行)ideate/p0/- 緊急(影響核心功能)ideate/p1/- 重要(顯著改善體驗)ideate/p2/- 一般(漸進式優化)ideate/done/- 已完成實作的歸檔區2. 更新
sdd-auto.md自動化流程ideate/資料夾的待實作功能清單3. 更新
sdd-impl.md實作階段4. 更新
.gitignore.codex/、.claude/、.github/目錄📁 變更檔案
scripts/templates/sdd-ideate.mdscripts/templates/sdd-auto.mdscripts/templates/sdd-impl.md.gitignore🎯 解決的問題
🔄 工作流程變更
📂 新增資料夾結構
✅ 測試確認