aod-discoverlisted
Install: claude install-skill davidmatousek/tachi
# AOD Discover Skill
## Purpose
Unified discovery skill for the AOD Lifecycle's **Discover** stage. Handles idea capture, ICE scoring, evidence gathering, and PM validation with 3 entry points:
- **`/aod.discover`** — Full flow: capture idea + ICE score + evidence + PM validation + user story
- **`/aod.discover --seed`** — Seed mode: fast-track pre-vetted ideas (auto ICE, skip prompts, skip PM)
- **`/aod.idea`** — Capture only: capture idea + ICE score + evidence (no PM validation)
- **`/aod.validate`** — Validate only: submit existing idea for PM review + user story generation
## Entry Point Detection
Determine the entry point from the invoking command:
- If invoked via `/aod.discover --seed` → run **Seed Mode** (Steps 1, 2, 5a, 5b, 8-seed)
- If invoked via `/aod.discover` → run **Full Flow** (Steps 1-8)
- If invoked via `/aod.idea` → run **Capture Only** (Steps 1-5)
- If invoked via `/aod.validate` → run **Validate Only** (Steps 6-8)
### `--seed` Flag Detection
Check if arguments contain `--seed` flag. If present:
- Remove `--seed` from the idea description text
- Set entry point to **Seed Mode**
- Seed mode is designed for pre-vetted ideas (e.g., from consumer guides) that don't need scoring or validation
## Critical Constraints
**MUST** use `.aod/scripts/bash/create-issue.sh` for ALL GitHub Issue creation. NEVER call `gh issue create` directly.
**Why**: Direct `gh issue create` bypasses the board sync pipeline, causing issues to silently disappear from the proje