dev-stack-update

Update dev-stack repositories by aligning module versions and regenerating templates.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lucasflores/agent-skills --skill dev-stack-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-stack-update
Source: https://github.com/lucasflores/agent-skills/tree/main/.apm/skills/dev-stack-update
Command: npx skills add https://github.com/lucasflores/agent-skills --skill dev-stack-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update a repo that was previously set up with dev-stack when new artifacts, modules, or pipeline changes land in a newer CLI version. Use when the user says 'update dev-stack', 'sync dev-stack to the latest version', 'upgrade the pipeline', 'add a new dev-stack module', 'a new module was added to dev-stack', 'dev-stack has new artifacts I need', or 'my dev-stack is out of date'. Handles module version diffs, deprecated module migration (e.g. speckit → apm), new-default-module opt-in, conflict resolution, and safe rollback.

Core Features & Use Cases

  • Synchronizes module versions and regenerates managed artifacts to reflect the current dev-stack CLI.
  • Migrates deprecated modules (e.g., speckit to apm) and flags them for safe handling.
  • Offers selective updates with --modules and creates rollback points before applying changes.
  • Validates post-update status and ensures CI-friendly results.

Quick Start

Run dev-stack update in your repository to bring all modules and artifacts up to date while preserving stability via rollback.

Frequently Asked Questions about dev-stack-update

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

FAQPage Schema
How do I update my repository to the latest dev-stack CLI version?

To update your dev-stack CLI, run the dev-stack update command in your repository to synchronize module versions, regenerate managed artifacts, and align your project with the latest pipeline changes.

How do I migrate deprecated dev-stack modules like speckit?

Migrating deprecated dev-stack modules like speckit is handled automatically during the update process, which safely transitions them to apm and flags them for reliable conflict resolution.

Can I selectively update specific dev-stack modules without upgrading everything?

Yes, you can selectively update specific dev-stack modules by using the --modules flag, allowing you to target individual components while preserving the stability of the rest of your pipeline.

Is there a rollback option if a dev-stack update breaks my CI pipeline?

A safe rollback option is built into the dev-stack update process, creating rollback tags before applying any module version changes to ensure your CI pipeline remains reliable and can be restored.

What does dev-stack update do to existing managed artifacts?

The dev-stack update regenerates managed artifacts to reflect the current CLI version, resolving module diffs and validating post-update status to ensure CI-friendly results across all modules.

When should I run a dev-stack update in my brownfield repository?

You should run a dev-stack update in your brownfield repository when new artifacts, modules, or pipeline changes land in a newer CLI version and your project requires synchronization to stay current.