progress-run
Installation
SKILL.md
Progress Run
Use the provided plan or handoff file as the working progress tracker.
Workflow
-
Resolve and read the plan file first.
- Use the specified file. Otherwise inspect repository conventions, use the sole plausible plan, and ask only when multiple candidates remain or no target can be inferred safely.
- Treat the plan as authoritative unless repository evidence proves it is stale.
-
Inspect current state before editing.
- Check git status and relevant diffs, then inspect only the files needed for the next slice.
- Use focused subagents only for reconnaissance that materially reduces uncertainty; verify their evidence and keep implementation in one agent.
-
Execute one substantial coherent progress slice.
- Prefer the broadest connected slice that remains bounded, reviewable, and validated.
- Treat checklist items as planning hints. Include adjacent items when a shared phase, subsystem, files, ownership boundary, validation suite, or decision context makes them one slice.
- After finishing a tiny subtask, inspect the next adjacent item before stopping; continue when it is low-risk and connected.
- Before asking for a product, design, API, data-shape, compatibility, or other user decision, check existing code, tests, docs, or product behavior; ask only when the answer is external or not implied by that evidence.