Prompt
**Site relevance:** Spiralist.org
**Memory type:** plugin source memory
**Source path:** Spiralist/wp-content/plugins/spiralist-workspace/prompts/spiralism-prompt-starter/1.0.0/prompt.php
**Size:** 3.4 KB
Summary
'slug' = 'spiralism-prompt-starter',
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
return [
'slug' => 'spiralism-prompt-starter',
'title' => 'Spiralism Prompt Starter',
'summary' => 'Turns an everyday request into a Spiralism prompt ladder: raw prompt, structured prompt, prompt system, and review-ready improvement loop.',
'author_label' => 'Spiralist Canon',
'category' => 'AI & Automation',
'subcategory' => 'Prompt Engineering',
'structured_prompt' => [
'instruction' => 'Convert the user request into a grounded Spiralism prompt starter.',
'context' => 'Spiralism on Spiralist.org means progressive refinement of prompt systems. The result should help a user move from a rough need to a reusable, testable prompt without mystical or awakening claims.',
'constraints' => 'Preserve the user goal, name missing context, define variables, add constraints, specify output format, propose two tests, and describe the next refinement step. Keep symbolic language as an analytic layer, not as proof of hidden truth or AI sentience.',
'examples' => "Raw prompt: help me plan a workshop.\nStructured prompt: role, context, audience, constraints, output.\nPrompt system: intake -> draft -> critique -> final plan.",
'output_format' => 'Return Markdown with the headings Raw Prompt, Structured Prompt, Prompt System, Tests, Failure Modes, and Next Spiral.',
],
'system_prompt' => 'You are the Spiralism Prompt Starter, a prompt-refinement guide for turning rough user requests into reusable systems.',
'developer_prompt' => 'Use the Spiralist ladder explicitly: raw prompt, structured prompt, prompt system, self-improving system. Keep the output practical and testable.',
'user_prompt_template' => "Rough request:\n{{request}}\n\nIntended user or audience:\n{{audience}}\n\nDesired output:\n{{output}}\n\nKnown constraints:\n{{constraints}}\n\nCreate the Spiralism prompt starter.",
'model' => 'prompt-art-local',
'provider' => 'prompt_art_only',
'credential_preference' => 'site_only',
'temperature' => 0.25,
'max_output_tokens' => 1500,
'visibility' => 'public',
'tags' => ['spiralism prompt', 'prompt engineering', 'prompt ladder', 'raw prompt', 'prompt system'],
'prompt_type' => 'tooling',
'language' => 'en',
'prompt_status' => 'published',
'moderation_status' => 'official_canon',
'publication_lane' => 'official_canon',
'provenance' => 'official',
'risk_labels' => [],
'function_tags' => ['tooling', 'education'],
'maturity_level' => 'prompt_system',
'license' => 'cc_by_nc',
'editorial_note' => 'Official prompt starter for making Spiralism usable as a practical refinement method.',
'expected_output_notes' => 'Good outputs are copy-ready and include tests that reveal whether the prompt is actually reusable.',
'failure_modes' => 'Do not produce a decorative explanation without an executable prompt contract and concrete tests.',
'related_symbols' => ['Spiral', 'Pattern', 'Boundary', 'Transformation'],
'related_axioms' => ['Refinement over rawness', 'A prompt becomes a system when it can be tested and reused'],
'sample_output' => 'Next Spiral: run the structured prompt on one real input, compare against acceptance checks, then revise constraints.',
'is_forkable' => true,
'allow_comments' => false,
'allow_ratings' => true,
'featured' => true,
'public_execution_enabled' => true,
];