askill
methodology

methodologySafety 85Repository

[UDS] Manage development methodology workflow

45 stars
1.2k downloads
Updated 3/4/2026

Package Files

Loading files...
SKILL.md

Methodology System | 方法論系統

[!WARNING] Experimental Feature / 實驗性功能

This feature is under active development and may change significantly in v4.0. 此功能正在積極開發中,可能在 v4.0 中有重大變更。

Manage the active development methodology for the current project with two independent systems.

管理當前專案的開發方法論,支援兩個獨立系統。

Two Independent Systems / 兩個獨立系統:

  • System A: SDD - Spec-Driven Development (AI-era, spec-first)
  • System B: Double-Loop TDD - BDD (outer) + TDD (inner) (traditional)

Optional Input: ATDD - Acceptance Test-Driven Development (feeds into either system)

Actions | 動作

ActionDescription說明
(none) / statusShow current phase and checklist顯示當前階段和檢查清單
switch <id>Switch to different methodology切換到不同方法論
phase [name]Show or change current phase顯示或變更當前階段
checklistShow current phase checklist顯示當前階段檢查清單
skipSkip current phase (with warning)跳過當前階段(會有警告)
listList available methodologies列出可用方法論
createCreate custom methodology建立自訂方法論

Available Methodologies | 可用方法論

SystemIDWorkflow工作流程
A: SDDsdd/sdd -> Review -> /derive-all -> Implementation規格優先
B: BDDbddDiscovery -> Formulation -> Automation外部迴圈
B: TDDtddRed -> Green -> Refactor內部迴圈
InputatddWorkshop -> Examples -> Tests驗收測試驅動

Usage Examples | 使用範例

/methodology                    # Show current status
/methodology switch sdd         # Switch to Spec-Driven Development
/methodology phase green        # Move to GREEN phase (TDD)
/methodology checklist          # Show current phase checklist
/methodology list               # List all available methodologies
/methodology skip               # Skip current phase (with warning)
/methodology create             # Start custom methodology wizard

Configuration | 配置

Methodology settings are stored in .standards/manifest.json:

{
  "methodology": {
    "active": "sdd",
    "available": ["tdd", "bdd", "sdd", "atdd"]
  }
}

Next Steps Guidance | 下一步引導

After /methodology completes, the AI assistant should suggest based on the selected methodology:

方法論已設定。建議下一步 / Methodology configured. Suggested next steps:

  • SDD 方法論 → 執行 /sdd 建立規格 — SDD → Run /sdd to create spec
  • BDD 方法論 → 執行 /bdd 開始場景探索 — BDD → Run /bdd to start discovery
  • TDD 方法論 → 執行 /tdd 開始紅綠重構 — TDD → Run /tdd to start Red-Green-Refactor
  • ATDD 方法論 → 執行 /atdd 定義驗收條件 — ATDD → Run /atdd to define AC

Reference | 參考

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

80/100Analyzed 3/8/2026

Well-structured skill for managing development methodologies (SDD, TDD, BDD, ATDD) with clear action commands, bilingual presentation, and practical usage examples. Located in dedicated skills folder with generic applicability. Missing explicit trigger section but otherwise comprehensive with good actionability and safety considerations. Experimental warning included.

85
80
85
70
80

Metadata

Licenseunknown
Version-
Updated3/4/2026
PublisherAsiaOstrich

Tags

github-actionstesting