ftm-resume

Resumes saved FTM sessions by loading context and reinvoking the appropriate skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Paused ftm sessions can be long-running and multi-phase, and context may be lost between conversations. This Skill restores a saved state so you can continue exactly where you left off without redoing setup or re-running completed phases.

Core Features & Use Cases

  • Safe state restoration: reads saved frontmatter and re-invokes the appropriate ftm skill with restored context.
  • Cross-skill continuity: supports resume across brainstorm, executor, debug, council, and audit modes with consistent project context.
  • Environment validation: checks project directory, git state, worktrees, plan and artifacts, and computes session age to decide on fresh scans or continuation.

Quick Start

Say resume my last ftm session and I will pick up from the saved state.

Frequently Asked Questions about ftm-resume

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

FAQPage Schema
How do I resume a paused AI workflow session without losing context?

To resume a paused AI workflow session, this skill loads saved frontmatter state, validates your project directory and git status, and reinvokes the appropriate ftm skill with restored context for seamless continuation.

What is ftm session state restoration and how does it work?

ftm session state restoration reads saved frontmatter context, enforces version compatibility and project availability, and injects the saved data back into brainstorm, executor, debug, council, or audit workflows to continue exactly where you left off.

Can I resume an ftm executor workflow across different conversations?

Yes, you can resume ftm executor workflows across conversations. The skill supports cross-skill continuity for brainstorm, executor, debug, council, and audit modes by reloading saved project context and artifacts.

What environment checks are required before restoring a saved workflow state?

Before restoring workflow state, the skill validates project directory availability, git state, worktrees, plan artifacts, and computes session age to determine whether a fresh scan or direct continuation is safe.

Why does my paused session fail to resume after git changes?

Paused sessions may fail to resume due to git state validation enforcing worktree integrity and version compatibility checks, ensuring the saved context remains safe to inject and continue.

Do I need a specific project directory setup to resume an ftm session?

You need an available project directory with validated git state and existing plan artifacts. The skill checks these environment conditions and computes session age before deciding to continue or run a fresh scan.