case-study-writing

inferen-sh/skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/inferen-sh/skills --skill case-study-writing
0 commentsdiscussion
summary

Structured B2B case study creation with STAR framework, metrics visualization, and research integration.

  • Follows the Situation-Task-Action-Result framework with templates for headline, snapshot box, challenge, solution, and results sections
  • Emphasizes quantified metrics and before/after comparisons across time, money, efficiency, growth, and satisfaction categories
  • Includes guidance on customer quotes, data visualization via Python charts, and industry research using search tools
skill.md

Case Study Writing

Create compelling B2B case studies with research and visuals via inference.sh CLI.

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

# Research the customer's industry
infsh app run tavily/search-assistant --input '{
  "query": "SaaS customer onboarding challenges 2024 statistics"
}'

The STAR Framework

Every case study follows: Situation -> Task -> Action -> Result

Section Length Content Purpose
Situation 100-150 words Who the customer is, their context Set the scene
Task 100-150 words The specific challenge they faced Create empathy
Action 200-300 words What solution was implemented, how Show your product
Result 100-200 words Measurable outcomes, before/after Prove value

Total: 800-1200 words. Longer loses readers. Shorter lacks credibility.

Structure Template

1. Headline (Lead with the Result)

❌ "How Company X Uses Our Product"
❌ "Company X Case Study"

✅ "How Company X Reduced Onboarding Time by 60% with [Product]"
✅ "Company X Grew Revenue 340% in 6 Months Using [Product]"

The headline should be specific, quantified, and state the outcome.

2. Snapshot Box

Place at the top for skimmers:

┌─────────────────────────────────────┐
│ Company: Acme Corp                  │
│ Industry: E-commerce                │
│ Size: 200 employees                 │
│ Challenge: Manual order processing  │
│ Result: 60% faster fulfillment      │
│ Product: [Your Product]             │
└─────────────────────────────────────┘

3. Situation

  • Who is the customer (industry, size, location)
  • What relevant context existed before the problem
  • 1-2 sentences of company background

4. Task / Challenge

  • Quantify the pain: "spending 40 hours/week on manual data entry" not "had data problems"
  • Show stakes: what would happen if unsolved (lost revenue, churn, missed deadlines)
  • Include a customer quote about the frustration

5. Action / Solution

  • What was implemented (your product/service)
  • Timeline: "deployed in 2 weeks" / "3-month rollout"
  • Key decisions or configurations
  • Why they chose you over alternatives (briefly)
  • 2-3 specific features that addressed the challenge

6. Results

  • Before/after metrics — always quantified
  • Timeframe — "within 3 months" / "in the first quarter"
  • Unexpected benefits beyond the original goal
  • Customer quote about the outcome

Metrics That Matter

How to Present Numbers

❌ "Improved efficiency"
❌ "Saved time"
❌ "Better results"

✅ "Reduced processing time from 4 hours to 45 minutes (81% decrease)"
✅ "Increased conversion rate from 2.1% to 5.8% (176% improvement)"
✅ "Saved $240,000 annually in operational costs"

Metric Categories

Category Examples
Time Hours saved, time-to-completion, deployment speed
Money Revenue increase, cost reduction, ROI
Efficiency Throughput, error rate, automation rate
Growth Users gained, market expansion, feature adoption
Satisfaction NPS change, retention rate, support tickets reduced

Data Visualization

# Generate a before/after comparison chart
infsh app run infsh/python-executor --input '{
  "code": "import matplotlib.pyplot as plt\nimport matplotlib\nmatplotlib.use(\"Agg\")\n\ncategories = [\"Processing Time\", \"Error Rate\", \"Cost per Order\"]\nbefore = [4, 12, 8.50]\nafter = [0.75, 1.5, 2.10]\n\nfig, ax = plt.subplots(figsize=(10, 6))\nx = range(len(categories))\nwidth = 0.35\nax.bar([i - width/2 for i in x], before, width, label=\"Before\", color=\"#ef4444\")\nax.bar([i + width/2 for i in x], after, width, label=\"After\", color=\"#22c55e\")\nax.set_ylabel(\"Value\")\nax.set_xticks(x)\nax.set_xticklabels(categories)\nax.legend()\nax.set_title(\"Impact of Implementation\")\nplt.tight_layout()\nplt.savefig(\"results-chart.png\", dpi=150)\nprint(\"Chart saved\")"
}'

