Explorar skills
65.337 skills encontradas
problem-analysis
Problem existence and pain validation for bootstrapped founders. Assesses whether the problem is real, how severe the pain is, willingness to pay, buyer persona clarity, and urgency triggers — separating founder assumptions from market evidence. Use when user runs `/problem-analysis`, asks about "is this a real problem", "pain severity", "willingness to pay", "buyer persona", "customer pain", "pro
risk-assessment
Risk matrix and pre-mortem analysis for bootstrapped founders. Produces a pre-mortem exercise, ranked risk matrix (10-15 risks), blind spot detection, and 7-dimension risk assessment with 5 validation gates. Surfaces the risks founders aren't thinking about. Use when user runs `/risk-assessment`, asks about "risks", "what could go wrong", "blind spots", "pre-mortem", "risk analysis", "failure mode
sanity-check
Lightweight decision filter for bootstrapped founders. Applies 6 bootstrapper principles to ANY founder decision — feature additions, pivots, pricing changes, hiring, tool purchases, or the output of other skills. Produces a one-page verdict. Use when user runs `/sanity-check`, asks "should I do X?", "is this worth it?", "quick gut check", "sanity check this", or needs a fast, opinionated filter o
solution-analysis
Product fitness and solution validation for bootstrapped founders. Assesses whether THIS specific solution is the right way to address a validated problem — value proposition clarity, solution-problem fit, minimum product achievability, differentiation reality, switching motivation, time-to-value, retention potential, and substitute vulnerability. Use when user runs `/solution-analysis`, asks abou
swot
Quick SWOT analysis with bootstrapper lens. Produces a structured strengths/weaknesses/opportunities/threats matrix with evidence, strategic implications, and action priorities. Use when user runs `/swot`, asks for "SWOT analysis", "strengths and weaknesses", "strategic overview", "quick business assessment", or needs a fast strategic snapshot before deeper analysis.
timing-analysis
Market timing and entry window assessment for bootstrapped founders. Evaluates whether the moment is right — strategic inflection points, adoption stage, buyer behavior shifts, regulatory catalysts, incumbent vulnerability windows, and bootstrapper timing fit. Use when user runs `/timing-analysis`, asks about "why now", "market timing", "is it too late", "is it too early", "entry window", "inflect
user-personas
ICP and buyer persona card generator for bootstrapped founders. Produces 2-3 detailed persona cards (primary buyer, secondary buyer, anti-persona) with demographics, psychographics, behavior patterns, pain story, buying triggers, objections, and targeting criteria. Includes beachhead drift check. Use when user runs `/user-personas`, asks about "who is my customer", "buyer persona", "ICP", "ideal c
venture-sensei
Brutal, bullshit-free business strategist and mentor for founders. Use when user runs `/venture-sensei`, asks to "critique my startup", "review my business idea", "give me startup advice", "what customer acquisition strategy", "help me create an offer", "validate this idea", or needs strategic business mentorship. Created by the founders of RevenueHunt.com.
audit-deps
Use when you want to audit project dependencies — scans all lockfiles for CVEs, outdated major versions, and license violations. Run before releases or periodically as a health check.
commit
Use when you are about to create a git commit — generates a conventional commit message with type(scope): TICKET description format. Auto-detects ticket from branch name or arguments. Always use this instead of running git commit directly.
debug
Use when you encounter a bug, error, or unexpected behavior during a task — follows a reproduce → isolate → fix → verify cycle. Invoke this instead of guessing at a fix.
env-audit
Use when you want to audit environment variable usage — scans the entire codebase for all env var references across all sources (code, Docker, CI, config files) and flags anything undocumented or inconsistent. Works for any stack and any env var pattern.