dev-cycle

Coordinate six-gate development cycles from PM task files with JSON state persistence.

205|26|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/LerianStudio/ring --skill dev-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-cycle
Source: https://github.com/LerianStudio/ring/tree/main/dev-team/skills/dev-cycle
Command: npx skills add https://github.com/LerianStudio/ring --skill dev-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The primary orchestrator for the 6-gate development cycle system. Loads tasks/subtasks from PM team output and executes through implementation, devops, SRE, testing, review, and validation gates with state persistence and metrics collection.

Core Features & Use Cases

  • Gate-based task orchestration across multiple specialist teams
  • State persistence for resuming interrupted cycles
  • Trigger-based sequencing with automated verification checks
  • Clear handoffs between gates to ensure accountability

Quick Start

Invoke the dev-cycle engine to load a task file and drive Gate 0 through Gate 5, with optional resume and checkpoint modes.

Frequently Asked Questions about dev-cycle

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

FAQPage Schema
How do I orchestrate a development cycle with multiple gates and handoffs?

Gate-based orchestration coordinates work across specialist teams through six sequential gates: implementation, devops, SRE, testing, review, and validation. Load PM-generated task files into the dev-cycle engine to drive execution, enforce prerequisites, and track accountability at each handoff.

Can I resume a development cycle if it's interrupted?

Yes. State persistence stores cycle progress in JSON, enabling resume capability at per-task or per-gate checkpoints. This allows interrupted workflows to pick up without restarting from the beginning.

What does gate-based task management solve for software delivery?

Gate-based task management ensures structured, auditable delivery by enforcing safety constraints, verifying prerequisites between stages, and maintaining clear ownership across implementation, operations, reliability, testing, code review, and validation phases.

How do I verify gates execute against current standards?

The dev-cycle engine loads standards via WebFetch before gate execution, ensuring each phase runs against the latest requirements and preventing outdated compliance checks.

What constraints apply when using gate-based orchestration?

The 3-file rule and prohibited actions are enforced to maintain cycle integrity. These guardrails prevent unsafe operations and ensure consistent state across all six gates.