Loop Task banner
eshwarvijay eshwarvijay

Loop Task

Productivity community

Description

--- description: Run a task through a maker/checker loop until done (triage → implement → verify → gate) argument-hint: <goal to accomplish> --- # Loop: $ARGUMENTS Complete the goal above by running the loop below until an exit condition holds. This is the "loop-engineering" pattern (design the loop, not the prompt): a maker/checker split with a human gate before anything risky. Do NOT one-shot the goal — run the stages. ## The loop Repeat until **done** or **escalate**: 1. **Triage.** Stat

Installation

Installs to ~/.claude/skills/eshwarvijay-secondmate-loop-task/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eshwarvijay-secondmate-loop-task && curl -fsSL https://raw.githubusercontent.com/eshwarvijay/secondmate/HEAD/commands/loop-task.md -o ~/.claude/skills/eshwarvijay-secondmate-loop-task/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository