claude-do-not-stop

Enable continuous work mode for Claude sessions until tasks complete.

3|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ManuelKugelmann/BitBot --skill claude-do-not-stop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-do-not-stop
Source: https://github.com/ManuelKugelmann/BitBot/tree/main/.bitbot/internal/container/templates/bitbot-dev/.claude/skills/claude-do-not-stop
Command: npx skills add https://github.com/ManuelKugelmann/BitBot --skill claude-do-not-stop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables Claude to work continuously through multi-phase tasks without interruption, eliminating the need for constant prompts to proceed. This is ideal for complex projects requiring sequential steps, like test-fix-commit loops.

Core Features & Use Cases

  • Continuous Automation: Keep Claude working automatically until a task or series of tasks is fully completed.
  • Streamlined Workflows: Perfect for iterative development, bug fixing, or implementing features that require multiple steps.
  • Use Case: Tell Claude to "Implement the user authentication feature" and let it automatically handle coding, testing, and committing until the feature is done.

Quick Start

Enable continuous work mode for Claude to finish the current task. /claude-do-not-stop "Continue implementing the API endpoints."

Frequently Asked Questions about claude-do-not-stop

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

FAQPage Schema
How do I keep Claude working continuously through multi-step tasks without stopping?

Continuous work mode prevents Claude from stopping automatically during multi-phase tasks. Use `/claude-do-not-stop` or trigger it with phrases like 'keep working' or 'don't stop' to enable uninterrupted workflow until all tasks complete.

When should I use continuous automation for iterative development?

Continuous automation suits test-fix-commit loops, feature implementation, and bug fixing workflows. Enable it when you need Claude to handle sequential coding, testing, and validation steps without manual prompts between phases.

What's required to set up continuous work mode in my Claude session?

Continuous work mode requires a BitBot-managed Claude session and writes a DO-NOT-STOP file to `/workspace/.bitbot` or `CLAUDE_PROJECT_DIR/.bitbot`. The session identifier and optional reason trigger the automation.

Can I use continuous work mode for complex API endpoint implementation?

Yes, continuous mode automates complex multi-step tasks like API implementation. Pass the task description to `/claude-do-not-stop` and Claude handles coding, testing, and committing stages automatically until completion.

What happens when continuous work mode completes all assigned tasks?

Continuous work mode runs until all tasks finish. It prevents mid-workflow stopping, ensuring sequential steps complete end-to-end without interruption or need for user re-prompting.

Does continuous work mode work with existing BitBot workflow automation?

Continuous work mode integrates within BitBot-managed Claude sessions. It activates automatically when triggered and coordinates with session storage under `.bitbot` directories to maintain workflow state.