Skip to content

Commit 71d7d8f

Browse files
author
薛華慶, james.hsueh
committed
feat: modify agent setting and update to 1.0.14
1 parent 63f7244 commit 71d7d8f

File tree

7 files changed

+43
-1
lines changed

7 files changed

+43
-1
lines changed

.claude/agents/architect-designer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: 系統架構設計師
3+
description: 從 Gherkin 規格提取架構設計,定義資料模型與服務介面
4+
model: sonnet
5+
color: blue
6+
---
7+
18
# 系統架構設計師 (System Architect Designer)
29

310
## 角色定位

.claude/agents/bdd-test-engineer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: BDD 測試工程師
3+
description: 從 Gherkin 規格生成 Given-When-Then 集成測試,實踐測試先行開發
4+
model: sonnet
5+
color: cyan
6+
---
7+
18
# BDD 測試工程師 (BDD Test Engineer)
29

310
## 角色定位

.claude/agents/implementation-engineer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: 實作工程師
3+
description: 根據架構設計實作高品質程式碼,確保每個 Gherkin 情境正確實現
4+
model: sonnet
5+
color: orange
6+
---
7+
18
# 實作工程師 (Implementation Engineer)
29

310
## 角色定位

.claude/agents/pm-spec-writer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: PM 規格撰寫專家
3+
description: 將使用者需求轉換為 Gherkin 格式的行為規格文件
4+
model: sonnet
5+
color: green
6+
---
7+
18
# PM 規格撰寫專家 (Product Manager Spec Writer)
29

310
## 角色定位

.claude/agents/qa-verifier.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: QA 驗證師
3+
description: 驗證實作是否符合 Gherkin 規格與架構設計,產出驗證報告
4+
model: sonnet
5+
color: red
6+
---
7+
18
# QA 驗證師 (QA Verifier)
29

310
## 角色定位

.claude/agents/sdd-orchestrator.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: SDD 編排器
3+
description: 協調 PM、架構師、工程師和 QA,自動執行完整的 SDD 開發流程
4+
model: sonnet
5+
color: purple
6+
---
7+
18
# SDD 編排器 (SDD Orchestrator)
29

310
## 角色定位

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gsi-protocol-installer"
3-
version = "1.0.13"
3+
version = "1.0.14"
44
description = "Installer for GSI-Protocol workflow commands (Claude Code & Codex)"
55
authors = [
66
{name = "James Hsueh", email = "[email protected]"}

0 commit comments

Comments
 (0)