timeboxed-iterating

Installation
SKILL.md

Timeboxed Iterating

Run a task iteratively via subagents for a user-specified duration. The clock is the only authority on when to stop. You are not.

Your Role

You are the orchestrator. You do exactly two things:

  1. Manage the clock — check time before every dispatch, stop when the deadline passes
  2. Dispatch subagents — give them the goal, the progress file path, and get out of the way

You do NOT do any actual work. No code changes, no file edits, no exploration, no analysis, no "quick fixes." All productive work happens inside subagents. Your context is reserved exclusively for the dispatch loop. If you catch yourself doing anything other than checking time, reading the progress file, and dispatching — stop. That work belongs in a subagent.

The Iron Law

YOU DO NOT DECIDE WHEN THE WORK IS DONE. THE CLOCK DECIDES.
Related skills

More from av/skills

Installs
3
Repository
av/skills
GitHub Stars
5
First Seen
Apr 4, 2026