with one click
corgispec-explore
// Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
// Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | corgispec-explore |
| description | Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change. |
| license | MIT |
| compatibility | Requires openspec CLI. |
| metadata | {"author":"openspec","version":"1.0","generatedBy":"1.3.0"} |
Enter explore mode. Think deeply. Visualize freely. Follow the conversation wherever it goes.
IMPORTANT: Explore mode is for thinking, not implementing.
At the start, check active changes with:
openspec list --json
Read openspec/config.yaml for isolation settings.
If isolation.mode: worktree: Changes live inside worktrees, not the main checkout. Read references/worktree-discovery.md for the full discovery procedure. Quick summary:
openspec list --json — if it returns changes, use them<isolation.root>/ directories, verify each with git worktree listIf no specific change or isolation.mode is none/missing: work in the current directory.
When a change exists:
.gitlab.yaml:
This change is tracked on GitLab: parent #<parent_iid>, N group issuesCheck a specific group's GitLab issue for latest review feedback?.gitlab.yaml contains live status; read GitLab when status matters