devteam-reset

Abort DevTeam sessions, clear temporary files, and reset circuit breaker state.

17|8|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/michael-harris/devteam --skill devteam-reset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devteam-reset
Source: https://github.com/michael-harris/devteam/tree/main/skills/devteam-reset
Command: npx skills add https://github.com/michael-harris/devteam --skill devteam-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you recover from errors, stuck sessions, or unexpected behavior within the DevTeam system by resetting its state and clearing problematic data.

Core Features & Use Cases

  • Abort Current Session: Immediately stop and reset the currently running development session.
  • Clear History: Remove all past session logs, agent runs, and event data while preserving plans.
  • Full Reset: Erase all session data, history, and temporary files, effectively returning the DevTeam to a clean slate.
  • Use Case: If a development task gets stuck in a loop or an agent fails repeatedly, you can use /devteam:reset to clear the current state and start fresh, potentially with a different approach.

Quick Start

Use the devteam reset skill to abort the current session and clear temporary files.

Frequently Asked Questions about devteam-reset

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

FAQPage Schema
How do I reset agent state when a development session gets stuck in an error loop?

To reset agent state, you can abort the current development session, clear temporary files, and reset the circuit breaker state to recover the system from error loops and unexpected behavior.

What is the difference between clearing session history and performing a full system reset?

Clearing session history removes past session logs, agent runs, and event data while preserving plans. A full system reset erases all session data, history, and temporary files, returning the system to a clean slate.

Can I target a specific development session for recovery instead of resetting everything?

Yes, session recovery supports options for targeting specific sessions, allowing you to abort and reset individual development tasks without clearing the entire system state or history.

How does state persistence and event logging work during a session reset?

State persistence during a session reset is managed through SQLite database operations and event logging, ensuring that circuit breaker states and session data are accurately cleared or preserved based on your selected reset options.

When should I use a circuit breaker reset to recover from agent failures?

You should use a circuit breaker reset when an agent fails repeatedly or a development task gets stuck in a loop, allowing you to clear the problematic state and start fresh with a different approach.