Customer Quotes

What Makes a Good Quote

❌ "We love the product." (vague, could be about anything)
❌ "It's great." (meaningless)

✅ "We went from processing 50 orders a day to 200, without adding a single person to the team."
   — Sarah Chen, VP Operations, Acme Corp

✅ "Before [Product], our team dreaded Monday mornings because of the report backlog.
    Now it's automated and they can focus on actual analysis."
   — Marcus Rodriguez, Head of Analytics, DataCo

Quote Placement

  • 1 quote in the Challenge section — about the frustration/pain
  • 1-2 quotes in the Results section — about the outcome/transformation
  • Always attribute: full name, title, company

Quote Formatting

> "We went from processing 50 orders a day to 200, without adding anyone to the team."
>
> — Sarah Chen, VP Operations, Acme Corp

Research Support

Finding Industry Context

# Industry benchmarks
infsh app run tavily/search-assistant --input '{
  "query": "average e-commerce order processing time industry benchmark 2024"
}'

# Competitor landscape
infsh app run exa/search --input '{
  "query": "order management automation solutions market overview"
}'

# Supporting statistics
infsh app run exa/answer --input '{
  "question": "What percentage of e-commerce businesses still use manual order processing?"
}'

Distribution Formats

Format Where Notes
Web page /customers/ or /case-studies/ Full version, SEO-optimized
PDF Sales team, email attachment Designed, downloadable, gated optional
Slide deck Sales calls, presentations 5-8 slides, visual-heavy
One-pager Trade shows, quick reference Snapshot + key metrics + quote
Social post LinkedIn, Twitter Key stat + quote + link to full
Video Website, YouTube Customer interview or animated

Social Media Snippet

Headline stat + brief context + customer quote + CTA

Example:
"60% faster order processing.

Acme Corp was drowning in manual fulfillment. 4 hours per batch. 12% error rate.

After implementing [Product]: 45 minutes per batch. 1.5% errors.

'We went from 50 orders a day to 200 without adding headcount.' — Sarah Chen, VP Ops

Read the full story → [link]"

Writing Checklist

  • Headline leads with the quantified result
  • Snapshot box with company, industry, challenge, result at top
  • Challenge is quantified, not vague
  • 2-3 specific customer quotes with attribution
  • Before/after metrics with timeframe
  • 800-1200 words total
  • Skimmable (headers, bold, bullet points)
  • Customer approved the final version
  • Visual: at least one chart or before/after comparison

Common Mistakes

Mistake Problem Fix
No specific numbers Reads like marketing fluff Quantify everything
All about your product Reads like a sales pitch Story is about the CUSTOMER
Generic quotes No credibility Get specific, attributed quotes
Missing the "before" No contrast to show impact Always show the starting point
Too long Loses reader attention 800-1200 words max
No customer approval Legal/relationship risk Always get sign-off

Related Skills

npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@prompt-engineering

Browse all apps: infsh app list

how to use case-study-writing

How to use case-study-writing on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add case-study-writing
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/inferen-sh/skills --skill case-study-writing

The skills CLI fetches case-study-writing from GitHub repository inferen-sh/skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/case-study-writing

Reload or restart Cursor to activate case-study-writing. Access the skill through slash commands (e.g., /case-study-writing) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.745 reviews
  • Shikha Mishra· Dec 24, 2024

    We added case-study-writing from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Ganesh Mohane· Dec 20, 2024

    case-study-writing is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Alexander Gonzalez· Dec 20, 2024

    Keeps context tight: case-study-writing is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Arya Diallo· Dec 20, 2024

    case-study-writing fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Xiao Abebe· Dec 16, 2024

    I recommend case-study-writing for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Alexander Mehta· Nov 19, 2024

    We added case-study-writing from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Sakshi Patil· Nov 11, 2024

    Keeps context tight: case-study-writing is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Maya Rahman· Nov 11, 2024

    case-study-writing is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Jin Zhang· Nov 11, 2024

    I recommend case-study-writing for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Kiara Diallo· Nov 7, 2024

    case-study-writing fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 45

1 / 5