dotagent-upgrade

Audit and upgrade DOTAGENT projects to the latest specification version.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/sgmonda/dotagent --skill dotagent-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotagent-upgrade
Source: https://github.com/sgmonda/dotagent/tree/main/skills/dotagent-upgrade
Command: npx skills add https://github.com/sgmonda/dotagent --skill dotagent-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade and align DOTAGENT projects to the latest specification by auditing current state and applying safe, incremental updates that preserve user customizations.

Core Features & Use Cases

  • Non-destructive upgrades: add missing elements and delta changes without overwriting user customizations.
  • Incremental planning and auditing: detect current version, assess structure gaps, and generate a safe upgrade plan.
  • Idempotent execution: running again yields the same result with no adverse effects.

Quick Start

Run the upgrade planner in the project root to begin auditing and applying non-destructive deltas to reach the target spec.

Frequently Asked Questions about dotagent-upgrade

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

FAQPage Schema
How do I upgrade a DOTAGENT project to the latest specification version?

To upgrade a DOTAGENT project, run the upgrade planner in the project root to audit the current state and apply non-destructive, incremental deltas that align the structure with the latest spec.

How does non-destructive versioning work during a spec upgrade?

Non-destructive versioning adds missing elements and applies delta changes without overwriting existing user customizations, ensuring the upgrade safely preserves your project modifications.

What happens if I run the DOTAGENT upgrade audit multiple times?

Running the DOTAGENT upgrade audit multiple times is safe due to idempotent execution, meaning repeated runs yield the exact same result with no adverse effects or duplicate changes.

Can I see a change plan before applying updates to my project?

Yes, the tool provides incremental planning and auditing by detecting the current version, assessing structure gaps, and generating a transparent before/after report for your safe upgrade plan.

Does the DOTAGENT upgrade process handle version targeting and audit scope?

Yes, the upgrade process explicitly handles version targets and audit scope, allowing you to define boundaries for the structural assessment and specify the desired specification version.

What is the best way to audit a DOTAGENT project structure for missing elements?

The best way to audit a DOTAGENT project structure is to execute the planner in the project root, which detects the current version and assesses structural gaps before applying changes.