case-study-research

Collect and organize development artifacts from repositories, PRs, and session logs.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kurioscreative/skills --skill case-study-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: case-study-research
Source: https://github.com/kurioscreative/skills/tree/main/skills/case-study-research
Command: npx skills add https://github.com/kurioscreative/skills --skill case-study-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need to comprehensively document the development process of a feature from ideation to production, making it easier to create case studies or conduct retrospectives.

Core Features & Use Cases

  • Collect Development Artifacts: Gather raw artifacts such as commits, PRs, and session logs from the development lifecycle.
  • Organize Artifacts: Structure the collected data into a research folder with clear documentation.
  • Use Case: When a user needs to document the build process of a feature or gather historical data for a case study.

Quick Start

To begin collecting case study research for a feature, run the command: `/flow:case-study-research "Feature Name" --branch "branch-name" --pr "#1234" --description "Feature Description" --date "YYYY-MM-DD" --to "output-folder" --commit "commit-hash" --user "user-email" --project "project-name" --tag "tag" --memory "memory-file" --notes "additional notes" --timeline --manifest --session-index --commit-index --diffstat

Frequently Asked Questions about case-study-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect development artifacts for a software feature case study?

To collect development artifacts for a case study, you can systematically gather commits, pull requests, and session logs from your feature repositories into a structured research folder for historical analysis.

What is the best way to document feature development history from git and GitHub?

Documenting feature development history is best done by extracting commits, PRs, and Claude Code session logs via git and GitHub API, organizing them with timelines and manifests for comprehensive retrospective analysis.

Can I use session logs and PR databases to organize a retrospective analysis?

Yes, you can use session logs and PR databases to organize a retrospective analysis by indexing development artifacts, generating diffstats, and structuring historical data into clear documentation.

Does case study research require access to specific repositories and session logs?

Yes, case study research requires access to feature repositories, PR databases, and session logs to accurately collect and organize raw development artifacts from ideation to production.

How do I generate a timeline and manifest for feature development artifacts?

You generate a timeline and manifest for feature development artifacts by running a collection command with specific flags, parsing commit hashes, branches, and tags to structure your research output.