simplify-loop

Automate repeated /simplify loop execution until no changes, capped at 10 iterations.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill simplify-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify-loop
Source: https://github.com/kangmomin/harness-plugins/tree/main/be-harness/skills/simplify-loop
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill simplify-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams automate iterative refinement by repeatedly invoking the built-in /simplify loop until no modifications occur, with a hard cap of 10 iterations to prevent endless cycles.

Core Features & Use Cases

  • Iterative convergence: runs the built-in /simplify loop until changes stabilize.
  • Override-aware: reads local project overrides from .claude/be-harness and applies extra rules or exceptions.
  • Guardrails: enforces a maximum of ten iterations and prioritizes project overrides on conflicts.

Quick Start

Run the built-in /simplify loop and allow it to repeat until no changes are detected, up to ten iterations.

Frequently Asked Questions about simplify-loop

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

FAQPage Schema
How do I automate iterative code review until no further changes are needed?

Automating iterative code refinement is done by repeating the built-in /simplify loop until convergence. This automatically runs cycles of code improvement and rule consolidation, stopping when no modifications are detected or a hard cap of ten iterations is reached.

What is the maximum iteration limit for an automated simplify workflow?

The maximum iteration limit for an automated simplify workflow is a hard cap of ten cycles. This prevents endless loops during iterative convergence, ensuring the code review and rule consolidation process terminates even if continuous modifications are detected.

Can I use project override files to customize the simplify automation rules?

Yes, you can use project override files to customize the simplify automation rules. The workflow is override-aware and reads local configurations from .claude/be-harness, applying these extra rules or exceptions and prioritizing them on conflicts during iterative review.

How does convergence detection work in an iterative code simplification loop?

Convergence detection in an iterative code simplification loop works by checking for modifications after each cycle. The automation continues executing the built-in /simplify loop until a complete pass detects no changes, indicating that iterative convergence has been achieved.

Does the be-harness workflow support reporting outcomes for each code review cycle?

Yes, the be-harness workflow supports reporting outcomes for each code review cycle. As the automated simplify loop executes up to ten iterations, it reports the specific outcomes for every cycle, providing visibility into the iterative refinement process.