dev-cycle-cycle-chief

Orchestrate PRD/Epic/Story inputs through six-phase development-cycle execution.

Updated May 6, 2025
One-click install
npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill dev-cycle-cycle-chief
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-cycle-cycle-chief
Source: https://github.com/rodrigo-altissimo/qiartificial/tree/main/.claude/skills/dev-cycle/cycle-chief
Command: npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill dev-cycle-cycle-chief

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cycle Chief turns scattered PRD/Epic/Story inputs into a complete, validated implementation plan by running the dev-cycle pipeline end-to-end with strict phase fidelity.

Core Features & Use Cases

  • Six-phase dev-cycle execution: Detects the entry point, creates stories, researches the current stack, executes waves, consolidates results, and runs product validation.
  • Sequential wave execution with guardrails: Executes stories in dependency order using subagents, applies conditional gates, and stops on failed wave integrity.
  • Pipeline-grade reporting: Produces consolidated artifacts such as stack context, wave results, and a final dev-cycle report.

Quick Start

Run the full dev cycle in YOLO mode by asking the AI: "Activate dev-cycle-cycle-chief and execute *run with my PRD entry point."

Frequently Asked Questions about dev-cycle-cycle-chief

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

FAQPage Schema
How do I orchestrate a dev cycle from a PRD to validated output?

Dev cycle orchestration runs a six-phase pipeline from PRD or Epic entry points to validated output by resolving entries, creating stories, researching the stack, executing waves, consolidating, and running product validation.

How does sequential wave execution work for story generation?

Sequential wave execution processes stories in dependency order using subagents, applies conditional gates between waves, and stops pipeline execution automatically when wave integrity validation fails.

Can I run end-to-end dev pipelines with strict phase dependencies?

Yes, you can run end-to-end dev pipelines with strict phase dependencies by activating the SKILL entrypoint with YAML-defined command loading, enforcing ordered phase completion, and verifying QA gates.

What consolidated artifacts does pipeline-grade reporting produce?

Pipeline-grade reporting produces consolidated artifacts including stack context research, sequential wave execution results, and a final dev-cycle report summarizing the validated feature delivery.

Do I need a PRD entry point to start the dev cycle pipeline?

Yes, you need a PRD, Epic, or Story entry point to start the dev cycle pipeline, which detects the entry type and resolves it to generate stories and research the current stack.

When should I not use automated dev cycle orchestration?

You should avoid automated dev cycle orchestration for feature delivery scenarios outside end-to-end dev pipelines, or when your workflow cannot support strict ordered phase completion and wave gate verification.