♻️ refactor(agent): streamline skills and rulesets
This commit is contained in:
@@ -80,7 +80,7 @@ setup-matt-pocock-skills
|
||||
```
|
||||
|
||||
- 每个仓库首次使用时运行 `setup-matt-pocock-skills`,本地开发选择 local markdown tracker
|
||||
- 正式仓库设计使用 `grill-with-docs`;`grill-me` 只用于无仓库的一次性讨论
|
||||
- 正式仓库设计使用 `grill-with-docs`
|
||||
- 进入 `grill-with-docs` 或本地 ticket 执行协议前,重新读取 `memory-bank/project-brief.md`、
|
||||
`memory-bank/tech-context.md` 和 `memory-bank/system-patterns.md`
|
||||
- `grilling` 必须走完整 design tree,frontier 清空并经用户确认后才进入 `to-spec`
|
||||
@@ -96,8 +96,6 @@ setup-matt-pocock-skills
|
||||
`to-spec -> to-tickets`,不得从决策 ticket 直接跳到实现
|
||||
- `research` 产出的高可信一手来源报告先进入 `grill-with-docs`,作为设计输入;调研不能
|
||||
替代 grilling
|
||||
- 设计问题需要 runnable answer 时,从原设计会话 `handoff` 到独立目录运行
|
||||
`prototype`,再 `handoff` 结论回原设计会话
|
||||
- 已由 `to-tickets` 生成的 ticket 直接从 `main_loop.py claim -> 本地 ticket 执行协议` 开始,
|
||||
不再 triage 或重复需求采访
|
||||
|
||||
@@ -367,12 +365,11 @@ partial feature 还需 `--allow-partial`。返回 `RETRY: feature needs main syn
|
||||
|
||||
以下能力在对应阶段内按需使用,不替代上面的入口路由和证据门禁:
|
||||
|
||||
| Skill | 触发条件 |
|
||||
| ------------------ | ----------------------------------- |
|
||||
| `codebase-recon` | 架构、跨模块、重构、迁移或风险不明 |
|
||||
| `brooks-audit` | 架构边界和长期维护性审查 |
|
||||
| `codebase-migrate` | 大规模迁移或宽重构 |
|
||||
| `commit-message` | 需要检查 staged diff 或生成提交信息 |
|
||||
| Skill | 触发条件 |
|
||||
| ---------------- | ----------------------------------- |
|
||||
| `codebase-recon` | 架构、跨模块、重构、迁移或风险不明 |
|
||||
| `brooks-audit` | 架构边界和长期维护性审查 |
|
||||
| `commit-message` | 需要检查 staged diff 或生成提交信息 |
|
||||
|
||||
## 需要确认的场景
|
||||
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@ setup-matt-pocock-skills
|
||||
-> to-tickets
|
||||
-> main_loop.py enqueue
|
||||
-> main_loop.py claim
|
||||
-> implement + tdd
|
||||
-> 本地 ticket 执行协议(tdd)
|
||||
-> commit
|
||||
-> code-review
|
||||
-> main_loop.py finish
|
||||
|
||||
Reference in New Issue
Block a user