mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 20:30:47 +02:00
20 lines
1.3 KiB
Cheetah
20 lines
1.3 KiB
Cheetah
---
|
|
name: gstack
|
|
description: Compatibility router for GStack 1.x commands. Use only when a user invokes the legacy `/gstack` command or asks which GStack 2.0 skill replaces an old command.
|
|
metadata:
|
|
internal: true
|
|
---
|
|
|
|
# GStack compatibility router
|
|
|
|
This alias is opt-in and not part of the default public surface. Route to one of the six public skills, print the replacement invocation, and let that dispatcher load the exact preserved specialist module.
|
|
|
|
- Product discovery, scope, architecture, DX planning, specification, retros, memory, or context checkpoints: `/plan`
|
|
- Design exploration, generation, critique, implementation, HTML, web visual review, or iOS HIG review: `/design`
|
|
- Web, API, CLI, backend, accessibility, performance, canary, developer-experience, authenticated, or physical-iOS testing: `/qa`
|
|
- Investigation, root-cause diagnosis, mitigation, or platform-specific repair: `/debug`
|
|
- Diff, code, architecture, data, dependency, security, performance, health, or documentation review: `/review`
|
|
- Test/release preparation, PRs, versioning, documentation, land, deploy, monitor, rollback, upgrade, or resume: `/ship`
|
|
|
|
Do not reproduce specialist judgment here. If the request names an old command, use its compatibility alias or the canonical dispatcher's migration table so the exact legacy module is selected.
|