bee:dev-feedback-loop

Collect development cycle metrics and generate feedback reports from task logs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of continuously improving software development processes by providing objective, data-driven feedback on each development cycle. It helps identify bottlenecks, recurring issues, and areas for prompt engineering or process refinement.

Core Features & Use Cases

  • Metric Collection: Gathers assertiveness scores, iteration counts, and failure types from each development gate.
  • Root Cause Analysis: Performs deep dives into tasks with low scores or excessive iterations.
  • Prompt Quality Analysis: Evaluates agent prompts for effectiveness and suggests improvements.
  • Pattern Identification: Detects recurring issues across tasks and gates to highlight systemic problems.
  • Reporting: Generates comprehensive feedback reports for cycle improvement.
  • Use Case: After a development cycle, this Skill analyzes all completed tasks, identifies that the 'testing' gate consistently requires more than 3 iterations due to uncovered criteria, and suggests specific prompt adjustments for the QA Analyst agent to improve test coverage.

Quick Start

Execute the bee:dev-feedback-loop skill to collect metrics and generate a feedback report for the current development cycle.

Frequently Asked Questions about bee:dev-feedback-loop

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

FAQPage Schema
How do I analyze development cycle metrics to identify recurring failure patterns?

Analyze development cycle metrics by automating the collection of assertiveness scores, gate iterations, and prompt quality from task state files and agent output logs to identify recurring failure patterns and generate actionable improvement suggestions.

How does root cause analysis work for tasks with low assertiveness scores?

Root cause analysis for low assertiveness scores performs deep dives into tasks with excessive iterations, evaluating agent prompts for effectiveness and detecting systemic issues across development gates to highlight specific process bottlenecks.

Can I evaluate AI agent prompt quality and suggest improvements automatically?

Yes, you can evaluate AI agent prompt quality automatically by analyzing agent output logs to assess effectiveness, identifying uncovered criteria in gates like testing, and suggesting specific prompt adjustments to improve coverage.

What's the best way to collect assertiveness scores and iteration counts from development gates?

The best way to collect assertiveness scores and iteration counts is by accessing task state files and agent output logs to automate metric gathering across each development gate, enabling comprehensive cycle analysis and feedback reporting.

Do I need task state files and agent output logs to perform continuous improvement analysis?

Yes, you need access to task state files and agent output logs as prerequisites for continuous improvement analysis, because these files provide the raw cycle metrics and prompt data required to identify failure patterns and generate feedback.

Why does my testing gate consistently require more iterations due to uncovered criteria?

Your testing gate requires more iterations due to systemic prompt deficiencies in the QA Analyst agent, which continuous improvement analysis identifies by evaluating prompt quality and suggesting specific adjustments to improve test coverage.