feedback-loop

Construct deterministic agent-runnable feedback loops for validating bug behavior.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/ValescoAgency/flightplan --skill feedback-loop-valescoagency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-loop
Source: https://github.com/ValescoAgency/flightplan/tree/main/feedback-loop
Command: npx skills add https://github.com/ValescoAgency/flightplan --skill feedback-loop-valescoagency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces debugging toil by delivering a fast, deterministic, agent-runnable feedback loop that validates bug behavior without human intervention across the AFK workflow.

Core Features & Use Cases

  • Deterministic feedback loop signals that drive Phase 1 hypothesis testing and subsequent red-green cycles.
  • Pattern catalog guidance to select the simplest reliable loop aligned with project determinism rules.
  • Seamless integration points with /diagnose, /tdd, and /draft-contract to produce verifiable inputs and artifacts.

Quick Start

Provide an initial loop skeleton by selecting a pattern and wiring a minimal, deterministic path that runs in the repo's AFK context.

Frequently Asked Questions about feedback-loop

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

FAQPage Schema
What is a deterministic bug feedback loop and when do I need one for debugging?

A deterministic bug feedback loop is a repeatable validation signal that tests bug behavior without human intervention. You need it when debugging toil requires consistent, automated hypothesis testing across diagnosing and red-green TDD cycles.

How do I set up an agent-runnable feedback loop for TDD red-green cycles?

To set up an agent-runnable feedback loop for TDD, select a pattern from the catalog and wire a minimal, deterministic path that runs in the repo's AFK context. This produces verifiable commands and artifacts for repeatable red-green cycles.

Can I use deterministic feedback loops with existing diagnosis and contract drafting workflows?

Yes, deterministic feedback loops integrate seamlessly with `/diagnose`, `/tdd`, and `/draft-contract` workflows. They provide verifiable inputs and artifacts that drive Phase 1 hypothesis testing and subsequent verification-contract drafting.

Does building deterministic feedback loops require a specific pattern catalog or environment setup?

Building deterministic feedback loops requires disciplined pattern catalog usage to select the simplest reliable loop aligned with project determinism rules. You also need deterministic inputs and integration with the repo's AFK context to produce verifiable commands.

What's the best way to ensure repeatable outcomes when validating bug behavior across automated phases?

The best way to ensure repeatable outcomes is applying deterministic feedback loop signals across Phase 1 hypothesis testing and downstream steps. This requires disciplined pattern catalog usage and deterministic inputs integrated with AFK context to produce verifiable artifacts.

Why does my automated feedback loop produce inconsistent bug validation results?

Inconsistent bug validation results occur when feedback loops lack deterministic inputs or disciplined pattern catalog usage. Ensure your loop runs in the repo's AFK context with minimal, deterministic paths to produce verifiable commands and repeatable outcomes.