Files
chill_notes/wiki/concepts/gstack+Superpowers联合工作流.md
2026-04-27 11:01:50 +08:00

38 lines
1.0 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
created: 2026-04-27
type: concept
tags: [gstack, superpowers, claude-code, workflow, ai-coding, joint-workflow]
---
# gstack + Superpowers 联合工作流
> gstack 负责"谁来干"角色分工Superpowers 负责"怎么干"(工程纪律)
## 定位差异
| 框架 | 核心问题 | 触发方式 | 独占能力 |
|------|---------|---------|---------|
| gstack | 角色分工 | 手动命令 | 部署/安全/浏览器QA |
| Superpowers | 工程纪律 | 自动触发 | TDD/子代理调度/任务拆解 |
## 联合流程
```
/office-hours + brainstorming → 想法探索
/plan-ceo-review → 战略审查
/plan-eng-review + writing-plans → 工程规划
subagent-driven + /review → 实施+审查
/qa + systematic-debugging → 测试+调试
/ship + finishing-branch → 发布
/land-and-deploy + /canary → 部署+监控
```
## 相关
- [[gstack]]23 角色工作流)
- [[Claude Code]](核心运行平台)
- [[OpenClaw]](编排器角色)
---
*2026-04-27 研究*