loops / directory
LOOP WORKBENCH▌
Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 100 loops indexed.
API Docs Sync
Docs
Automatically synchronizes API documentation with the codebase to ensure no drift occurs between implementation and documented interfaces. This loop detects discrepancies, generates necessary updates, and applies them while respecting guardrails to maintain consistency and quality.
Sprint Plan Generator
Planning
Generates a prioritized sprint plan based on user stories, team capacity, and sprint duration. Iteratively refines tasks until they are properly ordered and scoped.
Monorepo Health Check
Maintenance
This loop performs a comprehensive health check of a monorepo by validating its structure, dependencies, code quality, and consistency. It iteratively identifies and resolves issues related to missing dependencies, outdated packages, lint errors, and architectural inconsistencies until the repository passes validation.
Memory Usage Optimizer
Performance
This loop automatically analyzes and optimizes the codebase to reduce memory consumption. It iteratively identifies high-memory components, applies targeted optimizations (e.g., caching, lazy loading, data structure improvements), and validates improvements using a memory benchmark until the desired target is achieved or the maximum iterations are reached.
Technical Debt Reduction
Maintenance
A prompt-only coding agent loop that systematically identifies and resolves technical debt items in a codebase through iterative auditing and targeted fixes.
Workflow Until Zero Failures
Automation
This loop automates the process of identifying, fixing, and resolving CI/CD workflow failures. It continuously monitors GitHub Actions workflow runs, inspects failure logs, applies targeted fixes, and re-runs workflows until all pass or maximum iterations are reached.
Feature Scope Validator
Planning
Validates and clarifies feature requirements before implementation begins, ensuring alignment between stakeholders and developers.
Roadmap Builder
Planning
This loop helps generate a structured release roadmap by iteratively gathering project details, defining milestones, and refining the timeline through continuous review until the exit condition is met.
Performance Budget Guardian
Performance
Automatically optimizes application code to meet predefined performance budgets. Uses performance audits to measure key metrics like load time, First Contentful Paint (FCP), Largest Contentful Paint (LCP), and Cumulative Layout Shift (CLS). Iteratively refines codebase through targeted optimizations until budget targets are satisfied.
Quality Gate Repair
Quality
This loop helps automate the process of fixing code quality issues. It runs a quality gate check, identifies failures, and applies targeted fixes until the gate turns green. Ideal for maintaining code health in CI/CD pipelines or pre-commit hooks.
API Performance Budget
API
A coding loop focused on optimizing API performance to ensure P95 latency stays under a defined target threshold. This loop iteratively runs load tests, analyzes bottlenecks, and implements optimizations until the goal is achieved or maximum iterations are reached.
Commit History Cleanup
Git
Refactor and clean up commit history to improve code documentation, readability, and maintainability. This loop focuses on squashing redundant commits, rewriting unclear messages, and ensuring a logical progression of changes.
Vulnerability Until Zero
Security
An automated loop to systematically eliminate critical npm security vulnerabilities in your project by iteratively running npm audit, analyzing findings, and applying fixes until the codebase reaches a secure state.
Epic Breakdown Loop
Planning
This loop helps decompose large epics into actionable user stories and development tasks. It guides the agent to analyze epic scope, generate well-defined stories with acceptance criteria, estimate effort for each story, and iterate until all stories are properly scoped and estimated for sprint planning readiness.
Merge Queue Ready
CI
This agent loop automates the process of preparing a feature branch for submission to a merge queue. It iteratively validates the branch against the merge queue's criteria, identifies required changes, and applies them until the branch is accepted.
Docs Until Complete
Docs
This loop identifies and documents all missing features in a codebase to achieve full documentation coverage. It systematically audits the existing documentation, finds gaps, and fills them with appropriate documentation until the audit passes.
Memory Leak Hunter
Debugging
This loop automatically detects and resolves memory leaks in your application through iterative profiling and code fixes. It runs memory profiling tools, analyzes output to identify leak sources, proposes targeted changes, and validates fixes until memory usage stabilizes.
Generate Missing API Docs
API
Automatically identifies and documents all undocumented API endpoints in the project. The agent iteratively generates OpenAPI/Swagger documentation until all endpoints meet the required documentation standards.
Query Performance Fixer
Database
An automated workflow to identify, analyze, and optimize slow-running database queries through iterative benchmarking and targeted improvements.
Ticket Auto-Triage
Automation
Automatically analyze and label unlabeled issues in a GitHub repository to improve organization and streamline development workflows.
Cleanup Unused Files
Maintenance
This loop automatically identifies and removes unused files and dead code from your codebase. It iteratively scans the project, presents candidates for removal, and seeks user confirmation before deletion, ensuring a clean and maintainable codebase.
Rebase Until Clean
Git
Automates the process of resolving merge conflicts during a Git rebase operation. This loop continuously attempts to rebase your current branch onto its upstream target, detects and resolves conflicts as they arise, and only exits once the rebase completes successfully without any remaining conflicts.
Self-Review Loop
Review
A self-paced loop for coding agents to iteratively review and improve their pull request quality before submission. The agent acts on the codebase, runs automated checks, inspects results, and refines changes until all quality criteria are met.
Deployment Until Healthy
DevOps
This loop automates the deployment process of a web application and ensures it becomes healthy by continuously checking its health endpoint. It iterates through deployment actions and health checks until the application is confirmed healthy or the maximum iteration limit is reached, providing visibility into the deployment process and preventing stuck deployments.