autonomous

Enable continuous autonomous VibeOS sessions by updating configuration and session state files.

2|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/chieflatif/vibeos-plugin --skill autonomous-chieflatif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous
Source: https://github.com/chieflatif/vibeos-plugin/tree/main/plugins/vibeos/skills/autonomous
Command: npx skills add https://github.com/chieflatif/vibeos-plugin --skill autonomous-chieflatif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Force VibeOS back into full autonomous session mode. Use when the user says "go autonomous", "stop checking in", "run on your own", "stay in autonomous mode", or wants VibeOS to keep building until it hits a real blocker, finishes the plan, or needs an explicit risk decision.

Core Features & Use Cases

  • Turn on a temporary full-autonomous session override, record the session state, and continue building without routine check-ins.
  • Update configuration and session artifacts (.vibeos/config.json and .vibeos/session-state.json) to reflect autonomous mode, while preserving governance rules.
  • Log mode changes and maintain compliance with gates, audits, and anchor checks, ensuring visible traceability.
  • Continue building until a true blocker, explicit risk decision, or plan completion requires attention, then pause for escalation.

Quick Start

Enable autonomous mode to allow VibeOS to continue building without routine check-ins.

Frequently Asked Questions about autonomous

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

FAQPage Schema
How do I enable autonomous mode in VibeOS to stop routine check-ins during a build?

To stop checking in, you trigger an autonomous session override that updates .vibeos/config.json with autonomy metadata and creates .vibeos/session-state.json, allowing VibeOS to run continuously without pausing for routine approvals.

What happens to governance and compliance checks when running a continuous autonomous build?

When running a continuous autonomous build, the system preserves governance rules and maintains compliance with gates, audits, and anchor checks, while appending all mode changes to .vibeos/build-log.md to ensure visible traceability.

When does VibeOS pause execution if I run it in full autonomous session mode?

In full autonomous session mode, VibeOS continues building without interruption and only pauses execution when it encounters a true blocker, requires an explicit risk decision, or completes the project plan.

Does autonomous execution mode work without any external dependencies or components?

Yes, autonomous execution mode works without external dependencies. It operates entirely by managing internal VibeOS artifacts like .vibeos/config.json and .vibeos/session-state.json to maintain uninterrupted progress.

How do I track progress and explicit decisions when VibeOS is operating autonomously?

To track progress and explicit decisions when VibeOS is operating autonomously, you review the .vibeos/build-log.md file, which logs mode changes, and monitor .vibeos/session-state.json for session state updates and risk evaluations.