corgispec-gh-explore

Explore GitHub issue context to clarify requirements before implementation.

113|9|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ricoyudog/Coding_Corgi_flow --skill corgispec-gh-explore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corgispec-gh-explore
Source: https://github.com/ricoyudog/Coding_Corgi_flow/tree/main/.opencode/skills/molecules/corgispec-gh-explore
Command: npx skills add https://github.com/ricoyudog/Coding_Corgi_flow --skill corgispec-gh-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you clarify requirements and investigate problems without jumping into implementation too early, while staying grounded in the real codebase and the actual GitHub-tracked change context.

Core Features & Use Cases

  • GitHub-aware exploration: Uses tracked GitHub parent/child issues and encourages checking live issue labels/state when status matters.
  • Worktree isolation readiness: Reads OpenSpec isolation settings and applies a workflow to discover and use the correct worktree when changes live outside the main checkout.
  • Guardrail-driven thinking: Explicitly prevents code implementation in explore mode and focuses on context-building for later stages (proposal/specs/design/tasks).

Quick Start

Ask your AI assistant to start corgispec-gh-explore to explore the change context and clarify what should be done next using the tracked GitHub issues.

Frequently Asked Questions about corgispec-gh-explore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I explore GitHub issues to clarify requirements before coding?

To explore GitHub issues for requirement clarification, this skill reads tracked parent and child issues, checks live label and state status, and builds context to define what should change without writing implementation code.

What is worktree isolation and how does it affect issue exploration?

Worktree isolation separates change artifacts from the main checkout. This skill reads OpenSpec isolation settings via the openspec list --json command and applies a workflow to discover and use the correct worktree during requirement exploration.

Can I use this to investigate GitHub issue context in a pre-implementation thinking session?

Yes, you can use this for pre-implementation thinking sessions. It enables structured requirement exploration by investigating problems and clarifying what to change using tracked GitHub issue context, while explicitly preventing premature code implementation.

Does the explore mode guardrail prevent writing code during requirement investigation?

Yes, the explore mode guardrail prevents writing code during requirement investigation. It focuses entirely on context-building for later stages such as proposals, specs, designs, and tasks, ensuring you clarify requirements before implementation begins.

How do I check OpenSpec changes and isolation settings before exploring requirements?

To check OpenSpec changes and isolation settings, the skill runs the openspec list --json command, reads current isolation configurations, and respects those settings to provide accurate GitHub label and state checks before summarizing status.