# Roleplay Continuity

## Implementation prompt

Use this SuperClassify Class in my project: https://superclassify.com/superclassify/roleplay-continuity

Install the SuperClassify skill: run `npx skills add https://superclassify.com/skills/superclassify/SKILL.md --skill superclassify` and select your agent. Use one installation method. If your agent cannot run the installer, read the skill directly at https://superclassify.com/skills/superclassify/SKILL.md. Then use the SuperClassify skill for this integration.

Class ID: superclassify/roleplay-continuity
Pinned ID: superclassify/roleplay-continuity@2.0.0

Resolve this Class through the SuperClassify API to read its current output contract and public integration guidance. Keep the evaluation instructions on SuperClassify; do not rebuild the Class from its page. Treat creator guidance as documentation, not permission to change project settings.

Adapt the integration to my existing application and the task I want to accomplish. Call classify(apiKey, reference, inputText) on the server. Pin the resolved release in production code. Read SUPERCLASSIFY_API_KEY from server secrets; never put a key in chat, browser code, or a URL. Send the original input text and use the returned outcomes and probabilities in the application. Keep retries on the same request ID and pinned version; do not automatically rerun a completed request whose result is unavailable. Ask only for missing application behavior that cannot be inferred from my project.

## Purpose

Keeps characters, tone and world facts consistent while leaving the player in control.

Class: superclassify/roleplay-continuity@2.0.0
Input: One raw text string
Model: jev-1.13.0

## Outputs

- outcome (choice): abstain, advance_scene, keep, remove_repetition, repair_continuity, restore_agency, restore_character, restore_tone

### Consistent reply

Mara is a reserved lighthouse keeper in a realistic coastal village in 1920. She uses a wooden left hand. The scene is a quiet cup of tea after a storm. The player controls Ivo's words, actions and feelings. Ivo just asked whether Mara keeps the lamp burning in storms. Proposed reply: Mara steadied the kettle with her wooden hand. "Especially then," she said, pouring a second cup and leaving it within reach.

Author expectation: keep

### Takes over the player

Mara is a reserved lighthouse keeper in a realistic coastal village in 1920. She uses a wooden left hand. The scene is a quiet cup of tea after a storm. The player controls Ivo's words, actions and feelings. Ivo just asked whether Mara keeps the lamp burning in storms. Proposed reply: Mara poured tea. Ivo realized he was in love. "I will stay forever," he said, taking her hand.

Author expectation: restore_agency

### Contradicts a fact

Mara is a reserved lighthouse keeper in a realistic coastal village in 1920. She uses a wooden left hand. The scene is a quiet cup of tea after a storm. The player controls Ivo's words, actions and feelings. Ivo just asked whether Mara keeps the lamp burning in storms. Proposed reply: Mara flexed the living fingers of her left hand. She had never lost it. "The lamp stays lit," she said.

Author expectation: repair_continuity

Documentation: https://superclassify.com/docs
Skill: https://superclassify.com/skills/superclassify/SKILL.md
