{"id":50599987,"url":"https://github.com/googlarz/whats-next","last_synced_at":"2026-06-05T17:02:25.157Z","repository":{"id":358663290,"uuid":"1242134702","full_name":"googlarz/whats-next","owner":"googlarz","description":"Claude Code skill: persona-based strategic product analysis — 5 users, 3 recommendation layers, elevation moves","archived":false,"fork":false,"pushed_at":"2026-05-29T08:48:09.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T10:22:39.660Z","etag":null,"topics":["analysis","anthropic","claude-code","claude-code-skill","product","skill","strategy"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googlarz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-18T06:53:42.000Z","updated_at":"2026-05-29T08:48:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/googlarz/whats-next","commit_stats":null,"previous_names":["googlarz/whats-next"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/googlarz/whats-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlarz%2Fwhats-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlarz%2Fwhats-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlarz%2Fwhats-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlarz%2Fwhats-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googlarz","download_url":"https://codeload.github.com/googlarz/whats-next/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlarz%2Fwhats-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33951164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","anthropic","claude-code","claude-code-skill","product","skill","strategy"],"created_at":"2026-06-05T17:02:23.792Z","updated_at":"2026-06-05T17:02:25.152Z","avatar_url":"https://github.com/googlarz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# whats-next\n\n\u003e A Claude Code skill for persona-based strategic product analysis.\n\nTell it a GitHub repo, a project description, or paste your support emails — it confirms what you're optimizing for, identifies your top 5 users, surfaces the gaps they hit, and hands you **one comprehensive list of recommendations ranked best-first against your actual goal** — each with its reasoning attached, and a scannable numbered table at the end.\n\n## What it produces\n\nA goal, a ranked recommendation list with inline analysis, the personas behind it, a diff, and a table — in that order.\n\n```\n# whats-next: finance-assistant\nOptimizing for: retention (keep existing users coming back)\nSignal: 17★ repo, 1 closed issue, Reddit (vibe-coder building own tool), HN (Era Context\n        competitor launched), previous run 4 days ago\n\n## Recommendations — best first\nRanked by impact toward retention ÷ effort.\n\n### 1. Live portfolio price sync · Build · Impact ★★★★★ · Effort M\nWhy it ranks #1 (toward retention): FIRE confidence goes stale between sessions — the\n   number users come back for is wrong until they hand-edit. Fixing this is the single\n   biggest pull back into the app.\nSource: FIRE Obsessive gap + Depth lens (what keeps satisfied users going deeper?)\nMechanism: Yahoo Finance API, no auth, current_value = units × price, 6h TTL.\nWhat would change my mind: if users treat it as a one-shot planner, not a recurring check.\n\n### 2. Hardcoded version string · Gap · Impact ★★★☆☆ · Effort S\nWhy it ranks here: trust ding on --doctor, cheap to fix, but doesn't itself drive returns.\nMechanism: skill.py line 132 → read __version__ instead of the literal \"3.1.2\".\nWhat would change my mind: nothing — it's just correct. Ships in an afternoon.\n\n### 3. The always-on financial layer · Elevation · Impact ★★★★☆ · Effort L\nWhat it changes: from \"a skill you invoke\" to \"financial context in every conversation.\"\nCompetitor context: Era Context (MCP competitor) can't copy privacy-first ambient awareness.\nWhat would change my mind (the bet): works only if hook latency \u003c ~100ms and\n   false-positive injection rate \u003c 10%. Requires: latency + injection instrumentation.\n\n[more recommendations, ranked...]\n\n## Personas behind these\n[5 persona cards — the analytical basis for the ranking above]\n\n## What changed since 2026-05-13\nStill unaddressed: live portfolio prices (was #1 last run — still not built)\nAddressed: nothing since last run\n\n## At a glance\n| # | What | Type | Impact | Effort | Description |\n|---|------|------|--------|--------|-------------|\n| 1 | Live price sync | Build | High | M | Stale FIRE number is what pulls users back |\n| 2 | Version string fix | Gap | Low | S | Trust ding on --doctor, afternoon fix |\n| 3 | Always-on layer | Elev | High | L | From invoked tool to ambient context |\n```\n\n## Install\n\n```bash\ngit clone https://github.com/googlarz/whats-next ~/.claude/skills/whats-next\n```\n\nThen add to `~/.claude/settings.json`:\n\n```json\n{\n  \"skills\": [\n    { \"name\": \"whats-next\", \"path\": \"~/.claude/skills/whats-next\" }\n  ]\n}\n```\n\n## Usage\n\nJust describe your project:\n\n```\nwhat should I build next for googlarz/finance-assistant?\n```\n\n```\nanalyze my MCP server portfolio — proton-mail-bridge-client, signal-mcp, suunto-mcp\n```\n\n```\nwhats next for my whats-next skill\n```\n\n```\n[paste support emails / Discord messages / app store reviews]\n```\n\nIt also handles Claude Code skills as inputs — no GitHub repo needed.\n\n## Use without Claude Code\n\nIf you use Claude.ai (browser) rather than Claude Code, paste the skill's core instructions directly into a [Claude Project](https://claude.ai/projects):\n\n1. Create a new Project at [claude.ai](https://claude.ai).\n2. Open Project Settings → System Prompt.\n3. Paste the contents of [`SKILL.md`](./SKILL.md) into the system prompt.\n4. In any conversation in that Project, type your request: `what should I build next for [your project]?`\n\nThe core persona analysis, five lenses, and goal-ranked recommendations work without Claude Code. What you lose without Claude Code: snapshot memory across sessions (no run-to-run diff), live GitHub data collection, and skill-mode detection for analyzing other Claude Code skills as input.\n\n## How it works\n\n**Phase 1 — Signal collection**\nPulls from four sources: GitHub repo data (issues, PRs, releases, CHANGELOG), external conversations (HN Algolia API, Reddit, web search), competitor landscape, and previous run snapshots for time-series diff.\n\nFor Claude Code skills as input, switches to skill-mode: reads SKILL.md directly, searches the ecosystem for mentions, identifies competing skills and MCPs.\n\n**Phase 2 — Persona identification**\nBuilds 5 personas spanning the full technical spectrum. Each has evidence from actual signal (not archetypes), a gap (what's wrong now), and a demand (what they'd want built). Anti-overlap enforced — each persona must drive at least one different recommendation.\n\n**Phase 2.5 — Five product lenses**\nBefore synthesizing, runs 5 structured questions that persona gaps miss:\n1. Depth — what would make satisfied users go deeper?\n2. Breadth — what's blocking adoption?\n3. Promise gap — what does the README promise but not fully deliver?\n4. Adjacency — what could this tool absorb from adjacent steps?\n5. Category leadership — what's keeping this from being the obvious choice?\n\nLens findings are labeled `(from: X lens)` in the output.\n\n**Phase 3 — Rank and synthesize**\nFolds persona gaps and lens findings into one comprehensive list, ranked best-first by **impact toward the confirmed goal ÷ effort**. Recommendations are interleaved by genuine rank, not grouped by type — a cheap fix that serves the goal outranks an expensive feature. Each carries a type tag (Gap / Build / Elevation), its source trace, a mechanism, and a \"what would change my mind\" line so you can override intelligently. Elevation moves additionally require competitor context and a falsifiable, measurable bet.\n\n**Phase 3.5 — Coverage check**\nBefore outputting, verifies the #1 pick is genuinely the best move toward the goal (not the most exciting), that ranking isn't grouped by type, and that every persona gap and lens finding landed somewhere. Anything excluded appears in \"What we set aside\" with a reason — so nothing silently disappears.\n\n**Phase 4 — Snapshot + diff + action offer**\nSaves a snapshot to `~/.claude/skills/whats-next-workspace/snapshots/`. On subsequent runs, diffs against the previous snapshot: which recommendations are new, which were addressed, how the ranking moved, and — most usefully — which are *still unaddressed* after multiple runs. The \"Still unaddressed\" list is the highest-signal output for repeat users. Offers to action the top recommendation: write a spec, find the relevant code, draft a user validation question, or start a competitor deep-dive.\n\n## References\n\nThe skill bundles five reference files used at runtime:\n\n| File | Purpose |\n|------|---------|\n| `references/skill-mode.md` | Alternate signal collection when input is a Claude Code skill |\n| `references/external-signals.md` | HN/Reddit/web APIs, user signal injection from pasted content |\n| `references/competitors.md` | Finding alternatives, comparing positioning, identifying moats |\n| `references/actioning.md` | Spec kickoff, effort estimation, validation prompts |\n| `references/memory.md` | Snapshot format, diff logic, time-series comparison |\n\n## Why goal-ranked, not just a list\n\nMost \"what to build next\" tools produce a flat feature list, implicitly ranked by \"how many people want it.\" But \"best\" is meaningless without an objective — the right next move for a builder chasing revenue differs from one chasing adoption or cutting maintenance load. So the skill confirms your goal up front and ranks **every** recommendation by impact toward *that* goal ÷ effort.\n\nEach recommendation still carries a type, so you know what kind of move it is:\n\n- **Gap** — you're losing users *today* to friction that doesn't require new features to fix\n- **Build** — a new capability, driven by genuine overlap across distinct user types (3 quiet personas \u003e 1 loud one)\n- **Elevation** — a bet that requires the project to become something different, not just better\n\nBut the *ranking* cuts across all three: a cheap Gap that unblocks your goal beats an exciting Build that doesn't. The \"Don't build yet\" section gives a specific backfire mechanism for each excluded item, not a prioritization judgment. \"This feature works against itself because X\" is a reason. \"Not a priority\" is not.\n\n## Developed with\n\nBuilt and iteratively improved using Claude Code's skill-creator workflow — 10 autonomous improvement iterations across signal collection, persona quality, lens additionality, and coverage checking.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglarz%2Fwhats-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglarz%2Fwhats-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglarz%2Fwhats-next/lists"}