Installation
Requirements
- An ImandraX API key (set as
IMANDRA_UNI_KEYenvironment variable)
Install via curl
curl -fsSL speclogician.dev/speclogician/install.sh | shPython 3.13 will be installed.
Install via pip
Additional requirement: Python 3.12 or later
pip install speclogicianOr with uv:
uv pip install speclogicianVerify installation
speclogician --help
speclogician versionEnvironment setup
Set your ImandraX API key:
export IMANDRA_UNI_KEY="your-key-here"Agent prompt
To generate the full agent instruction guide for use with LLM-powered tools:
speclogician prompt # output to stdout
speclogician prompt --out agent.md # write to fileThis produces a comprehensive guide that agents can follow to build specifications autonomously.