// catalog · ls -la /lab/tools
Catalog/page 18/24
Showing entries 103 to 108 of 139 · click any row to launch
- 103 PM / BA Tools escalation-script:// Drafts an escalation message for any blocked situation. Names: the block, the impact (with timeline), the path you already tried, and the specific ask. Stays factual, doesn't throw anyone under the bus, and gets the decision the issue needs.
- 104 PM / BA Tools acceptance-criteria:// Generates Given/When/Then acceptance criteria from a user story. Covers happy path, edge cases the PM usually misses (empty data, large data, concurrent access, permission boundaries), and the explicit "out of scope" line that prevents scope creep.
- 105 PM / BA Tools release-plan:// Generates a complete release plan from a feature list + capacity. Includes: milestone schedule, internal gates, communication touchpoints, rollback plan, success metrics, monitoring. The plan you'd hand to a new PM and they could ship the release.
- 106 PM / BA Tools dependency-clash:// Compares two (or more) teams' commitments for the same window and surfaces the clashes. Overlapping ownership, missed handoffs, conflicting deadlines. Helps PMs catch the "you said we owned that" conversations before they happen.
- 107 PM / BA Tools change-request:// Generates a formal Change Request document for any in-flight scope change. Standard fields: change requested, business reason, impact (cost / time / quality / risk), proposed mitigation, decision needed, decision owner, decision deadline. The doc that turns "can we add this?" into a tracked decision.
- 108 PM / BA Tools resource-leveling:// Looks at a team's commitments and surfaces who's over-committed, who has slack, and proposes a re-allocation. Respects critical-path dates, calls out where the load can't be levelled (specialist skills, dependencies), and flags items that should be deferred or descoped instead of moved.