Oh-my-gemini-cli prd

Purpose

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.md
source 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

  1. Write a concise problem statement.
  2. Define in-scope and explicit non-goals.
  3. Define acceptance criteria with evidence requirements.
  4. Capture constraints and dependencies.
  5. Produce handoff notes for execution and verification.

Output Template

## Problem Statement
- ...

## Scope / Non-goals
- ...

## Acceptance Criteria
| Criterion | Evidence Needed | Owner |
| --- | --- | --- |

## Constraints
- ...

## Handoff
- ...