reset

Archive SESSION-STATE.md and reset the Stage to INIT.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/aoecosystem/project-foundations --skill reset-aoecosystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reset
Source: https://github.com/aoecosystem/project-foundations/tree/main/.cursor/skills/reset
Command: npx skills add https://github.com/aoecosystem/project-foundations --skill reset-aoecosystem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive the current foundations session and reset the Stage to INIT, providing a safe path to start a brand-new project while preserving an auditable trail.

Core Features & Use Cases

  • Soft reset archives SESSION-STATE.md on disk and keeps existing <slug>-*.html artifacts for reference.
  • Hard reset archives SESSION-STATE.md and moves all filled HTML artifacts to a dedicated archive folder, ensuring no data is permanently deleted.
  • Always preserves an audit trail in session-memory/archived/ and never permanently deletes data; supports recoverability and traceability across resets.

Quick Start

Issue '/reset' to begin archiving the current session and resetting the workflow to INIT, and then choose soft or hard reset as prompted.

Frequently Asked Questions about reset

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

FAQPage Schema
How do I archive a workflow session and reset the stage to INIT?

To archive a workflow session and reset the stage to INIT, issue a reset command to move the current session state and HTML artifacts to an archived folder, preserving a full audit trail without deleting data.

What is the difference between a soft reset and a hard reset for session management?

A soft reset archives only the session state file while keeping existing HTML artifacts for reference, whereas a hard reset archives the session state and relocates all filled HTML artifacts to a dedicated archive folder.

Does resetting a session permanently delete filled HTML files and audit trails?

No, resetting a session never permanently deletes artifacts. It moves data under an archived folder to ensure data preservation, providing full recoverability and traceability across multiple resets.

When do I need to archive session state before starting a new project?

You need to archive session state when you want to start a brand-new project phase safely. This preserves the current workflow foundations and audit trail while reverting the stage to its initial state.

Can I recover workflow data after a hard reset moves artifacts to the archive folder?

Yes, you can recover workflow data because a hard reset moves all filled HTMLs and session state into the archived directory without deletion, guaranteeing data preservation and traceability.