open-thread
Installation
SKILL.md
Open Thread
Turn a user's starting point into a durable thread on disk. You interpret the raw input, resolve the workflow the thread starts from, compose the seed's fields, and delegate the actual folder-and-file creation to /allocate-thread. You do the judgment; the primitive does the normalized write.
Inputs you accept
A single invocation supplies:
- A rough idea in prose, and/or an external ticket reference (a tracker URL or identifier), describing what the work is.
- A workflow the thread starts from — supplied as either:
- a built-in template name:
Quick,Standard, orRoadmap; or - a complete custom
## Suggested workflowsection written out in full.
- a built-in template name:
The workflow name is invocation input only. A thread is opened from a workflow; it does not carry a workflow type. Persist no workflow name, no progress markers, and no lifecycle values anywhere in the seed.