Skill
Next Action
Suggest next actions after completing any task. Use automatically when a task is finished to recommend 2-3 logical follow-up actions the user might want to t...
When to use Next Action
Choose if
You want the agent to automatically propose 2–4 contextual follow-up actions (run tests, commit, push, write regression test, close issue, etc.) after each completed task and let the user pick one or multiple via AskUserQuestion. Pick this over a hard-coded post-task script when you want suggestions that adapt to whether the task was a code change, bug fix, feature implementation, or commit.
Avoid if
Your host doesn't expose AskUserQuestion (this skill depends on it), or you want fully autonomous next-step execution without an interactive pick — the design is user-in-the-loop multiselect, not autonomy.
Risk Flags
- LOW scope README states the skill maintains 2–4 options maximum due to AskUserQuestion tool limitations and depends on AskUserQuestion being available in the host agent.
Cost
Type: Free
Distribution
- ClawHub
next-action