@@ -46,12 +46,13 @@ you know will be relevant as possible. Mention particular symbols, paste
snippets of code, etc. Once your prompt looks good, send it off.
In the `np` section of the model's rules, we'll have instructions to
-_immediately_ set an overarching goal with `np g s -t title -d description` that-captures the operator's request, combining the information from the ticket and-any extra operator-provided context. It should then go off and look at the-provided references and thoroughly consider how to go about resolving the goal.-After gathering that context, it adds tasks with `np t a -t title -d description--t title2 -d description2` and gets started on them.
+_immediately_ run `np s`, which outputs some LLM-oriented instructions for use.
+It first tells the model to set an overarching goal with `np g s -t title -d
+description` that captures the operator's request, combining the information
+from the ticket and any extra operator-provided context. Then it should go off
+and look at the provided references and thoroughly consider how to go about
+resolving the goal. After gathering that context, it adds tasks with `np t a -t
+title -d description -t title2 -d description2` and gets started on them.
As it works through the tasks, it's expected to update statuses by ID with
something like `np t u -i id -s status`. Commands that modify the model's plan