iterate

Plan, implement, and review software tasks in autonomous iterative cycles.

1|Updated May 12, 2018
One-click install
npx skills add https://github.com/tbroadley/dotfiles --skill iterate-tbroadley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterate
Source: https://github.com/tbroadley/dotfiles/tree/main/claude/skills/iterate
Command: npx skills add https://github.com/tbroadley/dotfiles --skill iterate-tbroadley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables an autonomous cycle that plans, implements, and reviews software work with minimal human intervention, reducing back-and-forth and accelerating delivery.

Core Features & Use Cases

  • Interactive planning with the user to produce a detailed, unambiguous plan.
  • Autonomous execution loop: implement, test, and commit/push in iterative cycles until acceptance criteria are met.
  • Built-in review phase that surfaces issues, consolidates feedback, and ensures alignment with the original plan.
  • Use Case: A developer needs a feature implemented with deterministic steps and automated validation, guided by an AI agent that requests input only during planning.

Quick Start

Initiate an autonomous iteration to plan, implement, and review a software task. The agent will first clarify any remaining ambiguities, generate a concrete plan, execute the plan in iterative steps, and stop when the reviewer marks it as done.