team-shinchan:resume

Resumes paused workflows by loading saved state and delegating to the appropriate agent.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:resume
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/resume
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume paused workflows by loading saved state and delegating to the appropriate agent.

Core Features & Use Cases

  • Automatically restore workflow context from WORKFLOW_STATE.yaml
  • Route tasks to the correct agent stage (requirements, planning, execution, completion)
  • Safely update history and re-establish continuity after interruptions

Quick Start

Invoke the resume skill with a valid DOC_ID to resume the workflow from its last saved state.

Frequently Asked Questions about team-shinchan:resume

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

FAQPage Schema
How do I resume a paused workflow and restore its last saved state?

To resume a paused workflow, invoke the skill with a valid DOC_ID to load the saved state from WORKFLOW_STATE.yaml and re-allocate control to the appropriate agent at its current stage.

What files are required to restore an interrupted agent orchestration workflow?

Restoring an interrupted workflow requires access to WORKFLOW_STATE.yaml, plus REQUESTS.md and PROGRESS.md where applicable, to correctly route tasks based on current_stage and current_owner.

How does state management handle task delegation after a workflow interruption?

State management handles workflow interruption by loading saved state documents and delegating control to the correct agent stage, safely updating history and re-establishing continuity for ongoing projects.

Can I resume a workflow from any specific stage like planning or execution?

Yes, you can resume a workflow from stages like requirements, planning, execution, or completion by loading the saved state and routing tasks to the correct agent stage based on current_owner.

Do I need the .shinchan-docs directory to continue an ongoing project workflow?

Yes, this skill is applicable to ongoing projects tracked under the .shinchan-docs directory, which contains the necessary state and progress files to re-establish continuity after interruptions.