next
SolidUse at the start of a work session, or any time the question is "what should I pick up now" across the whole project. Triggers — "/engineer.next", "what's next", "what should I work on", "what should I do next", "where do I pick up".
Install
Quality Score: 86/100
Skill Content
Details
- Author
- swingerman
- Repository
- swingerman/disciplined-agentic-engineering
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
next
Manually read the project's newest NEXT_SESSION.md and brief the user on what's pending. Mirror of the SessionStart hook for cases where the hook didn't fire or the user wants to re-consult mid-session.
reorient
Use mid-task when the working thread is lost — after a context compaction, a long agent run, or coming back to a feature unsure of the role, the current checkpoint, or the next action. Triggers — "/engineer.reorient", "reorient", "re-anchor", "what should I be doing right now", "I lost track", "where was I".
next-step
Find the single safest next action when someone says "what now?", "I don't know what to do next", "where do I start", returns to a cold project, or has an unclear Conductor queue. Use it to orient from CONTEXT.md, MEMORY_BANK.md, LOOP_QUEUE.md, FEATURES.json, and loop policy before proposing work. It distinguishes a blocked human decision from actionable work and never invents missing acceptance criteria. Do NOT use for emotional overwhelm that needs a smaller activation-energy step; use overwhelm-breakdown instead.