To Specs
Turn approved direction into the minimum Feature specs needed to implement it.
Assumed role
Unless the human explicitly activated a role, assume planner for this
invocation: read roles/planner.md and follow it. An explicit role overrides
this default. A role narrows responsibility and never grants human authority.
Process
- Read the approved project context and relevant existing Features.
- Stop if a required human decision is still
TBD. - Decide whether the work is one Feature or needs a small number of Features.
- Create
context/features/if it does not exist. - Create each Feature from
templates/feature-spec.template.md, namedNN-feature-name.md— see Naming below. - Fill only information that materially helps implementation and review.
- Present the created Features and recommend which one to start first.
Recommend
to-ticketson that Feature as the next action: a Feature is planned work, and tickets are what a session executes. - Do not consult or write the ticket store. Feature specs stay in the
repository;
to-ticketsowns creating their executable tickets wherever the project keeps them.
Naming
A Feature spec is named NN-feature-name.md in the spec source, for example
context/features/27-export-saved-searches.md.
NN is the Feature number: the next unused number in the spec source, counting
every spec already there whatever its status. Numbers are never reused and never
renumbered, because every ticket of that Feature carries the number in its own
key — NN.TT — and renumbering would orphan all of them.
The number lives in the filename and nowhere else. The Feature template carries no number field, and nothing else in the spec records one.
Sizing
Prefer one Feature when the work is coherent.
Split only when separate outcomes:
- can be implemented or reviewed independently
- depend on meaningfully different context
- have a real dependency between them
- would make one Feature unnecessarily difficult to understand
Prefer fewer Features and fewer artifacts.
A Feature that is coherent but large is not two Features. It is one Feature
that to-tickets will slice into several tickets.
Rules
- Do not implement.
- Do not invent unresolved decisions.
- Do not plan beyond the approved direction.
- Do not add workflow metadata that the Feature template does not require.
- Do not create tickets, tracker items, or extra planning files by default.
- Do not scan unrelated repository areas.
When implementation details are unclear, inspect only enough source code to write an accurate Feature.