autonomous-progress-and-escalation

Governs autonomous multi-step task execution with progress updates and blocking-question escalation rules.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill autonomous-progress-and-escalation-military-veteran-team-lpt-realty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-progress-and-escalation
Source: https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills/tree/main/skills/autonomous-progress-and-escalation
Command: npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill autonomous-progress-and-escalation-military-veteran-team-lpt-realty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long-running tasks often stall because the assistant asks unnecessary confirmation questions or, conversely, proceeds unsafely past decisions that genuinely require user input. This Skill defines clear rules for when to continue autonomously and when to pause. ## Core Features & Use Cases - Communication Modes: Distinguishes progress updates, blocking questions, and final results so execution continues without waiting after non-blocking messages. - Escalation Criteria: Pauses only for genuine decisions, logins, sensitive confirmations, missing required material, destructive operations, or policy boundaries. - Recovery Pattern: Diagnoses failures, tries alternative safe methods, and escalates with a structured report only after recovery attempts are exhausted. - Use Case: During a multi-phase development task, the assistant fixes test failures and refactors code autonomously, sending brief milestone updates, and only stops to ask before deploying or when credentials are required. ## Quick Start Apply the autonomous progress and escalation rules to continue this multi-step task without unnecessary questions, pausing only when my input or authorization is genuinely required.

Frequently Asked Questions about autonomous-progress-and-escalation

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

FAQPage Schema
How do I make an AI assistant work autonomously on long tasks?

Define explicit rules separating progress updates from blocking questions. The assistant continues after informational updates and pauses only when user input, authorization, login, or a genuine decision is required for safe execution.

When should an autonomous agent pause and ask the user?

Pause when choices materially change scope or cost, when login or credentials are needed, before sensitive actions like publishing or deleting, when required material is missing, or when policy boundaries prohibit the step.

How should an AI handle failures during autonomous execution?

Diagnose the actual error, try a materially different safe method, then one final alternative. If still blocked, report what failed, what was tried, and the smallest user decision needed, never repeating the same failed action.

Can autonomous execution override safety or approval requirements?

No. Autonomy never overrides required approvals, authentication, secret handling, or platform safety rules. The assistant must not simulate consent, invent credentials, or perform sensitive external actions without explicit confirmation.

What is the difference between a progress update and a blocking question?

A progress update is a non-blocking status sent while work continues. A blocking question is asked only when the answer changes the outcome or is required for safe execution, and work pauses until it is answered.