resume-task

Load task context by keyword or ticket number and update status.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tokijh/minapp --skill resume-task-tokijh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-task
Source: https://github.com/tokijh/minapp/tree/main/.claude/skills/resume-task
Command: npx skills add https://github.com/tokijh/minapp --skill resume-task-tokijh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to quickly resume interrupted tasks by loading their context, ensuring continuity and efficiency in your workflow.

Core Features & Use Cases

  • Task Resumption: Loads previously saved task information based on keywords or ticket numbers.
  • Context Loading: Reads all relevant Markdown files within a task directory in parallel for immediate context.
  • Use Case: After a break, you can type "resume task login" to instantly bring up all information related to the login task, including its status, progress, and related notes, allowing you to pick up exactly where you left off.

Quick Start

Use the resume-task skill to load the task related to 'MINAPP-003'.

Frequently Asked Questions about resume-task

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

FAQPage Schema
How do I resume an interrupted task and reload its previous context?

To resume an interrupted task, you can load its context by searching for specific keywords or ticket numbers, which reads all relevant Markdown files in the task directory to restore your previous working state.

What is the best way to load task context from a directory using a ticket number?

The best way to load task context is to provide the specific ticket number, which triggers a parallelized file reading process within the task directory to immediately retrieve status, progress, and related notes.

Can I use a read-only mode when checking the status of a backlog task?

Yes, you can use a read-only mode to check the status of a backlog task, allowing you to review the summarized context including priority and outstanding items without automatically updating the task status.

How does task continuation work when switching between different workflow items?

Task continuation works by searching for task keywords, automatically updating the task status from backlog to in-progress, and providing a summarized context of progress and related files for seamless workflow switching.

Does this task management approach require specific file formats for context loading?

This task management approach requires Markdown files for context loading, reading all relevant files within a specified task directory in parallel to efficiently reconstruct the working environment.

What limitations exist when loading context for tasks with incomplete progress notes?

When loading context for tasks with incomplete progress notes, the limitation is that the summarized context only reflects what is explicitly documented in the Markdown files, meaning missing outstanding items will not be automatically generated.