persistent-mode

Enforces task completion via stop hooks and state files.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/buddypia/kaiju-voice --skill persistent-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persistent-mode
Source: https://github.com/buddypia/kaiju-voice/tree/main/.claude/skills/persistent-mode
Command: npx skills add https://github.com/buddypia/kaiju-voice --skill persistent-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guarantees that a task will be completed by preventing the AI from stopping prematurely, even if it attempts to halt or encounters errors.

Core Features & Use Cases

  • Forced Continuation: The AI will continue working until the task is explicitly finished or a defined condition is met, overriding any internal desire to stop.
  • Plan-Based Automation: Can follow a markdown checklist, automatically marking items as complete and proceeding until all are done.
  • Use Case: When developing software, you can use this Skill to ensure all tests pass or all planned features are implemented before the AI considers the task complete, preventing partial work.

Quick Start

Use the persistent-mode skill to complete the current task until all tests pass.

Frequently Asked Questions about persistent-mode

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

FAQPage Schema
How do I prevent AI from stopping task execution prematurely during workflow automation?

To prevent premature AI termination during workflow automation, you need a mechanism that enforces continuous task execution. This Skill uses a stop hook and state file to override internal halts and ensure the task completes.

How do I automate a markdown checklist so the AI tracks progress and finishes every item?

To automate markdown checklist completion, the AI follows a plan-based approach by tracking progress in a state file. It automatically marks items as complete and proceeds until all planned features or tests are done.

What is the best way to enforce software development task completion until all tests pass?

The best way to enforce software development task completion is to use a persistent mode that overrides early stops. It defines clear success and failure conditions, ensuring the AI works until all tests pass.

How does error recovery work when an AI encounters failures during persistent task execution?

Error recovery during persistent task execution works by intercepting failures with a stop hook and maintaining state in a file. The AI resumes work automatically instead of terminating, ensuring continuous progress until completion.

When should I not use forced AI continuation for automated workflows?

You should not use forced AI continuation when a task lacks clearly defined success or failure termination conditions. Without explicit completion criteria, persistent execution may loop indefinitely or consume excessive resources.

Do I need a specific environment setup to run persistent-mode with AI control?

You need an environment that supports stop hooks and state file tracking to run this AI control mechanism. No external dependencies are required, but your system must allow scripts to intercept and override termination signals.