fpf:reset

Reset FPF reasoning cycles by archiving sessions or deleting knowledge files.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill fpf-reset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fpf:reset
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/fpf-reset
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill fpf-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FPF reasoning sessions can accumulate hypotheses, evidence, and decisions that clutter the workspace or create stale state; this Skill provides structured ways to archive, clear, or reclassify stored FPF artifacts so a new reasoning cycle can begin cleanly.

Core Features & Use Cases

  • Soft Reset (Archive): Create a session archive in .fpf/sessions and clear active work so previous hypotheses are preserved for future reference.
  • Hard Reset (Delete All): Permanently remove all FPF data and reset knowledge directories to zero, with explicit warning about destructive action.
  • Decision Reset (Re-evaluate): Move hypotheses between L2, L1, and L0 to re-audit or re-verify existing claims without full deletion.
  • Use Case: When an experiment or design sprint accumulates many rejected or outdated hypotheses, use a soft archive to preserve context or a hard reset to start anew.

Quick Start

Perform a soft reset that archives the current session to .fpf/sessions and clears active knowledge so I can start a new reasoning cycle.

Frequently Asked Questions about fpf:reset

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

FAQPage Schema
How do I reset reasoning cycles and archive FPF session files?

To reset FPF reasoning cycles, you can perform a soft reset that creates a session markdown archive in the .fpf/sessions directory and clears active knowledge files for a fresh start.

What is the best way to re-evaluate existing hypotheses without deleting FPF data?

Use a decision reset to move hypotheses between L0, L1, and L2 directories, allowing you to re-audit or re-verify existing claims without permanently deleting your FPF knowledge files.

Can I permanently delete all FPF knowledge files and start over from scratch?

Yes, a hard reset permanently removes all FPF data and resets knowledge directories to zero, but it requires explicit user confirmation due to the destructive nature of the action.

Do I need filesystem write access to manage FPF session archives?

Yes, managing FPF session archives and moving or removing files under the .fpf directory requires filesystem write access to execute these automation tasks.

When should I archive a reasoning session instead of doing a hard reset?

Archive a reasoning session when you want to preserve accumulated hypotheses and context for future reference before clearing the workspace, whereas a hard reset permanently deletes everything.