with one click
methodology
[UDS] 管理當前專案的開發方法論,支援 SDD 和雙迴圈 TDD 兩個獨立系統
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
[UDS] 管理當前專案的開發方法論,支援 SDD 和雙迴圈 TDD 兩個獨立系統
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.
[UDS] 引導 CI/CD 管線設計、配置和優化
Guide CI/CD pipeline design, configuration, and optimization. Use when: setting up pipelines, optimizing build times, configuring deployment stages. Keywords: CI/CD, pipeline, GitHub Actions, deployment, build.
在编写规格前进行结构化 AI 辅助头脑风暴。 使用时机:功能规划、创意发想、问题定义。 关键字:brainstorm, persona, multi-critic, HMW, SCAMPER, 头脑风暴, 发想。
[UDS] 在撰寫規格前進行結構化 AI 輔助腦力激盪
[UDS] Structured AI-assisted brainstorming before spec creation
[UDS] 从规格衍生 BDD 场景、TDD 骨架或 ATDD 表格
| source | ../../../../skills/dev-methodology/SKILL.md |
| source_version | 1.0.0 |
| translation_version | 1.0.0 |
| last_synced | "2026-02-10T00:00:00.000Z" |
| status | current |
| description | [UDS] 管理當前專案的開發方法論,支援 SDD 和雙迴圈 TDD 兩個獨立系統 |
| name | methodology |
| allowed-tools | Read, Write, Grep, Glob |
| scope | partial |
| argument-hint | [action] [argument] |
語言: English | 繁體中文
[!WARNING] 實驗性功能
此功能正在積極開發中,可能在 v4.0 中有重大變更。
管理當前專案的開發方法論,支援兩個獨立系統。
兩個獨立系統:
可選輸入: ATDD - 驗收測試驅動開發(可作為任一系統的輸入)
| 動作 | 說明 |
|---|---|
(無) / status | 顯示當前階段和檢查清單 |
switch <id> | 切換到不同方法論 |
phase [name] | 顯示或變更當前階段 |
checklist | 顯示當前階段檢查清單 |
skip | 跳過當前階段(會有警告) |
list | 列出可用方法論 |
create | 建立自訂方法論 |
| 系統 | ID | 工作流程 |
|---|---|---|
| A:SDD | sdd | /sdd -> 審查 -> /derive-all -> 實作 |
| B:BDD | bdd | 探索 -> 制定 -> 自動化 |
| B:TDD | tdd | 紅 -> 綠 -> 重構 |
| 輸入 | atdd | 工作坊 -> 範例 -> 測試 |
/methodology # 顯示當前狀態
/methodology switch sdd # 切換到規格驅動開發
/methodology phase green # 移至 GREEN 階段(TDD)
/methodology checklist # 顯示當前階段檢查清單
/methodology list # 列出所有可用方法論
/methodology skip # 跳過當前階段(會有警告)
/methodology create # 啟動自訂方法論精靈
方法論設定儲存在 .standards/manifest.json:
{
"methodology": {
"active": "sdd",
"available": ["tdd", "bdd", "sdd", "atdd"]
}
}
/methodology 完成後,AI 助手應根據選擇的方法論建議:
方法論已設定。建議下一步:
- SDD 方法論 → 執行
/sdd建立規格- BDD 方法論 → 執行
/bdd開始場景探索- TDD 方法論 → 執行
/tdd開始紅綠重構- ATDD 方法論 → 執行
/atdd定義驗收條件