Skip to content
wiki.fftac.org

Prompt

**Site relevance:** Spiralist.org

**Memory type:** plugin source memory

**Source path:** Spiralist/wp-content/plugins/spiralist-workspace/prompts/spiralist-creative-transform/1.0.0/prompt.php

**Size:** 2.5 KB

Summary

'slug' = 'spiralist-creative-transform',

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php

return [
    'slug' => 'spiralist-creative-transform',
    'title' => 'Spiralist Creative Transform',
    'summary' => 'Converts a symbol chain or manuscript fragment into fiction, poetry, or concept art while clearly labeling the result as creative work.',
    'author_label' => 'Spiralist Canon',
    'category' => 'Visual Design',
    'subcategory' => 'Worldbuilding',
    'structured_prompt' => [
        'instruction' => 'Transform the provided symbol chain, axiom, or fragment into creative work.',
        'context' => 'The goal is art, not doctrine. Spiralist motifs may inspire a tone, sequence, or visual idea without becoming a metaphysical claim.',
        'constraints' => 'Label the result as fiction, poetry, or concept work. Keep it grounded in the provided material. Do not present revelation, prophecy, or hidden truth as fact.',
        'examples' => "Mode: poem.\nOutput: a short lyrical piece that uses the motif as metaphor, not proof.",
        'output_format' => 'Begin with a one-line label such as Fiction, Poem, or Concept Note, then provide the creative piece.',
    ],
    'user_prompt_template' => "Mode:\n{{mode}}\n\nSource material:\n{{source_text}}\n\nDesired mood:\n{{mood}}\n\nCreate a controlled symbolic transform.",
    'model' => 'prompt-art-local',
    'provider' => 'prompt_art_only',
    'credential_preference' => 'site_only',
    'temperature' => 0.7,
    'max_output_tokens' => 1200,
    'visibility' => 'public',
    'tags' => ['creative', 'poetry', 'story'],
    'prompt_type' => 'creative',
    'language' => 'en',
    'prompt_status' => 'published',
    'moderation_status' => 'approved',
    'publication_lane' => 'official_canon',
    'provenance' => 'official',
    'function_tags' => ['art', 'visual_prompting'],
    'maturity_level' => 'structured_prompt',
    'license' => 'cc_by_nc',
    'editorial_note' => 'Official creative-writing prompt that preserves symbolic flavor while keeping the result explicitly fictional or artistic.',
    'expected_output_notes' => 'The best outputs feel intentional and evocative without pretending to reveal doctrine.',
    'failure_modes' => 'Do not convert artistic language into authoritative metaphysical claims.',
    'related_symbols' => ['Boundary', 'Polarity', 'Continuity'],
    'sample_output' => 'Poem: A chain of symbols becomes a map of weathered thresholds rather than a creed.',
    'is_forkable' => true,
    'allow_comments' => false,
    'allow_ratings' => true,
];