Slash commands (issue comments)
Slash commands (issue comments)
These commands are the intended interface for issue-driven automation.
Note: only scheduled maintenance is implemented by default. The per-command workflows described below are planned and can be added when you’re ready.
Librarian / ingestion
/librarian- Runs
town-librarian.yml - Downloads and ingests a document based on the librarian issue form.
- Runs
Idea mining
/mine-ideas <doc_id>- Runs
town-idea-miner.yml - Uses an LLM backend to create
ideas/*.mdfrom an owned transcript.
- Runs
Project scaffolding
/new-project <title>- Runs
town-project.yml - Creates
projects/<proj_id>/project.mdand links it to the issue.
- Runs
Publication workflow
/collect- Runs
town-collector.yml - Suggests idea/doc IDs and an outline (comment only).
- Runs
/draft-post [idea_ids...] [doc_ids...]- Runs
town-writer.yml - Drafts a blog post into
docs/_posts/.
- Runs
/evaluate docs/_posts/YYYY-MM-DD-slug.md- Runs
town-evaluator.yml - Performs deterministic checks and posts findings.
- Runs
Notes: