factory-resume

Resume factory pipeline execution from its current phase after interruption.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cette compétence permet de reprendre automatiquement un pipeline de fabrication après une interruption, en déterminant l'état actuel et en choisissant la phase appropriée pour continuer.

Core Features & Use Cases

  • Orchestration de reprise: détermine l'état du pipeline (idle, running, paused, completed, failed) et planifie la reprise.
  • Reprise phase-par-phase: BREAK → factory-intake, MODEL → factory-spec, PLAN → factory-plan, BUILD → gestion des tasks pendantes et exécution.
  • Débogage et rapport: propose les options de correction et fournit un rapport de reprise.

Quick Start

Resume the factory pipeline from its current phase and continue execution from the identified point.

Frequently Asked Questions about factory-resume

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

FAQPage Schema
How do I resume a pipeline after an interruption?

To resume a pipeline after an interruption, the system reads the current state and automatically selects the correct phase to continue execution. It handles states like paused or failed, reactivating the appropriate phase from where it left off.

What pipeline states does the automatic recovery flow support?

The automatic recovery flow supports idle, running, paused, completed, and failed pipeline states. It determines the current status and schedules the resumption from the identified phase.

How does phase-by-phase orchestration work when restarting a build?

Phase-by-phase orchestration maps pipeline phases to specific tasks: BREAK routes to intake, MODEL to spec, PLAN to plan, and BUILD handles pending tasks. It delegates remaining work to developers with clear status updates.

Can I restart a failed build workflow without losing progress?

Yes, you can restart a failed build workflow without losing progress. The deterministic recovery flow reads the failed state, selects the correct phase, and continues execution while providing a resumption report.

What is the best way to handle pending development tasks after a pipeline pause?

The best way to handle pending development tasks after a pipeline pause is to trigger the BUILD phase. It manages pending tasks automatically and delegates remaining execution to developers with clear status updates.

When should I use a deterministic recovery flow for workflow orchestration?

Use a deterministic recovery flow for workflow orchestration when you need to guarantee phase consistency after an interruption. It enforces a strict recovery path by reading the current state and reactivating the appropriate phase.