$npx -y skills add epicsagas/Velith --skill book-ideationPhase 1: Ideation. Concept validation, market gap analysis, competitive matrix, final concept selection.
| 1 | # Phase 1: Ideation |
| 2 | |
| 3 | Generate 5-10 concepts from PRD + sources. Each: elevator pitch, target reader, differentiation, scope, difficulty. |
| 4 | |
| 5 | **Market Gap Analysis**: existing coverage → gaps → market shifts → reader complaints. Analyze 5+ competing books in matrix (title, author, topic, differentiator, gap we fill). |
| 6 | |
| 7 | **Validation**: clarity (1 sentence?) · reader value · differentiation · feasibility · timeliness · scope |
| 8 | |
| 9 | Present to user → select ≤3 → merge → confirm single concept. |
| 10 | |
| 11 | Output: `ideation.md` (pitch, competitive matrix, gap summary, rationale). |
| 12 | |
| 13 | Gate: ideation.md exists, 5+ competitors analyzed, user approved. |
| 14 | |
| 15 | |
| 16 | ## Post-Completion |
| 17 | |
| 18 | Update the project dashboard status: |
| 19 | |
| 20 | ```bash |
| 21 | node {PLUGIN_ROOT}/velith.mjs scan [project-dir] --plugin-root={PLUGIN_ROOT} |
| 22 | ``` |