Install
openclaw skills install gstack-skillsComplete development workflow suite from Y Combinator CEO Garry Tan's gstack. Use /gstack or any gstack command (/office-hours, /review, /ship, etc.) to access specialized workflows for product ideation, code review, testing, QA, and deployment. Automatically routes to the appropriate specialized skill.
openclaw skills install gstack-skillsComplete development workflow suite adapted from Garry Tan's gstack for OpenClaw/WorkBuddy. Provides 15 specialized tools covering the entire development lifecycle from product ideation to deployment.
gstack is Y Combinator CEO Garry Tan's open-source Claude Code configuration that helped him write 600,000+ lines of production code in 60 days (35% tests). This OpenClaw adaptation makes those powerful workflows available to any AI agent.
Use any of these commands directly:
/gstack - Get help and see all available commands/office-hours - Validate product ideas and design thinking/plan-ceo-review - CEO perspective on feature planning/plan-eng-review - Engineering architecture review/review - Pre-merge code review/qa - Test application and fix bugs/ship - Automated release workflow/investigate - Systematic root cause analysisExample usage:
User: /office-hours I have an idea for an AI-powered code review tool
User: /review my current branch
User: /ship the user authentication feature
When a user invokes any gstack command, this skill automatically routes to the appropriate specialized skill:
| Command | Specialized Skill | Purpose |
|---|---|---|
/gstack | gstack-skills | Show help and command overview |
/office-hours | office-hours | Product ideation and validation |
/plan-ceo-review | plan-ceo-review | CEO perspective planning |
/plan-eng-review | plan-eng-review | Engineering architecture review |
/plan-design-review | plan-design-review | Design review |
/design-consultation | design-consultation | Design system consultation |
/review | review | Pre-merge code review |
/investigate | investigate | Root cause analysis |
/design-review | design-review | Design audit and fixes |
/qa | qa | Test application and fix bugs |
/qa-only | qa-only | Bug reporting only |
/ship | ship | Automated release workflow |
/document-release | document-release | Update documentation |
/retro | retro | Team retrospective |
/codex | codex | OpenAI Codex independent review |
/careful | careful | Dangerous operation warnings |
/freeze | freeze | Lock file editing scope |
/guard | guard | Full safety mode (careful + freeze) |
This skill acts as a router and should be used when:
/gstack - Show command overview and recommendationsFor specific command execution, this skill routes to the appropriate specialized skill.
"Don't be half-invested, boil the whole lake" - Garry Tan
AI-assisted development should pursue complete implementation, not shortcuts. When a problem is identified, actually fix it. Completing a task means truly completing it.
When borrowing features from other products, always consider:
The complete development lifecycle:
1. /office-hours → Validate product ideas
2. /plan-ceo-review → CEO perspective review
3. /plan-eng-review → Engineering architecture review
4. /plan-design-review → Design review
5. /review → Code review
6. /qa → Test and fix bugs
7. /ship → Release to production
/office-hoursYC office hours tool for product idea validation. Use when:
/plan-ceo-reviewCEO/founder perspective planning. Use when:
/plan-eng-reviewEngineering manager perspective. Use when:
/plan-design-reviewDesigner perspective. Use when:
/reviewPre-merge code review. Use when:
/investigateDebugging expert. Use when:
/design-consultationDesign partner consultation. Use when:
/qaQA engineer. Use when:
/qa-onlyQA reporter. Use when:
/shipRelease engineer. Use when:
/document-releaseTechnical writer. Use when:
/retroEngineering manager. Use when:
/codexOpenAI Codex independent review. Use when:
/carefulSafety guardrails. Use when:
/freezeLock file editing scope. Use when:
/guardFull safety mode. Use when:
User: I want to add user authentication to my app
AI: Let's use the gstack workflow for this.
Step 1: /office-hours
Let me help you validate and think through the authentication feature...
[office-hours skill executes]
Step 2: /plan-eng-review
Now let's review the technical architecture...
[plan-eng-review skill executes]
Step 3: Implementation
[Code implementation happens]
Step 4: /review
Let me review your authentication code...
[review skill executes]
Step 5: /qa
Now let's test the authentication feature...
[qa skill executes]
Step 6: /ship
Ready to ship! Let me prepare the release...
[ship skill executes]
User: /review my current branch
AI: I'll review your current branch changes...
[review skill executes automatically]
User: /investigate the login bug users are reporting
AI: I'll systematically investigate the root cause...
[investigate skill executes automatically]
gstack-skills can work alongside other skills:
/office-hours/review or /investigate needs database analysis/qa needs specialized testing knowledgeThis skill depends on the following specialized skills, which must be available:
If a specialized skill is not available:
/office-hours for new features to validate ideas/review before merging any code/qa before shipping to production/careful or /guard for risky operations/ship assumes git-based workflowVersion: 2.0.0 (OpenClaw/WorkBuddy adaptation)
Original Author: Garry Tan, Y Combinator
Adaptation Team: gstack-openclaw-skills Team