mirror of
https://github.com/mattpocock/skills.git
synced 2026-09-12 10:28:06 +07:00
The wizard always told the human how many minutes the procedure would take and how many were left. The number was invented at authoring time and never true, so it is gone. - template.sh: drop TOTAL_MINUTES and _MINUTES_ELAPSED, the "about N minutes" banner line, and the "(~N min left)" stage suffix. stage() takes a name only; progress is a stage count. - SKILL.md: state the rule — no minutes in the script, in stage headers, or in what the agent tells the user. - docs: the Stages section counts stages, not minutes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
201 B
201 B
mattpocock-skills
| mattpocock-skills |
|---|
| patch |
wizard: never give a time estimate. The template drops TOTAL_MINUTES and the time-remaining display, stage takes a name only, and progress is counted in stages.