upgrade

Automate VibeOS framework upgrades with file copy, configuration reconciliation, and decision engine re-evaluation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Framework upgrade orchestration that copies new framework files, reconciles configuration, re-evaluates the decision engine against the project, runs all gates and auditors as a discovery sweep, and surfaces prioritized recommendations for integration and correction.

Core Features & Use Cases

  • Automates end-to-end framework upgrades: copies new framework components, reconciles configuration, re-evaluates the decision engine, and executes gates/auditors for a comprehensive discovery sweep.
  • Produces prioritized recommendations for integration and correction while preserving project ownership and avoiding unintended baselines.
  • Generates upgrade artifacts (snapshots, reports, and reconciliations) to support rollback and auditability.

Quick Start

Provide the path to the updated VibeOS framework source and confirm to start the upgrade.

Frequently Asked Questions about upgrade

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

FAQPage Schema
How do I automate VibeOS framework upgrades across multiple projects?

Automate VibeOS framework upgrades by orchestrating file copy, configuration reconciliation, and decision engine re-evaluation. The tool executes discovery sweeps and gate audits across projects defined by project-definition.json to produce prioritized upgrade reports.

What is framework upgrade orchestration and how does it handle configuration reconciliation?

Framework upgrade orchestration automates copying new framework files and reconciling configuration drift. It re-evaluates the decision engine against your project and runs auditors to surface prioritized recommendations for integration and correction.

Can I rollback a framework upgrade if the gate audit fails?

Yes, rollback is supported during framework upgrades. The process generates rollback snapshots and upgrade artifacts before applying changes, enabling safe rollout and auditing if discovery sweeps or gate audits detect integration issues.

How do I run a discovery sweep before committing to a VibeOS framework upgrade?

Run a discovery sweep by providing the path to the updated VibeOS framework source and confirming the upgrade. The decision engine re-evaluates your project, executing all gates and auditors to identify required integrations before changes are finalized.

Does the upgrade process preserve my existing project ownership and baselines?

Yes, the framework upgrade process preserves project ownership and avoids unintended baselines. It generates reconciliations and prioritized recommendations that maintain your project's integrity while applying the new framework components.

What limitations exist when automating framework upgrades without dependencies?

The framework upgrade operates without external dependencies but requires a valid project-definition.json file to scope the upgrade. It relies on the internal decision engine and gate audits to determine integration correctness rather than external validation tools.