first commit

This commit is contained in:
2026-05-29 14:48:36 +08:00
parent 708d2c0d04
commit 0cc2c6bdf7
66471 changed files with 2561203 additions and 6 deletions

View File

@@ -0,0 +1,30 @@
---
name: gsd-check-profile
description: Validate gsd-opencode profile configuration
permissions:
read: true
bash: true
---
<objective>
Validate gsd-opencode profile configuration across both `opencode.json` and `.planning/oc_config.json`, then report results.
Routes to the oc-check-profile workflow which handles:
- Validating all agent model IDs exist in the opencode models catalog
- Validating gsd-opencode profile structure and current profile exists
- Reporting results with severity classification (OK/WARNING/ERROR)
- Recommending /gsd-set-profile when issues are found
</objective>
<execution_context>
@./.opencode/get-shit-done/workflows/oc-check-profile.md
</execution_context>
<process>
**Follow the oc-check-profile workflow** from `@./.opencode/get-shit-done/workflows/oc-check-profile.md`.
The workflow handles all logic including:
1. Running both validations (check-opencode-json and check-config-json)
2. Classifying results by severity (OK/WARNING/ERROR)
3. Reporting results with structured diagnostic output
4. Recommending /gsd-set-profile when errors are found
</process>