chore: add gstack skill routing rules to CLAUDE.md
This commit is contained in:
parent
25cd1feb43
commit
6db4f2b217
1 changed files with 19 additions and 0 deletions
19
CLAUDE.md
19
CLAUDE.md
|
|
@ -85,3 +85,22 @@ Key design decisions (all driven by /autoplan review):
|
||||||
## Environment variable
|
## Environment variable
|
||||||
|
|
||||||
`SECRETS_DIR` overrides the default `~/.secrets` location (useful for testing). Per-project bindings via `.secrets-store` file beat this env var; use `--store <dir>` for one-shot overrides that beat everything.
|
`SECRETS_DIR` overrides the default `~/.secrets` location (useful for testing). Per-project bindings via `.secrets-store` file beat this env var; use `--store <dir>` for one-shot overrides that beat everything.
|
||||||
|
|
||||||
|
## Skill routing
|
||||||
|
|
||||||
|
When the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill.
|
||||||
|
|
||||||
|
Key routing rules:
|
||||||
|
- Product ideas/brainstorming → invoke /office-hours
|
||||||
|
- Strategy/scope → invoke /plan-ceo-review
|
||||||
|
- Architecture → invoke /plan-eng-review
|
||||||
|
- Design system/plan review → invoke /design-consultation or /plan-design-review
|
||||||
|
- Full review pipeline → invoke /autoplan
|
||||||
|
- Bugs/errors → invoke /investigate
|
||||||
|
- QA/testing site behavior → invoke /qa or /qa-only
|
||||||
|
- Code review/diff check → invoke /review
|
||||||
|
- Visual polish → invoke /design-review
|
||||||
|
- Ship/deploy/PR → invoke /ship or /land-and-deploy
|
||||||
|
- Save progress → invoke /context-save
|
||||||
|
- Resume context → invoke /context-restore
|
||||||
|
- Author a backlog-ready spec/issue → invoke /spec
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue