added some info into claude.md and settings
This commit is contained in:
parent
6ade88f38d
commit
e144dc78ee
@ -146,8 +146,8 @@ Key routing rules:
|
|||||||
- Update docs after shipping → invoke document-release, or doc if no gstack
|
- Update docs after shipping → invoke document-release, or doc if no gstack
|
||||||
- Stale docs audit, doc sync → invoke doc
|
- Stale docs audit, doc sync → invoke doc
|
||||||
- Weekly retro → invoke retro
|
- Weekly retro → invoke retro
|
||||||
- Design system, brand → invoke design-consultation
|
- Design system, brand → invoke design-consultation and use ui-ux-pro-max if available
|
||||||
- Visual audit, design polish → invoke design-review
|
- Visual audit, design polish → invoke design-review which call ui-ux-pro-max
|
||||||
- Architecture review → invoke plan-eng-review
|
- Architecture review → invoke plan-eng-review
|
||||||
- Save progress, checkpoint, resume → invoke checkpoint
|
- Save progress, checkpoint, resume → invoke checkpoint
|
||||||
- Code quality, health check → invoke health
|
- Code quality, health check → invoke health
|
||||||
@ -165,4 +165,4 @@ All lightweight skills (feat, hotfix, bugfix) include a design gate that auto-de
|
|||||||
UI/style signals in the task. If design signals found and ui-ux-pro-max is inactive,
|
UI/style signals in the task. If design signals found and ui-ux-pro-max is inactive,
|
||||||
the agent asks the user whether to activate it before proceeding.
|
the agent asks the user whether to activate it before proceeding.
|
||||||
Gate spec: lib/design-gate.md. Orchestrators (ship-feature, init-project) already
|
Gate spec: lib/design-gate.md. Orchestrators (ship-feature, init-project) already
|
||||||
handle this via their STEP 0 plugin-check.
|
handle this via their STEP 0 plugin-check.
|
||||||
|
|||||||
3
TODO.md
3
TODO.md
@ -3,3 +3,6 @@
|
|||||||
~~faire skill / agent clean code~~ ✓ done (skills/code-clean/ + agents/code-cleaner.md)
|
~~faire skill / agent clean code~~ ✓ done (skills/code-clean/ + agents/code-cleaner.md)
|
||||||
|
|
||||||
~~faire skill / agent do doc~~ ✓ done (skills/doc/ + agents/doc-syncer.md)
|
~~faire skill / agent do doc~~ ✓ done (skills/doc/ + agents/doc-syncer.md)
|
||||||
|
|
||||||
|
Creer un script qui active / desactive gstack, gsd, graphify, et les autre.
|
||||||
|
Verifier l'installation de tout dnas uinstall-plugin, ajouter le npx skills add alchaincyf/darwin-skill
|
||||||
@ -216,7 +216,8 @@
|
|||||||
"command": "bash ~/.claude/hooks/statusline.sh"
|
"command": "bash ~/.claude/hooks/statusline.sh"
|
||||||
},
|
},
|
||||||
"enabledPlugins": {
|
"enabledPlugins": {
|
||||||
"example-skills@anthropic-agent-skills": true
|
"example-skills@anthropic-agent-skills": true,
|
||||||
|
"ui-ux-pro-max@ui-ux-pro-max-skill": true
|
||||||
},
|
},
|
||||||
"extraKnownMarketplaces": {
|
"extraKnownMarketplaces": {
|
||||||
"claude-code-plugins": {
|
"claude-code-plugins": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user