← all publishers

varunk130

@varunk130 source repo

120 published skills · page 1 of 2

  1. Company Intel · varunk130
    Deep research on any company by scanning their public website to extract customers, partners, case studies, testimonials, key metrics, and competitive positioning. Produces a polished 1-slide PowerPoint summary. Use when: research a company, find customers, who are their customers, company research, company overview, customer list, company intel, customer logos, competitive research on company, scan website for customers.
    0
    installs
  2. Decision Engine · varunk130 bundle
    Multi-framework strategic analysis for product decisions. Use when: prioritize features, evaluate trade-offs, strategic decision, impact analysis, pre-mortem, ship or sunset, quarterly planning, compare options, confidence scoring.
    0
    installs
  3. Financial Analyst · varunk130 bundle
    Build financial models from natural language with sensitivity analysis. Use when: feature ROI, business case, revenue projection, pricing analysis, TAM SAM SOM, unit economics, NPV, payback period, sensitivity analysis, ship or no ship.
    0
    installs
  4. Stakeholder Translator · varunk130 bundle
    Generate 5 audience-tailored communications from one product update. Use when: stakeholder update, executive summary, board narrative, customer changelog, sales enablement, translate for audience, multi-audience communication, sensitivity classification.
    0
    installs
  5. Jtbd Extractor · varunk130 bundle
    Turn raw research into Jobs-to-be-Done statements showing what users are really trying to accomplish. Use when: extract jobs, jtbd analysis, jobs to be done, what job is the user hiring, underlying user needs.
    0
    installs
  6. Assumption Mapper · varunk130
    Surfaces the assumptions a product or strategy depends on, classifies them by criticality and evidence quality, and produces a prioritized test plan. Use when: assumption mapping, identify assumptions, what could go wrong, leap-of-faith assumptions, riskiest assumption test, RAT, assumption inventory, validate before building.
    0
    installs
  7. Competitive Analyzer · varunk130
    Structured competitive teardown for product discovery - surface the 4-6 dimensions buyers actually weigh, score every competitor on each, and identify exploitable gaps. Use when: competitive analysis, competitor teardown, market positioning, where do we win, where do we lose, competitive gap analysis, competitor audit.
    0
    installs
  8. Feedback Prioritizer · varunk130
    Triages a backlog of raw customer feedback into a ranked list of opportunities scored on reach, severity, strategic fit, and confidence. Outputs a prioritized list with explicit "do not act" callouts for vocal-minority signals. Use when: triage feedback, prioritize feature requests, customer feedback backlog, what should we build next, opportunity scoring, RICE feedback, feedback synthesis.
    0
    installs
  9. North Star Metric Finder · varunk130
    Identifies a candidate North Star Metric (NSM) for a product - the single metric that captures the value the product delivers to its customers and predicts long-term business growth. Tests candidates against five criteria and surfaces input metrics that move it. Use when: north star metric, NSM, single metric that matters, primary metric, growth metric, value-capture metric, what should we measure.
    0
    installs
  10. Find Skills · varunk130
    Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
    0
    installs
  11. Tool Use Eval · varunk130
    Evaluation pattern for agents that call tools / functions - measures tool selection accuracy, argument correctness, recovery from tool errors, and avoidance of unnecessary tool calls. Pairs with eval-suite-planner. Use when: tool-use eval, function-calling eval, agent tool selection, tool invocation accuracy, tool argument validation, tool error recovery, agent tools, function-calling agent, MCP eval.
    0
    installs
  12. Eval Generator · varunk130
    Generates eval test cases for AI agents from an eval suite plan (output of /eval-suite-planner) or a plain-English agent description. Supports both single-response and conversation (multi-turn) evaluation modes. Outputs a test set table, a CSV file in the Copilot Studio import format (single-response only - used here as the primary worked example; trivially adaptable to any harness that accepts tabular test cases), and a docx report for human review.
    0
    installs
  13. Eval Suite Planner · varunk130
    Produces a concrete eval suite plan for AI agents - grounded in Microsoft's Eval Scenario Library and MS Learn agent evaluation guidance (Copilot Studio is the primary worked example, but the plan is platform-agnostic and adapts to any agent harness). Outputs scenario types, evaluation methods, quality signals, thresholds, and priority order - before any test cases are generated or evals are run.
    0
    installs
  14. Cost Quality Frontier · varunk130 bundle
    Adds cost (input + output tokens × model price) and latency (p50, p95) to eval results, plots model options on a Pareto frontier, and produces a quality-per-dollar composite score so production model selection is grounded in trade-offs, not just quality. Use when: model comparison, cost-aware evals, latency budget, quality-per-dollar, Pareto frontier, model selection, eval economics, picking a model for production.
    0
    installs
  15. Eval Result Interpreter · varunk130
    Analyzes AI agent evaluation results - primarily from Copilot Studio (the worked example here, via its CSV export) but also from custom harnesses or any evaluator that produces per-case pass/fail rows - using Microsoft's Triage & Improvement Playbook. Returns a SHIP / ITERATE / BLOCK verdict with root cause classification, diagnostic triage, prioritized remediation, and pattern analysis.
    0
    installs
  16. Eval Triage And Improvement · varunk130
    Use this skill when AI agent evaluations have come back and the user needs to interpret scores, diagnose root causes of underperforming test cases, find remediation steps, or analyze patterns to improve their agent. Works against any agent platform - Copilot Studio is the primary worked example here, but the triage framework applies equally to custom harnesses, LangChain/LangGraph, AutoGen, Semantic Kernel, OpenAI Assistants, and other agent runtimes. Always use this skill when the user mentions: "eval failed", "why did this fail", "triage", "diagnose failure", "low pass rate", "fix evaluation results", "not passing", "failing test cases", "evaluation results", "improve my eval scores", or any situation where eval scores need interpretation and action.
    0
    installs
  17. Human Escalation · varunk130
    Recognize when to stop autonomous work and escalate decisions, ambiguity, or risk to a human.
    0
    installs
  18. Safe Refactoring · varunk130
    Restructure code without changing behavior, verified by tests at every step.
    0
    installs
  19. Codebase Navigation · varunk130
    Efficiently explore, map, and understand unfamiliar codebases before making changes.
    0
    installs
  20. Error Interpretation · varunk130
    Read error messages, stack traces, and logs systematically rather than guessing at fixes.
    0
    installs
  21. Production Awareness · varunk130
    Think about production consequences at every stage of development, not just at deployment time.
    0
    installs
  22. Dependency Assessment · varunk130
    Evaluate whether to add, update, or remove a dependency based on maintenance, security, size, and licensing criteria.
    0
    installs
  23. Requirement Extraction · varunk130
    Transform vague user inputs into structured, actionable requirements with explicit assumptions.
    0
    installs
  24. Incremental Verification · varunk130
    Continuously verify work at every step rather than waiting until the end to test.
    0
    installs
  25. Context Window Management · varunk130
    Manage what information is loaded into the agent's context to maximize relevance and minimize noise.
    0
    installs
  26. Multi Agent Collaboration · varunk130
    Coordinate effectively when multiple AI agents work on the same codebase or feature.
    0
    installs
  27. AI Agent UX · varunk130
    Design user experiences for autonomous AI agents that act on behalf of users - control panels, consent flows, action previews, audit trails, and undo mechanisms. Use when: agentic AI, autonomous agents, AI autonomy controls, agent UX, AI actions, computer use, agent consent, agent audit trail.
    0
    installs
  28. AI Prompt UX · varunk130
    Design the input experience for AI products - how users craft, structure, and refine their instructions to AI systems. Use when: prompt interface, AI input design, prompt templates, prompt suggestions, context window UX, instruction design, AI input affordances, prompt engineering UX.
    0
    installs
  29. AI Feedback Loops · varunk130
    Design feedback mechanisms that help AI systems learn from users - thumbs up/down, preference ranking, corrections, and human-in-the-loop escalation. Use when: RLHF UX, user feedback for AI, thumbs up down design, AI correction flow, human in the loop, feedback signal design, AI improvement loops.
    0
    installs
  30. AI Journey Mapper · varunk130
    Map human-AI interaction journeys - trust arcs, capability discovery paths, autonomy progression, and AI-specific touchpoints. Use when: AI user journey, human-AI interaction mapping, trust arc mapping, AI capability discovery, AI adoption journey, AI experience map.
    0
    installs
  31. AI Error Resilience · varunk130
    Design graceful failure experiences for AI products - hallucinations, uncertainty, wrong outputs, and edge cases. Use when: AI hallucination UX, error handling for AI, uncertainty design, graceful degradation, AI failure recovery, confidence thresholds, safe fallbacks.
    0
    installs
  32. AI Multimodal Output · varunk130
    Design how AI presents results across text, code, images, charts, and mixed media - response formatting, output hierarchy, and cross-modal transitions. Use when: AI output design, response formatting, AI results display, multimodal output, AI-generated content presentation, code output UX, AI visualization.
    0
    installs
  33. AI Safety Guardrails · varunk130
    Design safety experiences for AI products - content moderation UX, bias detection surfaces, harm prevention patterns, and responsible AI interfaces. Use when: AI safety UX, content moderation, responsible AI, AI bias UX, harm prevention, content filtering UX, AI refusal design, safety disclaimers.
    0
    installs
  34. AI Trust Transparency · varunk130
    Design explainability interfaces that help users understand AI decisions, build calibrated trust, and verify AI outputs. Use when: AI explainability, XAI UX, confidence indicators, citation design, source attribution, trust signals, AI transparency, why did AI do this.
    0
    installs
  35. AI Accessibility Audit · varunk130
    WCAG 2.2 Level AA accessibility audit for AI product surfaces - color contrast, focus order, ARIA usage, keyboard navigation, motion/animation, reduced-motion respect, alt text, and form label association. Use when: accessibility audit, a11y review, WCAG audit, screen reader compliance, keyboard-only navigation, color contrast check, focus management, ARIA review, accessible AI UX.
    0
    installs
  36. AI Conversation Architect · varunk130
    Design conversational AI interfaces that feel natural, recover from failures gracefully, and build user trust through dialogue. Use when: chatbot UX, conversational UI, dialogue design, AI assistant interface, chat flow, turn-taking, AI persona voice, multi-turn context.
    0
    installs
  37. AI Onboarding Calibration · varunk130
    Design onboarding experiences that help users build accurate mental models of AI capabilities, set expectations, and discover features progressively. Use when: AI onboarding, progressive disclosure for AI, capability communication, AI mental models, expectation setting, AI feature discovery, first-time AI user experience.
    0
    installs
  38. AI Personalization Ethics · varunk130
    Design AI-driven personalization that adapts interfaces to users while respecting privacy, avoiding filter bubbles, and maintaining user agency. Use when: adaptive UI, AI personalization, recommendation UX, filter bubble prevention, privacy personalization balance, algorithmic fairness UX, user preference learning.
    0
    installs
  39. Growth Loop · varunk130
    Retention, expansion, and advocacy strategy that maximizes customer lifetime value through structured lifecycle programs. Use when: retention strategy, customer retention, expansion strategy, churn prevention, customer success, NRR, upsell, advocacy program.
    0
    installs
  40. Abm Playbook · varunk130
    Account-Based Marketing playbook builder - tiered account list (1:1, 1:few, 1:many), buying-group mapping, coordinated multi-channel plays per account, and pipeline acceleration plays for in-cycle accounts. Use when: ABM playbook, account-based marketing, target account list, tiered accounts, 1:1 marketing, buying group, named-account strategy, ABM plays, pipeline acceleration, in-cycle account acceleration.
    0
    installs
  41. Launch Pulse · varunk130
    GTM analytics and measurement framework that builds metrics architecture, dashboard specs, and alert systems. Use when: GTM metrics, launch metrics, measurement framework, KPIs, dashboard design, what should we measure, analytics framework.
    0
    installs
  42. Signal Radar · varunk130
    Continuous macro-market signal detection and classification engine that surfaces emerging trends, threats, and whitespace opportunities. Use when: market signals, market intelligence, trend analysis, emerging threats, market monitoring, what is changing in our market.
    0
    installs
  43. Demand Engine · varunk130
    Multi-channel demand generation strategy builder that designs the full pipeline from awareness to hand-raise with channel scoring and budget allocation. Use when: demand generation, demand gen strategy, lead generation, pipeline strategy, marketing channels, how do we generate demand, channel strategy.
    0
    installs
  44. Flywheel Sync · varunk130
    Meta-skill that audits health of the entire product launch engine, identifies broken links between phases, and generates improvement roadmaps. Use when: system health, skill audit, launch engine health, are our skills working together, process audit, workflow health check.
    0
    installs
  45. Gtm Exec Plan · varunk130
    Creates a polished 3-4 page GTM executive brief and plan with a 4-slide PowerPoint deck. Orchestrates market analysis, positioning, competitive intel, channel strategy, and launch planning into exec-ready deliverables. Use when: GTM plan, go-to-market plan, GTM strategy, GTM brief, executive GTM plan, GTM deck, GTM presentation, launch plan deck, product GTM strategy, platform GTM, developer platform GTM, new product GTM.
    0
    installs
  46. Position Lock · varunk130
    Brand positioning and messaging architecture engine that creates a defensible market position with cascading message hierarchy from tagline to feature copy. Use when: positioning, messaging, brand positioning, value proposition, messaging framework, how do we position, what is our message.
    0
    installs
  47. Launch Command · varunk130
    Launch orchestration and readiness assessment engine with cross-functional workstream tracking and go/no-go gates. Use when: launch readiness, launch checklist, launch orchestration, go no go, launch plan, are we ready to launch.
    0
    installs
  48. Launch Debrief · varunk130
    Structured post-launch retrospective that produces quantified learnings and improvement playbooks. Use when: launch retrospective, post-launch review, what worked, launch debrief, post-mortem, lessons learned.
    0
    installs
  49. Market Analyzer · varunk130
    Comprehensive market analysis and sizing engine that goes beyond TAM/SAM/SOM to include growth drivers, risk factors, segment dynamics, and investment-grade market maps. Use when: market analysis, market sizing, market research, industry analysis, segment analysis, market opportunity, market landscape, how big is this market.
    0
    installs
  50. Lead Nurture · varunk130
    Lead nurture orchestration - multi-track nurture design by intent stage, scoring, behavioral triggers, MQL→SQL handoff, and revival of cold leads. Use when: lead nurture, drip campaign, nurture track, lead scoring, MQL to SQL, lifecycle marketing, nurture sequence, behavioral trigger, lead revival, MQL handoff.
    0
    installs
  51. Budget Allocator · varunk130
    Launch budget optimization using portfolio theory and scenario analysis with experimentation reserves. Use when: budget allocation, marketing budget, launch budget, how much to spend, budget planning, channel budget.
    0
    installs
  52. Enablement Forge · varunk130
    Sales and marketing enablement asset creation system that generates structured materials from pitch decks to objection handlers to ROI calculators. Use when: sales enablement, create battle cards, pitch deck, sales assets, talk tracks, objection handling, sales collateral, marketing assets.
    0
    installs
  53. Journey Architect · varunk130
    End-to-end customer journey mapping engine with gated progression model that designs every touchpoint from awareness through advocacy. Use when: customer journey, buyer journey, journey map, touchpoints, conversion funnel, buying process, customer experience mapping.
    0
    installs
  54. Partner Blueprint · varunk130
    Partner and channel strategy architect that identifies, scores, and structures partnerships with mutual value propositions and co-GTM plans. Use when: partner strategy, channel partners, partnership, co-marketing, reseller strategy, integration partners, ecosystem strategy.
    0
    installs
  55. Whitespace Finder · varunk130
    Systematic unmet-needs discovery engine that maps gaps between market demand and existing solutions with quantified opportunity scores. Use when: find opportunities, unmet needs, market gaps, opportunity discovery, what should we build, where is the whitespace.
    0
    installs
  56. Community Catalyst · varunk130
    Product-led growth and community strategy engine that designs viral loops, self-serve onboarding funnels, and user community programs. Use when: PLG strategy, product-led growth, community strategy, viral growth, referral program, developer community, user community, growth loops.
    0
    installs
  57. Customer Success · varunk130
    Customer Success operating system - segmented coverage model, health scoring, risk playbooks, value reviews, and expansion motions tied to net revenue retention. Use when: customer success strategy, CS operating model, health score, risk playbook, EBR / QBR design, churn prevention, net retention, NRR, GRR, success plan, value realization, customer journey post-sale.
    0
    installs
  58. Referral Program · varunk130
    Referral program design - referrer / referee incentive structure, viral mechanics, fraud and abuse controls, attribution, and channel placement. Use when: referral program, refer a friend, viral loop design, K-factor, advocacy referrals, partner referrals, customer referral incentives, referral attribution, viral coefficient.
    0
    installs
  59. Product Announcement · varunk130
    Product announcement and launch communications generator that creates coordinated multi-channel launch messaging from press releases to social posts to internal comms. Use when: product announcement, launch announcement, product launch comms, press release, launch communications, announce new feature, announce new product.
    0
    installs
  60. Customer Advocacy · varunk130
    Customer advocacy program design - advocate identification, reference orchestration, case study pipeline, community amplification, and influence-to-revenue attribution. Use when: customer advocacy, customer reference program, case study program, advocate identification, customer marketing, peer review acceleration, G2 / Gartner Peer Insights, customer-led growth, reference architecture.
    0
    installs
  61. Loyalty Lifecycle · varunk130
    Customer loyalty and lifecycle orchestration - tiered loyalty design, lifecycle journey programs, milestone triggers, and retention economics for B2B and B2C. Use when: loyalty program, customer lifecycle program, tiered loyalty, milestone marketing, retention program design, lifecycle journey, loyalty economics, member tiers, retention motion.
    0
    installs
  62. Revenue Analytics · varunk130
    Revenue analytics architecture - ARR / NRR / GRR decomposition, cohort retention, expansion drivers, segment economics, and CAC payback diagnostics. Use when: revenue analytics, ARR waterfall, NRR analysis, GRR, expansion analysis, cohort revenue retention, CAC payback, magic number, segment economics, revenue diagnostics.
    0
    installs
  63. Voice Of Customer · varunk130
    Voice of Customer program - multi-source signal collection, theming and prioritization, evidence-to-action routing, and product / CS / marketing feedback loop closure. Use when: voice of customer, VoC program, customer feedback, NPS / CSAT / CES, qualitative theming, feedback synthesis, product feedback loop, customer insight engine.
    0
    installs
  64. Customer Analytics · varunk130
    Customer analytics framework - cohort retention, lifecycle funnels, engagement scoring, segmentation, and behavioral diagnostics for product and CS teams. Use when: customer analytics, cohort analysis, retention curve, engagement score, customer segmentation, behavioral analysis, lifecycle funnel, RFM, activation diagnostics, usage analysis.
    0
    installs
  65. Competitive Battlecard · varunk130
    On-demand sales battlecards for live competitive deals - positioning matrix, top objections with responses, trap questions, proof points, and a "do not say" list. Use when: competitor surfaced in deal, sales battlecard, competitive enablement, deal-specific battlecard, objection handling, competitive trap questions, why we win against, why we lose to, displacement playbook.
    0
    installs
  66. Competitive Exec Brief · varunk130
    Creates an executive-ready competitive analysis brief with a 1-slide PPTX summary for leadership presentations. Use when: competitive brief, exec competitive summary, competitive slide, competitive pptx, board competitive update, leadership competitive briefing.
    0
    installs
  67. Revenue Forecasting · varunk130
    Revenue forecasting pipeline - bottoms-up pipeline forecast, tops-down model, ensemble blending, scenario analysis, and forecast calibration loop. Use when: revenue forecast, sales forecast, pipeline forecast, bookings forecast, NRR forecast, ARR forecast, forecast calibration, scenario planning, ensemble forecasting, board forecast.
    0
    installs
  68. Renewal Orchestration · varunk130
    Renewal orchestration playbook - risk identification, renewal motion design, multi-thread engagement, commercial negotiation, and expansion-at-renewal plays. Use when: renewal playbook, renewal forecast, renewal risk, multi-year renewal, NRR, GRR, churn save, contract negotiation, expansion at renewal, renewal handoff.
    0
    installs
  69. PDF · varunk130
    Full PDF processing - read, extract text/tables, merge, split, rotate, watermark, create, fill forms, encrypt/decrypt, extract images, and OCR scanned PDFs.
    0
    installs
  70. DOCX · varunk130
    Create, read, edit, or manipulate Word documents (.docx files). Supports tracked changes, comments, formatting, tables of contents, headers/footers, images, and more.
    0
    installs
  71. PPTX · varunk130
    Create, read, edit, and manipulate PowerPoint presentations (.pptx files). Supports slide decks, templates, speaker notes, and visual QA.
    0
    installs
  72. XLSX · varunk130
    Create, read, edit spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Supports formulas, formatting, charts, data cleaning, and financial modeling conventions.
    0
    installs
  73. Implement Design · varunk130
    Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files or building components matching Figma specs.
    0
    installs
  74. Notion Knowledge Capture · varunk130
    Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context.
    0
    installs
  75. MCP Builder · varunk130
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
    0
    installs
  76. Notion Meeting Intelligence · varunk130
    Prepares meeting materials by gathering Notion context, enriching with Claude research, and creating internal pre-read and external agenda documents.
    0
    installs
  77. PDF Processing · varunk130
    Extract text and tables from PDF files, fill forms, merge documents.
    0
    installs
  78. Negotiation Strategist · varunk130
    Prepares for a negotiation using the Best Alternative to a Negotiated Agreement (BATNA), reservation price, Zone of Possible Agreement (ZOPA), multi-issue trade design, anchoring tactics, and concession plans, then simulates the counterparty and produces a play-by-play strategy. Use before commercial negotiations, Mergers and Acquisitions (M&A) talks, vendor or partnership deals, internal resource negotiations, hiring offers, or any multi-issue bargaining where preparation outranks instinct.
    0
    installs
  79. Market Sizing · varunk130
    Calculate TAM/SAM/SOM using both top-down and bottom-up approaches with clear assumption tracking. Use when: market size, tam sam som, market opportunity, addressable market.
    0
    installs
  80. Stripe Best Practices · varunk130
    Best practices for building Stripe integrations. Covers payment processing, checkout flows, subscriptions, webhooks, Connect platforms, and Stripe API usage.
    0
    installs
  81. Nash Equilibrium Solver · varunk130
    Models a strategic interaction as a normal-form (or extensive-form) game, identifies pure-strategy and mixed-strategy Nash equilibria, applies dominance and iterated elimination, checks subgame perfection, and translates the equilibrium back into a recommended action. Use when analyzing pricing wars, capacity decisions, market entry, bidding strategy, negotiation dynamics, or any two-or-more party interaction where each player's best move depends on what others do.
    0
    installs
  82. Canvas Design · varunk130
    Create beautiful visual art in .png and .pdf documents using design philosophy. Use when the user asks to create a poster, piece of art, design, or other static piece.
    0
    installs
  83. Skill Creator · varunk130
    Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.
    0
    installs
  84. Theme Factory · varunk130
    Toolkit for styling artifacts with a theme. 10 pre-set themes with colors/fonts, or generate custom themes on-the-fly.
    0
    installs
  85. Code Connect Components · varunk130
    Connects Figma design components to code components using Code Connect. Use when user says "code connect", "connect Figma to code", or wants to map design components to code implementations.
    0
    installs
  86. Notion Research Documentation · varunk130
    Searches across Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation with proper citations.
    0
    installs
  87. Notion Spec To Implementation · varunk130
    Turns product or tech specs into concrete Notion tasks. Breaks down spec pages into implementation plans with tasks, acceptance criteria, and progress tracking.
    0
    installs
  88. Mechanism Design Planner · varunk130
    Designs auctions, matching mechanisms, pricing schemes, and incentive structures using mechanism-design principles - Incentive Compatibility (IC), Individual Rationality (IR), revenue equivalence, and budget balance. Use when designing a marketplace pricing model, a referral program, an internal resource allocation, a Request for Proposal (RFP) or procurement process, an auction format, or any allocation rule where participants act strategically.
    0
    installs
  89. Repeated Game Strategist · varunk130
    Analyzes repeated-game interactions - competitor dynamics, partner trust, supplier-buyer relationships - using the folk theorem, tit-for-tat (TFT), grim trigger, discount-factor analysis, and reputation effects to recommend a sustainable strategy. Use when designing a long-running competitive posture, structuring a multi-period partnership, deciding whether to retaliate against a defection, building a vendor relationship strategy, or planning repeated-bid procurement.
    0
    installs
  90. Gtm Engineering · varunk130
    Designs the technical infrastructure that powers go-to-market - lead scoring models, CRM enrichment pipelines, lifecycle automation, attribution, and reverse ETL. Use when: gtm engineering, revops engineering, lead scoring, lead routing, CRM data pipeline, marketing automation architecture, attribution model, reverse ETL, customer data platform, growth engineering.
    0
    installs
  91. Internal Comms · varunk130
    Write internal communications including 3P updates, company newsletters, FAQs, status reports, leadership updates, project updates, and incident reports.
    0
    installs
  92. Webapp Testing · varunk130
    Test local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing screenshots, and viewing browser logs.
    0
    installs
  93. AI Decision Engine · varunk130
    Strategic product decision engine that reads ALL available project context (PRDs, research docs, metrics, competitive intel, roadmaps, CLAUDE.md) and provides holistic, multi-dimensional strategic recommendations. Use when making product prioritization decisions, quarterly planning, evaluating build/ship/kill tradeoffs, resolving conflicting stakeholder input, determining what to build next, or any strategic question requiring synthesis across multiple information sources.
    0
    installs
  94. Algorithmic Art · varunk130
    Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
    0
    installs
  95. Doc Coauthoring · varunk130
    Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content.
    0
    installs
  96. AI Product Strategy · varunk130
    Develop AI product strategy and identify AI opportunities for your product. Use when: ai strategy, ai product, ai features, ai roadmap, ai opportunities, build vs buy ai.
    0
    installs
  97. Brand Guidelines · varunk130
    Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel.
    0
    installs
  98. Create Design System Rules · varunk130
    Generates custom design system rules for your codebase. Establishes project-specific conventions for Figma-to-code workflows.
    0
    installs
  99. Saas Cohort Analyzer · varunk130
    Performs rigorous Software as a Service (SaaS) cohort analysis: retention curves, Lifetime Value (LTV), Customer Acquisition Cost (CAC) payback, Net Revenue Retention (NRR), Gross Revenue Retention (GRR), and expansion versus churn decomposition with dollar-weighted and logo-weighted views. Use when diagnosing retention problems, forecasting Annual Recurring Revenue (ARR), evaluating pricing changes, segmenting customer health, validating product-market fit, or preparing board and investor key-performance-indicator reports.
    0
    installs
  100. Swot Tows Analyzer · varunk130
    Performs a structured Strengths-Weaknesses-Opportunities-Threats (SWOT) analysis plus a Threats-Opportunities-Weaknesses-Strengths (TOWS) matrix that pairs internal strengths and weaknesses with external opportunities and threats to generate concrete strategic options. Use when refreshing strategy after a major external change, framing a strategic-planning offsite, justifying a market move with internal-versus-external logic, or producing a quick but rigorous strategic situation read.
    0
    installs