bee:dev-implementation

Orchestrate code implementation with TDD phases and standards compliance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the core code implementation phase of the development cycle, ensuring adherence to Test-Driven Development (TDD) principles and project-specific coding standards.

Core Features & Use Cases

  • Automated Agent Selection: Intelligently chooses the right specialized agent (e.g., backend, frontend, database) based on the task's language and service type.
  • TDD Enforcement: Guides the development process through mandatory RED (failing test) and GREEN (passing implementation) phases.
  • Standards Compliance: Enforces project rules and mandatory coding standards like structured logging and OpenTelemetry instrumentation.
  • Use Case: When a new API endpoint requirement is defined, this Skill will orchestrate the backend engineer agent to write a failing test, then implement the code to pass that test, ensuring all observability and error handling standards are met.

Quick Start

Use the bee:dev-implementation skill to implement the user authentication endpoint for a PHP API.

Frequently Asked Questions about bee:dev-implementation

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

FAQPage Schema
How do I implement code using Test-Driven Development for frontend and backend tasks?

To implement code using TDD, this Skill orchestrates specialized frontend and backend agents, guiding development through mandatory failing test (RED) and passing implementation (GREEN) phases to ensure functional code.

How does TDD enforcement work during code implementation?

TDD enforcement works by mandating a RED phase where failing tests are written first, followed by a GREEN phase where implementation code is generated to make those tests pass and meet project standards.

Can I use this to implement code for both frontend and backend services?

Yes, you can use this to implement code for both services through automated agent selection, which intelligently chooses the right specialized agent based on the specific language and service type of your development task.

What is the best way to enforce observability and error handling standards during development?

The best way to enforce observability and error handling standards is to orchestrate implementation with automated validation, ensuring adherence to project rules like structured logging and OpenTelemetry instrumentation.

Do I need predefined project standards to automate code implementation?

Yes, you need predefined project standards to automate code implementation, as the process validates adherence to specific coding rules, structured logging, and OpenTelemetry instrumentation during the TDD phases.