nweii/agent-stuff

extract-flow-scenario

Extracts a sequence of workflow events from conversation context into a structured markdown list.

First seen Feb 20, 2026

Installation

$ npx skills add nweii/agent-stuff --skill extract-flow-scenario

Summary

  • Extracts a sequence of workflow events from conversation context into a structured markdown list.
  • Surfaces actors, state changes, and pain points to serve as raw data for any later synthesis, design planning, or spec development.
  • Use when asked to document an actual operational flow, user journey, or scenario from a conversation to capture exactly what happened.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nweii/agent-stuff · top by installs.

npx skills add nweii/agent-stuff

Browse all from nweii/agent-stuff

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 9
License LICENSE
Default branch master
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
More metadata
author
nweii
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,238 B
  • docs SUMMARY.md 393 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 32 installs

SKILL.md

When asked to document a workflow or scenario, output a fenced markdown code block containing a numbered list. Rules:

  • Title: Begin with a concise descriptive heading capturing the subject, action, and key conditions (e.g., "[Entity/Subject] [Specific Action] ([Key Context/Condition])").
  • Specificity: Document the actual, specific scenario that occurred. Do NOT generalize or abstract into a generic workflow. This is a single building block. Include real names, identifiers, tool/platform names, and exact values where known.
  • Inline Structure: Make retrieval easier by using bold formatting or inline tags (e.g., Trigger:, Actor:, Outcome:, State Change:) to call out when the flow starts, who does what, and when a state handoff occurs.
  • Optional Metadata: If the user explicitly asks for a metadata block (or "properties"), include a brief block at the top of the flow detailing the Trigger, Actors, and Outcome. Ignore this block unless requested.
  • Structure: Use nested indents (4 spaces) for sub-steps, alternative paths, and conditional branches (e.g., "If X... / If Y..."). Keep step language terse and direct.
  • Epistemological Honesty: Document only what was described. If you notice a logical gap or missing technical step in the context, do not silently invent it. Instead, pause and ask the user for clarification in the conversation before generating the final markdown block. This saves tokens, makes the process more collaborative, and prevents the need to continuously regenerate complex outputs.
  • Pending States: Leave open-ended flows with a final pending step noting exactly what input or event is awaited before the flow can continue.