An OpenCode-native workflow pack inspired by `gstack`
Opinionated planning, review, QA, investigation, and shipping workflows for OpenCode.
This pack brings battle-tested DevEx workflows to OpenCode using its native primitives—no compatibility shims, no Claude Code dependencies. Everything runs directly on OpenCode's agent, command, and skill surfaces.
# Install into your project
./scripts/quickstart-setup.sh /path/to/your-projectThen open your project in OpenCode. Commands, agents, and skills are discovered automatically.
Full setup guide: docs/install.md
- Code Review — Findings-first review with bug detection, regression analysis, and test coverage checks
- Debugging — Root-cause-first investigation with structured hypothesis testing
- QA Testing — Browser-backed testing with visual diffs and bug reporting
- Planning — Pre-implementation reviews for engineering, design, and strategy
- Shipping — End-to-end release workflow with deploy verification
- Security — Infrastructure-first security auditing
- Retrospective — Team-aware commit analysis and velocity tracking
| Command | Description |
|---|---|
/review |
Findings-first code review |
/investigate |
Root-cause-first debugging |
/qa |
Browser-backed testing with fix loop |
/qa-only |
Report-only QA testing |
/browse |
Direct browser workflow |
/plan-eng-review |
Engineering plan review |
/plan-ceo-review |
Strategic scope review |
/plan-design-review |
Design completeness review |
/design-review |
Live UI audit and polish |
/design-shotgun |
Visual design exploration |
/design-consultation |
Design system creation |
/office-hours |
Product brainstorming |
/autoplan |
Full review orchestrator |
/ship |
Release workflow |
/land-and-deploy |
Merge, deploy, verify |
/canary |
Post-deploy monitoring |
/benchmark |
Performance regression detection |
/careful |
Destructive command warnings |
/freeze |
Directory-scoped edit boundary |
/guard |
Full safety mode |
/unfreeze |
Clear edit boundary |
/connect-chrome |
Visible browser validation |
/setup-browser-cookies |
Authenticated session setup |
/setup-deploy |
Deploy configuration |
/learn |
Project learning management |
/retro |
Weekly engineering retro |
/codex |
OpenAI Codex CLI integration |
/cso |
Security audit mode |
/gstack-upgrade |
Port new gstack workflows |
/ogstack-upgrade |
Self-update from remote |
gstack-for-opencode/
├── AGENTS.md # Repository guidance
├── IMPLEMENTATION_PLAN.md # Project roadmap
├── opencode.json # Agent & tool registration
├── .opencode/
│ ├── agents/ # Specialist agents
│ ├── commands/ # Slash commands
│ ├── skills/ # Reusable workflows
│ └── tools/ # Browser & deploy adapters
├── docs/ # Documentation
└── scripts/ # Setup & verification
Run the verification script before submitting PRs:
./scripts/verify-pack.shContributions welcome! Please read our Contributing Guide for:
- Setup instructions
- Repository conventions
- Workflow development guidelines
- PR scope recommendations
MIT — Feel free to use, modify, and distribute.
Built with ⚡ by the OpenCode community
