dev-cancel

Stop active engineering layer workflows and report completed and remaining phases.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-cancel-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-cancel
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/dev-cancel
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-cancel-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents users from getting stuck in a long-running multi-phase engineering workflow by letting them cancel cleanly while preserving what was already done and clarifying what remains.

Core Features & Use Cases

  • Clean stop of engineering layer flows: Ends active phases like dev-autopilot, dev-deep-interview, or dev-plan without continuing to run further agents.
  • Cancel report with completion clarity: Produces a structured summary of completed phases, in-progress work, and not-started phases.
  • Artifact preservation for resumption: Keeps spec/plan artifacts intact and points to where workspace files live so work can be resumed manually.
  • Correct scope boundaries: Avoids cascading cancels into the business layer and focuses only on engineering layer routines.

Quick Start

Say “cancel” while a multi-phase dev workflow is running to receive an Engineering Layer Cancel Report with preserved artifacts and a recommended next step.

Frequently Asked Questions about dev-cancel

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

FAQPage Schema
How do I safely stop a multi-phase engineering workflow without losing progress?

Canceling an active development pipeline stops further agent execution immediately and preserves existing spec and plan artifacts. It produces a structured cancel report detailing completed phases, in-progress work, and recommended next steps for manual resumption.

What happens to spec and plan artifacts when I cancel an active development pipeline?

When you cancel an active development pipeline, all spec and plan artifacts are preserved intact. The cancellation process focuses on the engineering layer, keeping workspace files secure so you can manually resume work later without losing completed phases.

Can I cancel a dev-autopilot or dev-plan routine without affecting the business layer?

Yes, you can cancel dev-autopilot or dev-plan routines without affecting the business layer. The cancellation scope is strictly bounded to the engineering layer, preventing cascading cancellations from impacting business routines or unrelated workflows.

What is included in the engineering layer cancel report after stopping a workflow?

The engineering layer cancel report includes a structured summary of completed phases, in-progress work, and not-started phases. It also points to where workspace files live and provides a recommended next step for resuming the development workflow manually.

Does workflow cancellation support multi-phase pipelines like dev-deep-interview?

Yes, workflow cancellation supports multi-phase pipelines like dev-deep-interview, dev-autopilot, and dev-plan. The system detects the active flow and its current phase to stop agent execution cleanly and report exactly what remains to be done.

When should I not use an automated cancellation command for my development workflow?

You should not use automated cancellation if you need to continue the current phase to completion, as it stops further agent execution immediately. It is designed for clean exits from multi-phase engineering routines, not for pausing individual steps.