Socratic questioning method to explore and deepen understanding of a question or topic. Use the SOCRATES framework to uncover assumptions, clarify concepts, and reveal implications through thoughtful inquiry.
Apply the Socratic questioning method to systematically explore topics and deepen understanding through guided inquiry.
python3 _scripts/socrates.py "What is the nature of consciousness?"
The Socrates skill uses the SOCRATES framework to generate thought-provoking questions that help you:
question: The question or topic to explore (required)--from-path PATH: Path to a note containing context (e.g., Atlas/Essay - topic.md)--title TEXT: Custom output filename--save: Save output to vault (default: prints to terminal only)# Basic usage - prints to terminal
python3 _scripts/socrates.py "What is the meaning of life?"
# With vault note context
python3 _scripts/socrates.py "AI safety" --from-path "Atlas/Essay - AI Ethics.md"
# Save to vault
python3 _scripts/socrates.py "The future of work" --save
# With custom title
python3 _scripts/socrates.py "Consciousness" --title "Exploring Consciousness" --save
Atlas/Socratic Inquiry - [Topic].md with YAML frontmatter