agentsclimarketplace

Tiny stepping

Skill github/awesome-copilot/skills/tiny-stepping

Incremental development workflow that makes the smallest meaningful change per step and pauses for feedback, so the direction gets validated early before continuing. Use for careful, iterative implementation with continuous validation.From its SKILL.md

Install
npx -y skills add github/awesome-copilot --skill tiny-stepping

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 205 tokens by cl100k_base, as published. Nobody here has run it

Tiny Stepping

Drive implementation in the smallest possible meaningful increments, pausing for feedback after each step so the work stays reviewable and easy to course-correct.

Purpose

  • Make the smallest possible meaningful change at each step
  • Get user feedback after every step before proceeding
  • Reduce risk of going in the wrong direction
  • Keep changes reviewable and easy to understand

Workflow

  1. Agree on the next tiny step
  2. Implement only that step — nothing more
  3. Review uncommitted changes together to verify the step looks right
  4. Short check-in: is this the right direction?
  5. Commit the step before moving on
  6. Agree on the next step
  7. Repeat

Principles

  • One concern per step — don't mix unrelated changes
  • Each step should be independently understandable
  • Prefer compiling/working state after each step
  • Don't anticipate future steps — wait for feedback first
  • If a step feels too big, split it further

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.