vibeos-autonomous

Enable a temporary autonomous session override for VibeOS in Codex.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables a controlled autonomous-mode override for VibeOS in Codex, letting the system run without routine check-ins when long-running tasks or deep automation are required, while still applying governance checks.

Core Features & Use Cases

  • Enable a temporary autonomous session by configuring .vibeos/config.json and marking the session active in .vibeos/session-state.json.
  • Log the mode change to .vibeos/build-log.md and ensure safe handoff when the autonomous period ends.
  • Maintain gates, audits, and blocker handling so critical decisions still pause or intervene as needed during autonomous operation.

Quick Start

Enable autonomous mode by updating .vibeos/config.json and .vibeos/session-state.json, then run vibeos-build.

Frequently Asked Questions about vibeos-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 long tasks?

To enable autonomous mode in VibeOS, update .vibeos/config.json and mark the session active in .vibeos/session-state.json, then append a mode-change entry to .vibeos/build-log.md. This temporarily stops check-ins while preserving safety checks.

Can I run VibeOS autonomous sessions while keeping governance checks active?

Yes, you can run VibeOS autonomous sessions while keeping governance checks active. The override maintains gates, audits, and blocker handling, ensuring critical decisions still pause or intervene as needed during the autonomous operation period.

What is a temporary autonomous session override for VibeOS in Codex used for?

A temporary autonomous session override for VibeOS is used for long-running tasks and deep automation. It lets the system run without routine prompts, allowing continuous building while still applying necessary governance checks.

How do I log a mode change when starting an autonomous VibeOS session?

To log a mode change when starting an autonomous VibeOS session, append a mode-change entry to .vibeos/build-log.md after updating .vibeos/config.json and .vibeos/session-state.json. This ensures a safe handoff when the autonomous period ends.

Does VibeOS autonomous mode require any external dependencies to operate?

No, VibeOS autonomous mode does not require external dependencies to operate. It functions by updating internal configuration and session state files within the .vibeos directory to manage the autonomous workflow without external packages.

When should I not use the autonomous session override in VibeOS?

You should not use the autonomous session override in VibeOS for tasks requiring frequent manual approval. Although safety checks are preserved, autonomous mode is designed for deep automation and long-running tasks without routine check-ins.