do-in-steps

Installation
SKILL.md

Do In Steps

Execute a complex task as a chain of focused sub-agents, each building on the previous step's output.

Steps

1. Decompose the Task

Break the request into discrete, ordered steps. Each step must have:

  • A single clear objective
  • Explicit inputs (what it receives from the prior step)
  • Explicit outputs (what it passes to the next step)
  • A model assignment based on complexity

Model Routing

Installs
1
First Seen
Jun 19, 2026
do-in-steps — krzemienski/cc-setup