docs(rules): log a bottleneck as a Problem and design it out#132
Conversation
Time Submission Status
Submit or update total time with: Add time on top of previous submission with: See available commands to help comply with our Guidelines. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughAdds the DEV-155 documentation rule for converting recurring single-person dependencies into formal Problems and Solutions, then registers it in the contribution-model rules index. ChangesDEV-155 rule
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
zolotokrylin
left a comment
There was a problem hiding this comment.
@holdex pr submit-time 9m
What this enables
Teams can turn a standing single-person dependency into something the org actually removes, instead of scaling by adding people around the bottleneck.
Change
Adds DEV-155 to the Contribution model band: when a step repeatedly depends on one person to proceed, name it as a barrier (DEV-150), open it as a Problem (DEV-160), and design the dependency out with a framework, delegated bounds, or automation. Scale by building the system, not by absorbing load with more people.
Indexed under "1. Contribution model" in the rules README.
Applied example
The partnerships repo applies this by revising REF-410 so business-development partners close commission within a framework Vadim owns, rather than routing every deal through him.
Summary by CodeRabbit