Install
uv tool install git+https://github.com/miounet11/Socrates.git
socrates init
export OPENAI_API_KEY=your-key
Docs
The fastest way to evaluate Socrates is to install the package, inspect built-in presets, generate a starter request file, and run a guided draft.
uv tool install git+https://github.com/miounet11/Socrates.git
socrates init
export OPENAI_API_KEY=your-key
socrates presets
socrates template blog_post --output request.yaml
socrates generate request.yaml --mode guided
CLI reference
List built-in content presets and their recommended modes.
Generate a starter YAML request that matches a built-in preset.
Generate only the strategy/rubric layer when you want to inspect it directly.
Generate content with `auto`, `direct`, `guided`, or `full` mode.
Run the review stage against an existing markdown draft.
Inspect local provider configuration and confirm credentials are present.
Publish evergreen library pages and rebuild the static library indexes and sitemap.
Starter presets
| Preset | Mode | Platform | Use |
|---|---|---|---|
| blog_post | guided | blog | Publishable long-form articles with clearer argument structure |
| linkedin_long_post | guided | Operator-style posts with stronger hooks and pacing | |
| value_prop | guided | web | Landing-page and positioning copy |
| industry_analysis | full | blog | Strategic analysis with stronger structure and review |
| content_calendar | full | multi-platform | Editorial planning across channels |
| brand_narrative | full | web | High-stakes positioning and narrative work |
Object model
The brief. Topic, audience, goal, platform, type, constraints, and tone notes.
The standard. Pain, persuasion, credibility, tone, anti-patterns, and angle.
The structure. Hooks, section order, evidence needs, and CTA placement.
The deliverable and the editorial audit that keeps the work publishable.
Next step
The website explains the model, but the fastest evaluation path is still: generate a template, run a preset, and inspect the resulting frame and draft.