install
source · Clone the upstream repo
git clone https://github.com/Joonghyun-Lee-Frieren/oh-my-gemini-cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Joonghyun-Lee-Frieren/oh-my-gemini-cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/prd" ~/.claude/skills/joonghyun-lee-frieren-oh-my-gemini-cli-prd && rm -rf "$T"
manifest:
skills/prd/SKILL.mdsource content
Purpose
Use this skill to lock scope before implementation starts.
Trigger
- Requirements are ambiguous or too broad
- Team needs measurable done criteria
- Scope creep risk is high
Workflow
- Write a concise problem statement.
- Define in-scope and explicit non-goals.
- Define acceptance criteria with evidence requirements.
- Capture constraints and dependencies.
- Produce handoff notes for execution and verification.
Output Template
## Problem Statement - ... ## Scope / Non-goals - ... ## Acceptance Criteria | Criterion | Evidence Needed | Owner | | --- | --- | --- | ## Constraints - ... ## Handoff - ...