Skip to content
b2o2i edited this page Apr 3, 2026 · 4 revisions

st-new — Start a new report from a prompt template

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

Examples

st-new                                  # pick a template interactively
st-new --template custom subject        # use a named template
st-new --no-bang                        # edit only, skip st-bang

Options: --template --no-bang --no-spell -v -q

Related: st-gen · st-bang · st-admin


For developers

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.

Clone this wiki locally