reset

Reinitialize Hypo-Workflow runtime state while preserving configuration and prompts.

24|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill reset-hypoxanthineovo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reset
Source: https://github.com/HypoxanthineOvO/Hypo-Workflow/tree/main/skills/reset
Command: npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill reset-hypoxanthineovo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Hypo-Workflow maintains local runtime state and artifacts. This Skill enables safely resetting runtime artifacts without touching core project instructions, making it easier to recover from misconfigurations or corrupted state.

Core Features & Use Cases

  • Reinitialize state.yaml to reset progress while preserving configuration, prompts, architecture and logs.
  • Partial resets with /hypo-workflow:reset --full to remove state, reports and lifecycle logs while keeping configuration, prompts and architecture.
  • Hard reset with /hypo-workflow:reset --hard to display deletion preview and delete the entire .pipeline/ workspace after explicit confirmation.

Quick Start

Execute /hypo-workflow:reset to reinitialize runtime state while preserving configuration, or add --full or --hard for deeper resets.

Frequently Asked Questions about reset

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

FAQPage Schema
How do I safely reset workflow runtime state without losing configuration?

To reset workflow runtime state safely, reinitialize the state.yaml file while preserving core configuration, prompts, architecture, and logs. This clears progress and lifecycle data without touching essential project instructions.

What is the difference between a full reset and a hard reset for pipeline lifecycle data?

A full reset removes state, reports, and lifecycle logs while keeping configuration and architecture. A hard reset displays a deletion preview and deletes the entire pipeline workspace, requiring explicit confirmation for this destructive operation.

How do I clear corrupted workflow state and reports while keeping prompts?

Clear corrupted workflow state and reports by running a full reset with the --full flag. This removes lifecycle data and report artifacts while retaining your core project instructions, prompts, and architectural files.

Can I delete the entire pipeline workspace without removing project instructions?

Yes, a hard reset deletes the entire pipeline workspace while preserving core project instructions. It enforces safety by displaying a deletion preview and requiring explicit confirmation before executing the destructive deletion.

When should I use a hard reset over a partial reset for workflow maintenance?

Use a hard reset when you need to completely delete the pipeline workspace and all associated artifacts. Use a partial reset when you only need to reinitialize runtime state or clear reports while keeping configuration and architecture intact.