Add cc-switch-dev-workflow skill

这个提交包含在:
X
2026-03-26 00:27:17 -07:00
父节点 fc8ad7c145
当前提交 dcb2a10ad8
修改 46 个文件,包含 3393 行新增0 行删除

查看文件

@@ -0,0 +1,70 @@
# Template: Acceptance Checklist
## Purpose
把最终人工验收标准固定下来,避免发布前只靠口头确认。
## When to Use
- Acceptance 阶段
- 里程碑发布前
## Inputs
- 最终代码库
- `SPECS/*.md`
- 测试结果
## Outputs
- 验收结论
## Primary Agent/Model
人工主导
## Secondary Agent/Model
`Claude Opus 4.6`
## Required Skills
-
## Steps
1. 按清单逐项确认。
2. 给每个问题定级。
3. 决定发布、回退或继续收敛。
## Exit Criteria
- 通过/不通过有明确结论
## Failure Recovery
- 若结论模糊,重新按清单走,不做主观拍板
## Related Templates
- [`agent-handoff-template.md`](./agent-handoff-template.md)
## Template
```markdown
# Acceptance Checklist
## Functional
- [ ] All SPEC clauses implemented
- [ ] Critical user flows work
- [ ] Edge cases handled
## Testing
- [ ] All tests pass
- [ ] Core coverage acceptable
- [ ] No known blocking race/security issue
## Documentation
- [ ] SPECS align with code
- [ ] Public APIs documented
- [ ] README/update notes complete
## Code Quality
- [ ] Lint/build pass
- [ ] No unresolved high-risk architecture issue
- [ ] Module boundaries remain clear
## Decision
- [ ] Release
- [ ] Return to Alignment
- [ ] Return to Code
- [ ] Record follow-up items
```