autonomouslisted
Install: claude install-skill JKHeadley/instar
# Autonomous Mode (Structurally Enforced)
You are entering **autonomous development mode**. This mode uses a **stop hook** that PREVENTS you from exiting until all tasks are genuinely complete. This is not optional — the hook structurally enforces continuous work.
---
## Step 1: Generate Stop Conditions (MANDATORY)
Before activating the stop hook, you MUST:
1. **Analyze the goal** and break it into specific, verifiable tasks
2. **Present the task list** to the user with clear completion criteria
3. **Wait for user confirmation** before activating the hook
4. **Define the completion promise** — a phrase that is only TRUE when ALL tasks are done
**Example interaction:**
```
User: /autonomous --duration=8h --goal="Complete Slack feature parity"
Agent: Here's my task breakdown for autonomous mode:
TASKS (all must be complete before I can exit):
1. [ ] Implement job-specific Slack channels
2. [ ] Build full PresenceProxy Slack integration
3. [ ] Update dashboard HTML with platform badges
4. [ ] Implement Slack Lifeline process
5. [ ] Add platform dropdown to new session UI
...
Completion promise: "ALL_TASKS_COMPLETE"
Duration: 8 hours
Emergency stop: "stop everything" via messaging
Shall I proceed? (The stop hook will prevent me from exiting until all tasks are done)
```
**The user must confirm before the hook activates.** This is the safety gate.
---
## Step 2: Activate the Stop Hook
After user confirmation:
**2a. Add the stop hook to settings.json** (dynamically