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.
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/gstack-agent- /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
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
gitagent — a git-native, framework-agnostic open standard for AI agents.