bee:dev-cycle

Orchestrate a 10-gate development cycle with sequential testing and validation.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-dev-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:dev-cycle
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/dev-team/skills/dev-cycle
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-dev-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates and enforces a rigorous 10-gate development process, ensuring code quality, compliance, and comprehensive testing from implementation to validation.

Core Features & Use Cases

  • End-to-End Orchestration: Manages tasks through 10 distinct quality gates (Implementation, DevOps, SRE, Unit Testing, Fuzz Testing, Property Testing, Integration Testing, Chaos Testing, Code Review, Validation).
  • Deferred Test Execution: Writes integration and chaos tests per unit but executes them only at the end of the cycle to optimize resource usage.
  • State Persistence: Resumes interrupted cycles, maintaining progress and configuration.
  • Use Case: Kick off a new feature development by providing a task file, and let the orchestrator guide the code through all quality checkpoints, ensuring a robust and compliant release.

Quick Start

Initiate a new development cycle for the task file located at 'docs/pre-dev/auth/tasks.md'.

Frequently Asked Questions about bee:dev-cycle

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

FAQPage Schema
How do I orchestrate a full development cycle with automated quality gates?

To orchestrate a full development cycle, this Skill sequentially executes 10 quality gates, including implementation, DevOps, SRE, testing phases, and validation. It automates the workflow from task input to final release validation.

What is a 10-gate development cycle and how does it enforce code quality?

A 10-gate development cycle is a sequential process enforcing code quality through distinct checkpoints: implementation, DevOps, SRE, unit, fuzz, property, integration, and chaos testing, followed by code review and validation.

How do I start an automated development cycle using a task file?

To start an automated development cycle, initiate the process by providing a task file path, such as 'docs/pre-dev/auth/tasks.md'. The orchestrator then guides your code through all 10 quality checkpoints automatically.

Can I resume an interrupted development cycle without losing progress?

Yes, you can resume an interrupted development cycle because the orchestrator manages state persistence. It maintains your progress and configuration, allowing you to continue the 10-gate workflow seamlessly from where it stopped.

When should I use deferred execution for integration and chaos testing?

Deferred execution for integration and chaos testing should be used to optimize resource usage during the development cycle. The orchestrator writes these tests per unit but executes them only at the end of the cycle.

Does this orchestration tool work without external dependencies?

Yes, this orchestration tool works without external dependencies. It operates independently using internal scripts and references to manage the 10-gate development cycle, requiring only your task file input to begin.