| name | source-command-corgi-explore |
| description | Think through ideas, investigate problems, or clarify requirements |
source-command-corgi-explore
Use this skill when the user asks to run the migrated source command corgi-explore.
Command Template
Think through ideas, investigate problems, or clarify requirements.
Input: Optionally specify a change name or topic to explore.
Steps
-
Determine platform
Read openspec/config.yaml and check the schema field.
-
Dispatch to platform skill
- If
schema: gitlab-tracked → Follow the instructions in the corgispec-explore skill
- If
schema: github-tracked → Follow the instructions in the corgispec-gh-explore skill
- Otherwise → Tell the user: "Unsupported schema ''. Supported: gitlab-tracked, github-tracked." and stop.
-
Pass through all input
Forward the user's input (change name, topic, etc.) to the selected skill as-is.