仿照 TDD 作法,在實作前先對照需求文檔產出 Acceptance Criteria(AC)行為規格文件, 作為 AI 實作迭代的「完成標準」——實作持續迭代直到所有行為測試通過為止。 產出包含需求背景、In/Out Scope、Gherkin 格式驗收條件(AC-001, AC-002...)、測試策略的標準 AC.md, 後續由 ac-to-test 將 AC 轉為測試骨架,再交給 AI 實...
0
AI 92
ac-to-test
Ting-s5153/14/2026
當使用者提供 AC.md(Acceptance Criteria 驗收準則文件),並要求產出測試骨架時,必須載入此技能。 從 AC 文件的每一條 Given/When/Then 直接對應產出測試案例,測試名稱帶 AC 編號(AC001_Given..._When..._Should...), 作為實作前的行為邊界確認,所有測試預設失敗(紅燈),等實作完成後補上真實斷言。 支援 TypeScript...
0
AI 88
search-user-skill
Ting-s5153/6/2026
Search or find user skills in the specified directory, list all available skills with their descriptions. Supports optional parameter to filter by skill name.