development-flow-loop

Guides a software project from planning to launch through a sequence of stage gates.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill development-flow-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-flow-loop
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/development-flow-loop
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill development-flow-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a repeatable, gate-driven workflow to move coding work from planning through production, reducing drift and missed requirements by codifying stages, deliverables, and review criteria.

Core Features & Use Cases

  • Stage-gated lifecycle: Plan, Architect, Evaluate, Implement, Test, Fix, Test, Improve, Test, and Launch with explicit success criteria at each transition.
  • Deterministic path: ensures incremental delivery and auditability for features, refactors, integrations, automations, or system work.
  • Clear outputs: artifacts and ownership defined per stage to enable traceability and accountability.
  • Use Case: A team plans a new feature, architects interfaces, evaluates tradeoffs, implements a minimal viable change, runs targeted tests, and iterates until a stable release.

Quick Start

Guide a coding task from planning to launch by applying the loop and ensuring every stage gate is satisfied before moving to the next.

Frequently Asked Questions about development-flow-loop

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

FAQPage Schema
What is a stage-gated development workflow and how does it prevent requirements drift?

A stage-gated development workflow enforces explicit deliverables and review checkpoints at each transition, from planning to launch. This prevents requirements drift by ensuring each stage satisfies objectives before proceeding to the next phase.

How do I guide a software feature from planning through to a stable production launch?

To guide a feature from planning to launch, apply an iterative loop across planning, architecture, implementation, testing, and release stages. Ensure every stage gate is satisfied with explicit success criteria before moving to the next phase.

Can I use this development workflow for system refactors and automation integrations?

Yes, you can use this workflow for system refactors and automation integrations. It applies a deterministic path with incremental delivery and auditability across all coding tasks, including features and system work.

What's the best way to ensure code quality and traceability during iterative development cycles?

The best way to ensure quality and traceability is to codify stages with defined artifacts and ownership per phase. Iterative review checkpoints enforce accountability, requiring targeted tests to pass before a stable release.

What happens if a stage gate review fails during the implementation and testing phases?

If a stage gate review fails, the workflow enforces an iterative loop through Fix, Test, and Improve stages. The transition cannot proceed until the implementation satisfies the explicit success criteria for that gate.