Files
chill_notes/wiki/Areas/AI编程工具/gstack.md
2026-04-27 23:24:41 +08:00

43 lines
1.2 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, garry-tan, claude-code, ai-coding, agent, yc, workflow]
---
# gstack
> Y Combinator CEO Garry Tan 开源的 AI 编程团队工作流
## 核心概念
- **23 个专业角色**CEO/设计师/工程经理/QA/安全官等
- **完整生命周期**Think → Plan → Build → Review → Test → Ship → Reflect
- **零侵入**:不修改代码库,每次会话自动更新
- **支持 10 种 Agent**Claude Code, Cursor, Codex CLI 等
## 关键命令
| 命令 | 角色 | 用途 |
|------|------|------|
| /office-hours | 产品顾问 | 深度挖掘需求 |
| /plan-ceo-review | CEO | 战略审查 |
| /review | 资深工程师 | 找生产 bug |
| /qa | QA 负责人 | 真实浏览器测试 |
| /ship | 发布工程师 | 测试 + PR |
| /cso | 安全官 | OWASP + STRIDE |
## 与 OpenClaw 集成
- 4 个原生技能可通过 ClawHub 安装
- OpenClaw 通过 ACP 运行时调度 Claude Code
- 五层调度Simple → Medium → Heavy → Full → Plan
## 相关
- [[Claude Code]]gstack 的核心运行平台)
- [[Harness Engineering]]AI 编码工程化)
- [[OpenClaw]](编排器角色)
---
*2026-04-27 研究*