Skip to content

Commit 93a7c03

Browse files
authored
Merge pull request #8 from shreyas-lyzr/add-gstack-agent
Add gstack-agent — 6 workflow skills based on Garry Tan's gstack
2 parents 69642a5 + 1362ea3 commit 93a7c03

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# gstack-agent
2+
3+
Six opinionated workflow skills that turn your AI coding assistant into a team of specialists — CEO/founder for product thinking, eng manager for architecture, staff engineer for review, release engineer for shipping, QA engineer for browser testing, and engineering manager for retrospectives. Based on [Garry Tan's gstack](https://github.com/garrytan/gstack).
4+
5+
## Run
6+
7+
```bash
8+
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/gstack-agent
9+
```
10+
11+
## Skills
12+
13+
- **/plan-ceo-review** — Founder/CEO mode: rethink the problem, find the 10-star product
14+
- **/plan-eng-review** — Eng manager mode: architecture, data flow, diagrams, edge cases
15+
- **/review** — Paranoid staff engineer: find bugs that pass CI but break in production
16+
- **/ship** — Release engineer: sync main, test, version bump, push, open PR
17+
- **/browse** — QA engineer: headless Chromium for visual QA and screenshots
18+
- **/retro** — Engineering manager: weekly retrospective with velocity metrics
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "gstack-agent",
3+
"author": "shreyas-lyzr",
4+
"description": "Six opinionated workflow skills — CEO/founder product thinking, eng manager architecture, staff engineer review, release engineer shipping, QA browser testing, and engineering retrospectives. Based on Garry Tan's gstack.",
5+
"repository": "https://github.com/shreyas-lyzr/gstack-agent",
6+
"version": "1.0.0",
7+
"category": "developer-tools",
8+
"tags": ["gstack", "workflow", "code-review", "shipping", "retrospective", "browser-testing", "plan-review"],
9+
"license": "MIT",
10+
"model": "claude-opus-4-6",
11+
"adapters": ["claude-code", "openai", "system-prompt"],
12+
"icon": false,
13+
"banner": false
14+
}

0 commit comments

Comments
 (0)