mirror of https://github.com/garrytan/gstack.git
28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# OpenClaw compatibility
|
|
|
|
This subtree contains OpenClaw-native adaptations of selected gstack workflows. It is meant to be understandable and usable by OpenClaw agents without requiring Claude-specific hooks or generated preambles.
|
|
|
|
Goals:
|
|
- preserve the role/workflow value of gstack
|
|
- avoid Claude-specific tools and hooks
|
|
- map browser and orchestration guidance to OpenClaw primitives
|
|
|
|
Non-goals:
|
|
- full Claude Code runtime parity
|
|
- automatic conversion of every generated skill/template
|
|
- preserving gstack telemetry or repo-mode shell wrappers
|
|
|
|
Suggested mapping:
|
|
- Claude/Codex browser helpers -> OpenClaw `browser`
|
|
- sub-agent review flows -> OpenClaw `sessions_spawn` / `subagents`
|
|
- file operations -> OpenClaw `read`, `write`, `edit`
|
|
- shell commands -> OpenClaw `exec`
|
|
- user follow-ups -> normal chat replies or `message`
|
|
|
|
Ported skill set currently includes review, investigation, office-hours/product planning, QA, design review/consultation, ship + deploy flows, post-ship docs, canary checks, safety modes, security review, retrospective, authenticated browser setup, and delegated coding-agent consultation.
|
|
|
|
See `openclaw/references/gstack-port-notes.md` for the main runtime translation choices and limitations.
|
|
|
|
|
|
See `openclaw/references/skill-index.md` for a quick index of the ported skills.
|