resume-mission

Resume paused background missions by ID or title on their original schedule.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill resume-mission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-mission
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/general/missions/resume-mission
Command: npx skills add https://github.com/X-McKay/kubani --skill resume-mission

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to easily restart background missions that have been previously paused, ensuring continuous operation without manual intervention.

Core Features & Use Cases

  • Mission Resumption: Resumes a paused mission, automatically scheduling its next execution.
  • ID or Title Resolution: Can identify missions by either their unique ID or their descriptive title.
  • Use Case: If a scheduled report generation was paused for maintenance, this Skill can be used to quickly re-enable it once the maintenance is complete.

Quick Start

Use the resume-mission skill to restart the mission titled "daily report generation".

Frequently Asked Questions about resume-mission

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

FAQPage Schema
How do I resume a paused background mission?

To resume a paused background mission, provide its unique ID or descriptive title to verify its existence and paused status, then re-enable it to continue executing on its original schedule automatically.

What is needed to restart an automated task that was temporarily halted?

Restarting an automated task that was temporarily halted requires the specific mission ID or title to identify it, ensuring the system verifies it is currently paused before resuming execution.

Can I identify paused missions by title instead of ID to reactivate them?

Yes, you can identify paused missions by their descriptive title instead of a unique ID to reactivate them, allowing flexible resolution when re-enabling halted automated tasks.

What happens to the execution schedule when I unpause a mission?

When you unpause a mission, it continues executing on its original schedule without manual intervention, automatically calculating and scheduling its next execution based on the prior configuration.

Why does resuming a halted automated task fail?

Resuming a halted automated task fails if the mission ID or title does not exist or if the mission is not currently in a paused status, as the system verifies both conditions before resuming.