always-ask-next
Installation
SKILL.md
始终追问下一步 / Always Ask Next
这个技能做什么 / What this skill does
- 在任务已经完成、代理准备收尾时,提醒代理先问用户下一步。
When the current task is complete, this skill reminds the agent to ask for the next step before closing. - 用 3 个基于当前上下文的建议,把后续动作说具体。
It turns follow-up possibilities into 3 concrete, context-aware suggestions. - 避免代理过早宣布“完成”然后中断协作。
It helps prevent the agent from declaring “done” too early and breaking collaboration flow.
什么时候使用 / When to use this skill
在以下场景优先使用:
Prefer this skill when:
- 当前请求已经完成,但存在明显的后续动作。
The current request is complete but obvious next actions remain. - 你希望代理不要擅自决定“到这里就结束”。
Related skills
More from belugarex/my-skills
answer-framework
Build clear, evidence-based, natural-sounding answers for explanation, comparison, opinion, and decision-support requests. Use when the user asks a question that requires reasoning, structured analysis, or bilingual Chinese-English communication rather than direct file edits or command execution.
8double-check
Enforce two consecutive validations after file changes such as code edits, refactors, deletions, documentation updates, or configuration changes. Use when the task modifies files and the agent should verify correctness before finishing.
3double-check-code
在修改代码后,强制进行两次独立验证(测试/编译/检查),确保无误才结束。 / After code changes, enforce two independent verifications (tests/compilation/linting) to ensure correctness.
3