bborbe

Create Scenario — Development skill for Claude Code

Development community

Create a dark-factory scenario file for end-to-end validation.

How to install Create Scenario

Installs to ~/.claude/skills/bborbe-dark-factory-create-scenario/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bborbe-dark-factory-create-scenario && curl -fsSL https://raw.githubusercontent.com/bborbe/dark-factory/HEAD/commands/create-scenario.md -o ~/.claude/skills/bborbe-dark-factory-create-scenario/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Create Scenario does


description: Create a dark-factory scenario file for end-to-end validation argument-hint: allowed-tools: [Read, Write, Glob, Bash, AskUserQuestion]

Create a dark-factory scenario following `docs/rules/scenario-writing.md`.

  1. Read docs/rules/scenario-writing.md for format, status lifecycle, and writing rules
  2. Determine next scenario number from existing files in scenarios/
  3. Gather requirements from $ARGUMENTS (or interactively if empty)
  4. Writ

Alternatives in Development

  • Monetization Strategy — Brainstorm 3-5 monetization strategies with validation experiments 7.8k ★
  • n8n Validation Expert — Fix n8n validation errors with error catalog 3.6k ★
  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★

Full documentation available on GitHub

View Source Repository