repeatedly-apply-skill
Installation
SKILL.md
Repeatedly Apply Skill
Orchestrate N passes of any skill against a target. Each pass is delegated to a fresh subagent with a unique mission derived from the skill itself.
Architecture: Orchestrator + Subagents
You are the ORCHESTRATOR. You do NOT apply the skill yourself.
You delegate each pass to a subagent via the Agent tool. This solves:
- Laziness: Each subagent is fresh — no accumulated fatigue
- Context: Each subagent gets full context window for its one mission
- Verification: YOU verify the subagent's work after each pass
- Compaction: The progress file tells you where to resume
Step 0: Plan the Missions
Before pass 1, read the target skill's SKILL.md (or understand the slash command's purpose). Then generate N missions that are specific to THAT skill. Do not use generic missions.