Writers Room Story Engine
Story-architecture orchestrator: diagnoses phase, forces foundation-before-prose, routes to 5 modular story skills.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 2d0fd14
Ran a real A/B on a locksmith-finds-her-own-childhood-bedroom premise: the baseline draft was a competent but passive-protagonist coincidence reveal with no character change; forcing the skill's want/need/lie/ghost engine and therefore/but beat structure turned the same premise into a scene with an actual goal-flip turn and a causally-earned ending — a clear, concrete quality jump, not just more words.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Writers Room Story Engine does
Routes story development through staged modules (foundation, worldbuilding, scenes, revision) instead of jumping straight to prose, enforcing a protagonist-engine (want/need/lie/ghost/stakes) and therefore/but causal beats over and-then plotting. Triggers when building a story from scratch, fixing a flat/episodic outline, or guiding staged narrative development; a one-file MEGA-SKILL.md fallback is included for simplified deployment.
How to install Writers Room Story Engine
git clone https://github.com/jackterror/writers-room-story-engine
cd writers-room-story-engine
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/writers-room-story-engine
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Writers Room Story Engine
-
/writers-room-story-engineStory-architecture orchestrator: diagnoses phase, forces foundation-before-prose, routes to 5 modular story skills.
It also activates on plain-language prompts like these:
-
Help me build a story about a locksmith who finds an empty house -
My outline feels episodic and flat, help me fix the causal structure -
Write the opening scene once we've nailed the protagonist's want and lie
Frequently asked questions
- Is the Writers Room Story Engine skill free?
- Yes. The skill itself is free from jackterror/writers-room-story-engine. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Writers Room Story Engine work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran a real A/B on a locksmith-finds-her-own-childhood-bedroom premise: the baseline draft was a competent but passive-protagonist coincidence reveal with no character change; forcing the skill's want/need/lie/ghost engine and therefore/but beat structure turned the same premise into a scene with an actual goal-flip turn and a causally-earned ending — a clear, concrete quality jump, not just more words.
- What is the Writers Room Story Engine SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Writers Room Story Engine?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Writers Room Story Engine with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.