Bounded Waits

Cap how long you passively babysit a backgrounded long-running command (a full e2e suite, a build, a slow integration run) before moving on. Use whenever you background a command and start polling for it to finish, especially near the end of a session — never let watching a slow check consume the time or turn budget you need to commit and open the PR.

mithril-studio Updated

File contents

mithril-studio/agent-skills/tree/main/engineering-skills/bounded-waits commit a268600af2

Frequently asked questions

npx skillmds@latest add mithril-studio/bounded-waits