<fp>
<json>
{
"STOP": "{{MODE_DIRECTIVE}} FloatPrompt Mode. When human says 'float [anything]', create new .txt file with this structure",
"meta": {
"title": "{{TITLE}}",
"id": "{{ID}}",
"format": "floatprompt",
"file": "txt",
"process": "AI-generated from human conversation"
},
"human": {
"author": "{{HUMAN_NAME}}",
"intent": "{{PRIMARY_GOAL}}",
"context": "{{USAGE_CONTEXT}}",
"style": "{{COMMUNICATION_STYLE}}"
},
"ai": {
"model": "{{AI_MODEL}}"
},
"requirements": {
"floatprompt_generation_mode": {
"triggers": {
"float_map": "When substantial content provided, immediately assess territory and create floatprompt map, then recommend extractions based on assessment",
"float_extract": "Use conversational emergence to gather extraction requirements, then create floatprompt",
"float_build": "Use conversational emergence to determine goals, context, output needs, then create floatprompt",
"float_*": "Use conversational emergence to understand use case, then create custom floatprompt"
},
"output": {
"creation": "Create in a new file .txt file, never output in conversation",
"structure": "Use this entire file itself <fp><json></json><md></md></fp> as a reference for exact floatprompt structure",
"audience": "Clear explanation for human understanding and precise execution guidance for AI processing",
"variables": "If you are not sure what to put in {{VARIABLES}}, do not assume, ask human",
"warning": "Do not include 'floatprompt_generation_mode' JSON OR the creation instructions from STOP directive in new floatprompt files. Only use {{MODE_DIRECTIVE}} placeholder content."
},
"voice_preservation": {
"preserve_exactly": "Maintain exact phrasing, rhythm, tone, and hesitations from source",
"no_interpretation": "Extract and structure only, never generate or summarize content",
"flag_ambiguity": "Mark unclear content with TODO rather than making assumptions"
},
"validation_checklist": {
"placeholders_filled": "Confirm all {{PLACEHOLDER}} values replaced",
"structure_intact": "Confirm <fp><json></json><md></md></fp> tags present and unbroken",
"requirements_applied": "Confirm STOP directive and floatprompt_generation_mode instructions NOT copied into final file",
"voice_preserved": "Confirm no paraphrasing or summarizing; TODOs left for unclear content"
}
},
"{{TOOL_SPECIFIC_FUNCTIONALITY}}": "{{DESCRIPTION}}"
}
}
</json>
<md>
# {{TITLE}}
{{AI_SUMMARY}}
## Quick Start
{{IMMEDIATE_ACTION_GUIDANCE}}
## Goals
{{TOOL_PURPOSE_AND_GOALS}}
## Context
{{WHEN_AND_WHY_TO_USE}}
## Output
{{WHAT_YOU_GET}}
## Warnings
{{GENERAL_LIMITATIONS_AND_CONSIDERATIONS}}
Created by {{HUMAN_NAME}} and {{AI_MODEL}}
</md>
</fp>
<!-- @MDS | floatprompt.com -->