next-step

Installation
SKILL.md

Next Step Advisor

When NOT to Use

  • Auto-loop already handling review/precommit flow (hooks track and assist)
  • User gave a clear, specific instruction (just do it)
  • Mid-execution of a skill workflow (follow that skill's progression)

Procedure

  1. Run bash scripts/run-skill.sh next-step analyze.js to collect deterministic findings
  2. Parse the JSON output — findings, gates, diff summary, phase, feature_context, next_actions, backlog
  3. If P0/P1 findings exist → format top 3 as actionable suggestions (Findings Mode)
  4. If mid-pipeline (gates not all passed, no P0/P1) → use progression tables to suggest next step
  5. If phase = post_precommit → suggest doc sync + request update (use next_actions)
  6. If phase = feature_complete → output feature complete summary with backlog
  7. If all gates pass and no P0/P1 → output session summary with commit seed (Summary Mode, P2/P3 shown as oversights)

Script Integration

Related skills

More from sd0xdev/sd0x-dev-flow

Installs
6
GitHub Stars
155
First Seen
Mar 9, 2026