원클릭으로
source-command-corgi-propose
Propose a new change — create it and generate all artifacts in one step
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Propose a new change — create it and generate all artifacts in one step
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | source-command-corgi-propose |
| description | Propose a new change — create it and generate all artifacts in one step |
Use this skill when the user asks to run the migrated source command corgi-propose.
Propose a new change — create it and generate all artifacts in one step.
Input: The argument after /corgi:propose is the change name (kebab-case), OR a description of what they want to build.
Steps
Determine platform
Read openspec/config.yaml and check the schema field.
Check isolation mode (CRITICAL — do NOT skip)
Read openspec/config.yaml and check isolation.mode.
isolation.mode is worktree: the platform skill MUST create a git worktree before any other work. Verify this happens. If it does not, stop and report failure.isolation section is missing or mode is none: normal operation, no worktree needed.Dispatch to platform skill
schema: gitlab-tracked → Follow the instructions in the corgispec-propose skillschema: github-tracked → Follow the instructions in the corgispec-gh-propose skillThe selected skill owns the internal propose phases and any platform-specific execution. This wrapper only reads config, enforces isolation, dispatches by schema, and verifies postconditions.
Pass through all input
Forward the user's input (change name, description, etc.) to the selected skill as-is.
Verify postconditions
After the skill completes, verify:
isolation.mode is worktree: run git worktree list and confirm the change worktree existsImplement tasks from a Corgi change, one Task Group at a time
Archive a completed change, close tracking issues, and sync delta specs
Think through ideas, investigate problems, or clarify requirements
Install, update, or verify Corgi GitFlow assets in a target project
Validate memory health across 14 checks — freshness, size caps, broken links, extraction completeness
Run the Corgi Loop — execute Task Group bundles (apply → verify → review-evidence) with automated lifecycle decisions