← ClaudeAtlas

aod-discoverlisted

Unified discovery skill with 4 entry points: /aod.discover (full flow: capture + score + validate), /aod.discover --seed (fast-track pre-vetted ideas with auto defaults), /aod.idea (capture + score only), /aod.validate (PM validation for existing idea). Use this skill when you need to capture ideas, run discovery, validate ideas with PM, generate user stories, log feature requests, or add items to the ideas backlog.
davidmatousek/tachi · ★ 75 · AI & Automation · score 82
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