ring:dev-feedback-loop

Collect development cycle metrics, compute assertiveness scores, and generate improvement reports.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/LucasMalessa/TheRing --skill ring-dev-feedback-loop-lucasmalessa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ring:dev-feedback-loop
Source: https://github.com/LucasMalessa/TheRing/tree/main/dev-team/skills/dev-feedback-loop
Command: npx skills add https://github.com/LucasMalessa/TheRing --skill ring-dev-feedback-loop-lucasmalessa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Development teams often run cycles without consistent visibility into performance, quality, and improvement opportunities. This skill provides structured measurement, scoring, and reporting to close the feedback loop and drive evidence-based improvements.

Core Features & Use Cases

  • Collects cycle metrics, computes an assertiveness score, and aggregates results into actionable reports.
  • Analyzes prompt quality across agents, traces root causes, and generates improvement recommendations written to docs/feedbacks/cycle-{date}/.
  • Enforces guardrails (mandatory TodoWrite, threshold alerts, and escalation paths) to ensure traceable, auditable cycles.

Quick Start

Execute ring:dev-feedback-loop to start collecting metrics and generate the cycle report.

Frequently Asked Questions about ring:dev-feedback-loop

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

FAQPage Schema
How do I automate development cycle metrics collection for root-cause analysis?

Automating development cycle metrics collection involves tracking prompts and outcomes across gated tasks to compute assertiveness scores and aggregate data for root-cause analysis. This Skill enforces guardrails like mandatory TodoWrite to ensure traceable, auditable cycles.

What is an assertiveness score and how does it measure prompt quality?

An assertiveness score is a computed metric used to evaluate prompt quality across agents during development cycles. It aggregates cycle data to drive root-cause analysis and generates improvement recommendations for documentation updates.

How do I enforce guardrails for traceable development cycles?

Enforcing guardrails for traceable development cycles requires mandatory TodoWrite execution, threshold alerts, and structured feedback. These mechanisms ensure that cycle metrics and outcomes remain auditable and drive actionable improvements.

Can I integrate threshold alerts and escalation paths into my existing development workflow?

Yes, threshold alerts and escalation paths can be integrated into gated development tasks. The Skill applies structured feedback across your workflow to ensure traceable improvements and trigger alerts when metrics fall below defined thresholds.

What is the best way to close the feedback loop for faster software delivery?

Closing the feedback loop for faster delivery requires structured measurement, assertiveness scoring, and improvement reporting. This approach aggregates cycle metrics to provide visibility into performance and drive evidence-based improvements.

Where are generated improvement recommendations and cycle reports stored?

Generated improvement recommendations and cycle reports are written to docs/feedbacks/cycle-{date}/. This structured directory path organizes aggregated metrics and root-cause analysis outputs for traceable documentation updates.