Surviving the Storm

Structure crisis-driven survival decisions around shelter, supplies, and safety protocols.

6|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/ClaudeCode-NPC/Whispers-from-the-Star --skill surviving-the-storm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Surviving the Storm
Source: https://github.com/ClaudeCode-NPC/Whispers-from-the-Star/tree/main/.claude/skills/storm-survival
Command: npx skills add https://github.com/ClaudeCode-NPC/Whispers-from-the-Star --skill surviving-the-storm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables an immersive, crisis-driven narrative where a lone astronaut must survive a planetary storm, guiding players through prioritization and strategic decisions to influence the outcome.

Core Features & Use Cases

  • Deterministic, stage-based interactions that adapt to player choices to create replayable suspense.
  • Inventory management, risk assessment, and environmental storytelling to test crisis decision-making.
  • Use cases include practicing prioritization under pressure, exploring emergent narrative paths, and building emotional stakes.

Quick Start

Start by prioritizing shelter reinforcement and securing supplies to withstand the approaching storm.

Frequently Asked Questions about Surviving the Storm

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

FAQPage Schema
How do I create interactive fiction with crisis-driven decision trees?

To build interactive survival fiction, structure stage-based dialogue with escalation paths that validate player inputs and branch outcomes based on shelter, supply, and safety decisions. This creates deterministic, replayable suspense scenarios.

What is stage-based dialogue structuring for narrative storytelling?

Stage-based dialogue structuring for narrative storytelling organizes interactive fiction into sequential phases where user choices trigger specific escalation paths and environmental events. It requires frontmatter metadata validation to ensure narrative consistency.

How do I implement inventory management and risk assessment in a text adventure?

Inventory management and risk assessment in a text adventure are implemented by mapping user choices to resource consumption variables and triggering escalation paths based on remaining supplies. This tests crisis decision-making under pressure.

Can I use this narrative framework for non-survival science fiction scenarios?

This narrative framework is specifically designed for survival and crisis-management scenarios involving extreme weather and encounter events. Adapting it for non-survival science fiction would require restructuring the core shelter, supplies, and safety protocols logic.

How do I write non-destructive prompts for interactive fiction escalation paths?

Non-destructive prompts for interactive fiction escalation paths are written by validating inputs against structured frontmatter metadata requirements before triggering stage-based dialogue. This ensures safe narrative progression without breaking the story state.

What are the limitations of deterministic stage-based interactions in interactive fiction?

Deterministic stage-based interactions limit emergent narrative possibilities by mapping choices to pre-defined escalation paths rather than dynamically generating story content. This ensures replayable suspense but restricts infinite procedural storytelling.