-
Notifications
You must be signed in to change notification settings - Fork 0
st new
b2o2i edited this page Apr 3, 2026
·
4 revisions
Creates a fresh prompt file from a template and opens your editor so you can fill in the topic. The starting point for every new research report.
Run before: st-gen · st-bang
st-new # pick a template interactively
st-new --template custom subject # use a named template
st-new --no-bang # edit only, skip st-bangOptions: --template --no-bang --no-spell -v -q
Related: st-gen · st-bang · st-admin
Template resolution order: ./template/ (CWD) → ~/.cross_templates/ → <script-dir>/template/. After editing, optionally launches st-bang automatically. st-admin --init-templates seeds ~/.cross_templates/ for pip/pipx installs.