make-scenarios

Generate perspective-driven scenarios from plans, codebases, or feature descriptions.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Trecek/useful-claude-skills --skill make-scenarios-trecek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-scenarios
Source: https://github.com/Trecek/useful-claude-skills/tree/main/.claude/skills/make-scenarios
Command: npx skills add https://github.com/Trecek/useful-claude-skills --skill make-scenarios-trecek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze a plan, codebase, or feature description and produce scenarios — statements of what an actor wants to be able to do. Scenarios are perspective-driven: the user provides the lens (developer extensibility, end-user capability, operator workflow, security posture, etc.) and the skill discovers what scenarios matter from that perspective. The output is framed as "{Actor} wants to {action} {target}" and serves as input for downstream requirements work.

Core Features & Use Cases

  • Perspective-driven generation: outputs consistent "Actor wants to action target" statements anchored in the analyzed material.
  • Evidence-grounded outputs: each scenario connects to pertinent evidence from the source plan or codebase for traceability.
  • Use-case ready: generated scenarios feed downstream requirement generation and design discussions.

Quick Start

Provide the plan or codebase and state the perspective to generate initial scenarios from the actor's point of view.

Frequently Asked Questions about make-scenarios

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

FAQPage Schema
How do I generate user scenarios from a feature plan?

To generate user scenarios from a feature plan, you provide the plan or codebase and specify a perspective like end-user capability or developer extensibility. The tool then outputs structured statements describing what an actor wants to achieve.

What are perspective-driven scenarios in requirements analysis?

Perspective-driven scenarios in requirements analysis are structured statements describing what a specific actor wants to do with a target. They are generated by applying specific lenses like security posture or operator workflow to a codebase or plan.

How do I extract use cases from a codebase for downstream requirements work?

Extract use cases from a codebase by analyzing the material through a chosen lens like developer extensibility or operator workflow. The process surfaces use cases and extension points formatted as actor-action-target statements grounded in codebase evidence.

Can I analyze security posture and operator workflows from a feature description?

Yes, you can analyze security posture and operator workflows from a feature description by setting these as your desired perspective. The analysis will generate scenarios that frame what security or operator actors want to achieve based on the provided material.

Does scenario generation prescribe technical solutions for the analyzed plan?

No, scenario generation does not prescribe technical solutions for the analyzed plan. It strictly frames a specific actor, action, and target without prescribing a solution, serving purely as input for downstream requirements and design discussions.

What is the best way to structure actor-action-target statements for software planning?

The best way to structure actor-action-target statements for software planning is framing them as what an actor wants to do to a target. This grounds each scenario in evidence from the analyzed material and surfaces specific extension points.