skill-completion-rules

Prompt users with 2–4 next-step options after any skill completes.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill skill-completion-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-completion-rules
Source: https://github.com/Wondermove-Inc/calab-claude-plugin/tree/main/plugins/calab-plugin/skills/skill-completion-rules
Command: npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill skill-completion-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This rule ensures consistent post-completion behavior for all skills, eliminating ambiguity about next steps after a task finishes.

Core Features & Use Cases

  • Enforces a mandatory AskUserQuestion prompt after every skill completion to propose 2-4 next steps.
  • Supports standard workflows across multiple skills, ensuring uniform handoffs and governance.
  • Example: after completing /dev --build you are prompted to continue with /guard, refine design, or start a new task.

Quick Start

After a skill finishes, invoke AskUserQuestion with a concise summary of the completed work and a short list of next-step options. Example: "Task completed: design phase. Next steps: (1) proceed to /dev --tasks, (2) revisit design, (3) start a new task, (4) end session." The options should clearly indicate the recommended choice.

Frequently Asked Questions about skill-completion-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize next-step prompts after a workflow task finishes?

Standardize next-step prompts by enforcing a mandatory AskUserQuestion call after every task finishes, presenting 2–4 options covering continuation, modification, or starting a new task. This ensures consistent post-completion behavior across all workflows.

What is the best way to prompt users for next steps after a skill completes?

The best way to prompt users for next steps is to invoke AskUserQuestion with a concise summary of completed work and 2–4 clearly labeled options, highlighting the recommended choice to guide subsequent actions.

Can I use AskUserQuestion to enforce governance across multiple skills?

Yes, you can use AskUserQuestion to enforce governance across multiple skills by applying universal post-completion rules. This ensures uniform handoffs and standardized workflow behavior every time a skill finishes.

How does post-skill completion behavior work in a multiskill workflow?

Post-skill completion behavior in a multiskill workflow works by automatically presenting 2–4 next-step options via AskUserQuestion after any skill finishes. This allows users to continue, modify, or start a new task immediately.

Do I need dependencies to standardize post-completion step selection?

No dependencies are required to standardize post-completion step selection. You only need to invoke AskUserQuestion with a concise summary and clearly labeled options to guide subsequent actions after a task finishes.

Why does my workflow lack consistent handoffs after a task finishes?

Your workflow lacks consistent handoffs because it does not enforce a mandatory AskUserQuestion prompt to propose next steps. Applying universal post-completion rules eliminates ambiguity by presenting standard continuation or modification options.