Show the next feature to work on.
Steps
- •
Get the project for the current working directory:
- •Call
list_projectswithdirectory_pathset to the current working directory - •If no project found, tell the user to run
/manifest:initfirst
- •Call
- •
Get the next workable feature:
- •Call
get_next_featurewith the project ID
- •Call
- •
Display the result:
If a feature is found, show:
code
Next up: [Title] ([state]) Parent: [Parent title if any] Priority: [priority number] Spec: [spec_status from response] [Feature details/description] Ready to start? Use /manifest:start to begin work.
If the response includes spec_guidance, show it as a note:
code
Note: [spec_guidance text]
If no feature is found:
code
No workable features found. All features are either implemented or there are no features yet. Use /manifest:tree to see the current state.