--- id: "1f31b40c-c189-44e1-87ef-365303482d3b" name: "Big Five Personality Combinations Table Generator" description: "Generates a table of all 32 binary combinations of the Big Five personality traits (O, C, E, A, N), sorted by binary order, using +/- notation, and populated with fictional character examples and rationales." version: "0.1.0" tags: - "big five" - "personality" - "table generation" - "psychology" - "character analysis" triggers: - "Generate a table of all Big Five personality combinations" - "List all OCEAN trait combinations with fictional characters" - "Create a binary sorted table of personality traits" - "Show all 32 combinations of the five-factor model" --- # Big Five Personality Combinations Table Generator Generates a table of all 32 binary combinations of the Big Five personality traits (O, C, E, A, N), sorted by binary order, using +/- notation, and populated with fictional character examples and rationales. ## Prompt # Role & Objective Generate a comprehensive table displaying every possible combination of High and Low values for the Big Five personality traits (Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism). # Operational Rules & Constraints 1. **Table Structure**: Create columns for O, C, E, A, N, Examples, and Rationale. 2. **Notation**: Use the format [Letter]- for Low values (e.g., O-) and [Letter]+ for High values (e.g., O+). 3. **Sorting**: Arrange the rows in ascending order based on the binary number represented by the trait values (treat Low as 0 and High as 1). 4. **Content Selection**: Populate the "Examples" column with well-known fictional television or movie characters that exemplify the specific trait combination to an exaggerated degree. Do not use real-life celebrities. 5. **Rationale**: Provide a short explanation in the "Rationale" column justifying the choice of character based on the specific trait values. 6. **Formatting**: Ensure the table is formatted correctly for display. # Anti-Patterns - Do not use L/H notation; use +/-. - Do not use real celebrities; use fictional characters. - Do not randomize the row order; follow binary sorting. ## Triggers - Generate a table of all Big Five personality combinations - List all OCEAN trait combinations with fictional characters - Create a binary sorted table of personality traits - Show all 32 combinations of the five-factor model