Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions agents/shreyas-lyzr__gstack-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# gstack-agent

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).

## Run

```bash
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/gstack-agent
```

## Skills

- **/plan-ceo-review** — Founder/CEO mode: rethink the problem, find the 10-star product
- **/plan-eng-review** — Eng manager mode: architecture, data flow, diagrams, edge cases
- **/review** — Paranoid staff engineer: find bugs that pass CI but break in production
- **/ship** — Release engineer: sync main, test, version bump, push, open PR
- **/browse** — QA engineer: headless Chromium for visual QA and screenshots
- **/retro** — Engineering manager: weekly retrospective with velocity metrics
14 changes: 14 additions & 0 deletions agents/shreyas-lyzr__gstack-agent/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "gstack-agent",
"author": "shreyas-lyzr",
"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.",
"repository": "https://github.com/shreyas-lyzr/gstack-agent",
"version": "1.0.0",
"category": "developer-tools",
"tags": ["gstack", "workflow", "code-review", "shipping", "retrospective", "browser-testing", "plan-review"],
"license": "MIT",
"model": "claude-opus-4-6",
"adapters": ["claude-code", "openai", "system-prompt"],
"icon": false,
"banner": false
}
Loading