corgispec-gh-propose

Generate proposal, design, and tasks artifacts with GitHub issue tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a user’s coding intent into a complete, reviewable engineering plan while ensuring the work is tracked end-to-end in GitHub.

Core Features & Use Cases

  • One-step proposal package generation: Produces proposal.md, design.md, and tasks.md in a single guided planning flow.
  • Schema-driven artifact creation: Builds the artifact chain in dependency order so the spec/design/tasks package is consistent.
  • GitHub issue tracking for implementation: Creates a parent issue plus one child issue per task group (unless tracking is already configured).
  • Optional worktree isolation: Can generate the proposal inside an isolated git worktree to avoid polluting the main workspace.

Quick Start

Run corgispec with the corgispec-gh-propose skill and describe what you want to build so it generates proposal, design, tasks, and corresponding GitHub issues for review.

Frequently Asked Questions about corgispec-gh-propose

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

FAQPage Schema
How do I generate a GitHub issue tracking plan for a new feature request?

Generating a GitHub issue tracking plan requires producing proposal, design, and tasks artifacts from a change request. This process creates a parent issue with child issues per task group, establishing end-to-end tracking for your engineering work.

What is schema-driven artifact generation for AI-assisted coding planning?

Schema-driven artifact generation builds proposal.md, design.md, and tasks.md in dependency order within a single guided flow. This ensures your spec, design, and tasks package remains consistent and reviewable before implementation begins.

How do I break down a coding change request into tracked GitHub issues?

Breaking down a coding change request into tracked GitHub issues involves applying task breakdown logic to generate a parent issue plus child issues per task group. This uses .github.yaml as the canonical local tracking state for conditional issue creation.

Can I generate engineering planning artifacts inside an isolated git worktree?

Generating engineering planning artifacts inside an isolated git worktree is supported as an optional feature. This worktree isolation prevents the generated proposal, design, and tasks files from polluting your main workspace.

What's the best way to create dependency-ordered proposal and design documents for a code change?

Creating dependency-ordered proposal and design documents is best handled through schema-guided artifact generation. This produces an approval-ready planning package that satisfies dependency-ordered apply requirements for structured engineering review.

Do I need existing GitHub tracking configured before generating proposal and tasks artifacts?

Existing GitHub tracking is not required before generating proposal and tasks artifacts. The process conditionally creates a parent issue and child issues per task group via .github.yaml unless tracking is already configured, ensuring flexible integration.