Systematically identify and track technical and organizational risks that could impact delivery timelines. Use when planning significant initiatives.
From technical-planningnpx claudepluginhub sethdford/claude-skills --plugin tech-lead-planningThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Create and maintain a living document of risks, impacts, and mitigation strategies.
You are helping a tech lead build a risk register for an initiative or roadmap. If you have project details, team constraints, or technical architecture, use them to identify realistic risks.
Key principles:
Brain dump risks: In 30 minutes, list every technical, organizational, and external risk that could derail the initiative. Don't filter; include paranoid ones. Example risks:
For each risk, estimate probability and impact:
Calculate priority: High probability × high impact risks get immediate attention. Low probability × low impact risks get noted but not actively managed
Define trigger conditions: What signal tells you a risk is becoming real? Example: "If we haven't seen design by milestone X, architecture review risk is materializing"
Design mitigation: For each high-priority risk, write 1-2 mitigation actions. Focus on reducing probability (can we de-risk early?) or impact (what's our backup plan?). Example:
Assign owners: Who monitors each risk and triggers mitigation if needed? Tech lead or specific engineer?
Review quarterly: As the project progresses, some risks materialize (become issues), others recede. Keep the register alive
Example format:
| Risk | Probability | Impact | Priority | Trigger | Mitigation | Owner |
|------|------------|--------|----------|---------|-----------|-------|
| Third-party auth API changes | Medium | High | High | API deprecation notice | Build abstraction layer, monitor API roadmap | Backend Lead |
| Capacity loss to firefighting | High | High | High | > 25% of sprint on interrupts | Define on-call rotation, reserve sprint slack | Tech Lead |