marsai:cycle-management

Report development cycle status and cancel active MarsAI cycles.

2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/V4-Company/marsai --skill marsai-cycle-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marsai:cycle-management
Source: https://github.com/V4-Company/marsai/tree/main/dev-team/skills/cycle-management
Command: npx skills add https://github.com/V4-Company/marsai --skill marsai-cycle-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Cycle Management skill provides unified visibility into active development cycles by exposing status metrics and a safe cancellation workflow.

Core Features & Use Cases

  • Read-only status reporting of cycle progress, tasks, and current gates
  • Safe cancellation of active cycles with optional force flag and state preservation
  • State-file discovery across multiple potential paths with clear user feedback

Quick Start

Use /marsai:dev-status to view the current cycle status or /marsai:dev-cancel to cancel it, as needed.

Frequently Asked Questions about marsai:cycle-management

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

FAQPage Schema
How do I track development cycle status for active projects?

Cancel an active development cycle safely using the dev-cancel mode, which implements a guarded cancellation flow. You can apply an optional --force flag to override protections while preserving the state-file data for future reference.

How does state-file discovery work for development cycle management?

State-file discovery works by searching across multiple potential documentation paths to locate your active cycle state. It provides clear user feedback during the search, ensuring the correct state-file is found before applying status reporting or cancellation operations.

Can I configure cycle management operations using frontmatter?

You can configure cycle management operations using frontmatter-driven configuration within your documentation. This allows the system to read project-specific rules and state parameters before executing status reporting or guarded cancellation flows.

What is the best way to cancel a development cycle without losing state data?

The best way to cancel a development cycle without losing data is using the guarded cancellation flow with state preservation. This process safely halts the active cycle while retaining the state-file, ensuring progress metrics remain accessible after cancellation.