schub 0.1.25 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -191,11 +191,12 @@ Install paths per agent:
191
191
 
192
192
  ## LLM Skills
193
193
 
194
- - `create-proposal` - Scaffold and update proposals, including review requirements.
194
+ - `create-proposal` - Create a ticket-backed proposal artifact using the proposal template.
195
195
  - `create-ticket` - Create a ticket for any requested repo change.
196
196
  - `create-sub-tickets` - Generate actionable child ticket files under `.schub/tickets/` from a parent ticket id.
197
+ - `create-tickets-for-proposal` - Break a parent planning ticket into linked sub-tickets (proposal-breakdown compatibility alias).
197
198
  - `implement-ticket` - Implement a single ticket end-to-end and move it across ticket status folders.
198
- - `review-proposal` - Run a proposal review session with open questions and Q&A updates.
199
+ - `review-ticket` - Run a review session for a ticket with open questions and Q&A updates.
199
200
  - `refine-ticket` - Refine an existing ticket into the ticket template.
200
201
 
201
202
  ### LLM Workflow