restart

Diagnose cascading software failures and rebuild from a corrected model.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/YutoMizutani/pantheon --skill restart-yutomizutani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: restart
Source: https://github.com/YutoMizutani/pantheon/tree/main/.claude/skills/restart
Command: npx skills add https://github.com/YutoMizutani/pantheon --skill restart-yutomizutani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps recover projects that have become trapped in cascading failures by distinguishing true architectural breakdowns from isolated bugs and avoiding unnecessary rewrites.

Core Features & Use Cases

  • Failure Diagnosis: Classifies situations into audit requests, local bugs, or cascading failures before taking recovery action.
  • Structured Recovery Workflow: Guides salvage, intent reconstruction, model redesign, rebuild planning, and postmortem analysis.
  • Use Case: When repeated fixes keep creating new failures across a project, use this Skill to preserve valuable assets and rebuild from a corrected model instead of continuing patch cycles.

Quick Start

Use the restart skill to analyze this stuck project situation and determine whether recovery requires rebuilding or a targeted fix.

Frequently Asked Questions about restart

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

FAQPage Schema
How do I fix a software project with cascading failures where patches keep creating new bugs?

Recover stalled projects by diagnosing cascading failures and rebuilding from a corrected model. This structured approach preserves salvageable assets and stops repeated regression cycles instead of applying ineffective patches.

When do I need to rebuild a stalled software project instead of applying a targeted bug fix?

A rebuild is needed when repeated fixes trigger new failures across the architecture. Structured diagnosis gates classify whether the issue is an isolated bug or a cascading failure requiring model-first reconstruction.

What is the best way to recover an architecture failure without losing valuable project assets?

Recover architecture failures through a structured workflow that preserves salvageable components. The process guides intent reconstruction, model redesign, and guarded rebuild procedures to securely restore the project.

How do I diagnose whether my project requires a full rebuild or just a local debugging fix?

Diagnose project health by classifying situations into audit requests, local bugs, or cascading failures. This failure diagnosis step determines if a targeted patch is sufficient or if model-first reconstruction is required.

Can I use a model-first reconstruction approach for repeated regression scenarios in complex development sessions?

Model-first reconstruction handles repeated regression scenarios in complex development sessions. It rebuilds from a corrected architectural model, ensuring guarded recovery procedures prevent the same failures from recurring.