dxloop

Iteratively execute implementation prompts until all task requirements are satisfied.

3|2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mitchellfyi/dex --skill dxloop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dxloop
Source: https://github.com/mitchellfyi/dex/tree/main/skills/dxloop
Command: npx skills add https://github.com/mitchellfyi/dex --skill dxloop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual AI-assisted coding tasks often end prematurely with incomplete work, requiring repeated prompting and manual oversight to ensure all requirements are met.

Core Features & Use Cases

  • Iterative execution loop: Runs implementation prompts repeatedly until the full task is complete, eliminating the need for manual re-prompting.
  • Mandatory quality gates: Enforces built-in review, verification, and acceptance criteria audits before allowing the task to be marked complete.
  • Use case: Ideal for complex development work like adding input validation to API endpoints, fixing critical bugs, or implementing new features where partial completion would introduce downstream risks.

Quick Start

Use the dxloop skill to run the prompt "add input validation to all API endpoints" until the work is fully implemented, reviewed, and verified.

Frequently Asked Questions about dxloop

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

FAQPage Schema
How do I stop AI-generated code from ending prematurely with incomplete implementation?

Iterative execution loops solve incomplete AI-generated code by running implementation prompts repeatedly until all task requirements are fully satisfied, eliminating manual re-prompting.

How do I enforce acceptance criteria and quality gates for automated software development tasks?

Mandatory quality gates enforce acceptance criteria by running built-in review, verification, and audits before allowing automated software development tasks to be marked complete.

What is the best way to automate complex feature development and bug fixes end-to-end?

Stop-hook controlled iteration automates complex feature development and bug fixes end-to-end by ensuring full implementation, review, and verification before completion, avoiding downstream risks from partial work.

Can I use a stop hook to control task iteration for API changes and input validation?

Yes, stop-hook controlled iteration supports API changes and input validation by running the implementation loop continuously until code is fully implemented, reviewed, and verified against acceptance criteria.

Does workflow automation work with code verification for critical bug fixes?

Workflow automation works with code verification for critical bug fixes by applying mandatory quality audits and acceptance criteria validation, ensuring fixes are fully implemented and verified before task completion.