next

next is a skill for Claude Code from whawkinsiv/solo-founder-skills. It costs 134 tokens per session (1,600 once invoked), scanned A, original, MIT.

A skill for deciding what to work on next by scanning a project and finding its highest-value unfinished tasks.

In plain words
What is it for?
Use it to get a ranked list of opportunities, with estimated effort and guidance on which skill fits each one.
Why use it?
It reduces the time spent choosing between competing ideas, fixes, and business tasks when priorities are unclear.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the solo-founder-skills plugin — 54 skills, 1 command shipped together

Good fit Use it to get a ranked list of opportunities, with estimated effort and guidance on which skill fits each one.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/whawkinsiv/solo-founder-skills/next
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add whawkinsiv/solo-founder-skills --skill next
Clone the repo
git clone --depth 1 https://github.com/whawkinsiv/solo-founder-skills

Made for: Claude Code.

Or install solo-founder-skills, the plugin that ships this one along with the rest of its 54 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for next

README.md
[![agentmods](https://agentmods.dev/badge/skills/whawkinsiv/solo-founder-skills/next/github.svg)](https://agentmods.dev/skills/whawkinsiv/solo-founder-skills/next)
Your own site
<a href="https://agentmods.dev/skills/whawkinsiv/solo-founder-skills/next"><img src="https://agentmods.dev/badge/skills/whawkinsiv/solo-founder-skills/next/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for next

Your own site · 80×15
<a href="https://agentmods.dev/skills/whawkinsiv/solo-founder-skills/next"><img src="https://agentmods.dev/badge/skills/whawkinsiv/solo-founder-skills/next.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,600 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high System Prompt Leakage · line 125
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00134 $0.01600
Opus 5 $0.00067 $0.00800
Sonnet 5 $0.00027 $0.00320
Haiku 4.5 $0.00013 $0.00160

Measured 12d ago against content hash 81d25e28382a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

next scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/next/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

What To Do Next

You sat down to work and don't know where to start. This skill scans your project — code, infrastructure, marketing, growth, business — and surfaces the 3-5 highest-value things you could do right now.

This skill is for discovering what to work on when you don't know. For evaluating whether a specific activity is worth your time, use focus. For ranking feature candidates you've already identified, use prioritize. For improving code performance, use optimize.

How This Works

  1. I read your project context (files, codebase, docs)
  2. I ask 1-2 quick questions if I can't figure out your stage
  3. I scan for high-value gaps across your whole business
  4. You get a ranked list of opportunities with effort estimates and which skill to use

Step 1: Gather Context

Read these files if they exist (silently — don't list what you're reading):

  • About-me skill output or any founder context docs
  • product-marketing-context.md or .agents/product-marketing-context.md
  • CLAUDE.md, README, package.json
  • Any analytics, metrics, or status docs

Scan the codebase for structure:

  • What's built, what's missing, what's half-finished
  • TODO/FIXME/HACK comments on important code
  • Deployment config, monitoring, CI/CD, error tracking
  • Marketing pages, analytics integration, SEO setup
  • Test coverage, error handling patterns

Only ask what you can't infer. If existing context answers these, skip straight to scanning.

Max 2 questions, one message:

Quick context so I can find the right opportunities:

1. What stage are you at?
   a) Still building, not launched
   b) Launched, few/no users yet
   c) Have users, no revenue
   d) Have paying customers

2. What's your biggest frustration right now?
   a) Not sure what to build next
   b) Built it but nobody's using it
   c) People sign up but don't stick
   d) Growing but everything feels fragile
   e) Something else: ___

Step 2: Scan for Opportunities

Look for signals across these categories. Use judgment about which matter based on the founder's stage — don't mechanically check every one.

Read the full file on GitHub · 179 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 179 lines · 134 tokens per session scan A 81d25e28382a

Subscribe to this mod's changes

next is a skill published in the GitHub repository whawkinsiv/solo-founder-skills (243 stars, last pushed 15d ago), licensed MIT. It adds 134 tokens to every session and 1,600 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens