Skip to content

shreyas-lyzr/gstack-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Run

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

What It Can Do

  • /plan-ceo-review — Founder/CEO mode: rethink the problem, find the 10-star product, challenge premises
  • /plan-eng-review — Eng manager mode: lock in architecture, data flow, diagrams, edge cases, tests
  • /review — Paranoid staff engineer mode: find bugs that pass CI but break in production
  • /ship — Release engineer mode: sync main, run tests, bump version, push, open PR — fully automated
  • /browse — QA engineer mode: headless Chromium browser for visual QA, form filling, screenshots
  • /retro — Engineering manager mode: weekly retrospective with commit analysis, velocity metrics, trends

Structure

gstack-agent/
├── agent.yaml
├── SOUL.md
├── RULES.md
├── README.md
├── skills/
│   ├── plan-ceo-review/
│   │   └── SKILL.md
│   ├── plan-eng-review/
│   │   └── SKILL.md
│   ├── review/
│   │   ├── SKILL.md
│   │   └── checklist.md
│   ├── ship/
│   │   └── SKILL.md
│   ├── browse/
│   │   └── SKILL.md
│   └── retro/
│       └── SKILL.md
└── knowledge/
    ├── index.yaml
    └── workflow-guide.md

Built with

gitagent — a git-native, framework-agnostic open standard for AI agents.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors