Files
the_information_nexus/random/___outline.md
2023-11-11 11:23:51 -07:00

82 lines
2.2 KiB
Markdown

take the following key value pairs and build out prompts for each item so that it'll create a plot for a novel make sure to invlude a chohesive topics that make sense both logically and physically, in the prompts ask for the response to be no more than 1 to 3 words:{
'opening': {
'KEY_DETECTIVE': 'detective',
'KEY_CRIME': 'crime',
'KEY_SETTING': 'setting',
'KEY_ATMOSPHERE': 'atmosphere',
'KEY_SUSPENSE_TENSION': 'suspense_tension',
'KEY_INITIAL_CLUES': 'initial_clues',
'KEY_CHARACTER_REACTIONS': 'character_reactions'
},
'act_one': {
'supporting_characters': {
suspect_1
suspect_2
suspect_3
suspect_4
motive_1
motive_2
motive_3
motive_4
connection_1
connection_2
connection_3
connection_4
},
'KEY_SETTING_DESCRIPTION': 'setting_description',
'KEY_LANDMARKS': 'landmarks',
'KEY_ATMOSPHERE_DESCRIPTION': 'atmosphere',
'subplots': {
'KEY_SUBPLOT_1': 'subplot_1',
'KEY_SUBPLOT_2': 'subplot_2'
},
'KEY_RELATIONSHIPS_DESCRIPTION': 'relationships',
investigate_crime':
GATHERED_CLUES': 'clues
INTERVIEWED_WITNESSES': 'witnesses
ANALYZED_EVIDENCE': 'evidence
NARROWED_SUSPECTS': 'narrow_suspect
}
},
'act_two': {
'clues_red_herrings': {
'KEY_NEW_CLUE_1': 'new_clue_1',
'KEY_NEW_CLUE_2': 'new_clue_2',
'KEY_NEW_CLUE_3': 'new_clue_3',
'KEY_NEW_CLUE_4': 'new_clue_4',
'KEY_CONTRADICTORY_EVIDENCE': 'contradictory_evidence',
'KEY_RED_HERRINGS': 'red_herrings',
'KEY_UNEXPECTED_EVIDENCE': 'unexpected_evidence'
},
'subplots_advance': {
'KEY_SUBPLOT_1_ADVANCE': 'subplot_1_advance',
'KEY_SUBPLOT_2_ADVANCE': 'subplot_2_advance'
},
'investigate_suspects': {
'suspect_interrogations': {
'KEY_INTERROGATION_suspect_1',
'KEY_INTERROGATION_2': 'suspect_2',
'KEY_INTERROGATION_3': 'suspect_3',
'KEY_INTERROGATION_4': 'suspect_4'
}
},
'KEY_PLOT_TWIST_DESCRIPTION': 'plot_twist',
'KEY_DEEPEN_INVESTIGATION_DETAILS': 'deepen_investigation'
},
'act_three': {
'climax': {
'KEY_CONFRONT_CULPRIT_SCENE': 'confront_culprit',
'KEY_REVEAL_TRUTH_DETAILS': 'reveal_truth',
'KEY_AFTERMATH_DESCRIPTION': 'aftermath'
},
'subplot_resolution': {
'KEY_SUBPLOT_1_RESOLUTION': 'subplot_1_resolution',
'KEY_SUBPLOT_2_RESOLUTION': 'subplot_2_resolution'
},
'KEY_INVESTIGATION_WRAP_UP_DETAILS': 'investigation_wrap_up',
'KEY_CLOSING_SCENE_DESCRIPTION': 'closing_scene'
}
}