skills/technical-roadmap-planning/SKILL.md
Create comprehensive technical roadmaps aligned with business goals. Plan technology investments, architecture evolution, and infrastructure improvements over quarters and years.
npx skillsauth add aj-geddes/useful-ai-prompts technical-roadmap-planningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A technical roadmap provides a strategic plan for technology evolution, guiding architectural decisions, infrastructure investments, and capability development aligned with business objectives.
Minimal working example:
Technical Roadmap Template:
Organization: [Company]
Planning Period: 2025-2027
Last Updated: January 2025
Owner: CTO / VP Engineering
---
Vision Statement: |
Transform our technology platform to enable global scale, improve
developer productivity, and deliver world-class customer experiences
through modern, cloud-native architecture.
Strategic Goals:
1. Reduce infrastructure costs by 40% through cloud optimization
2. Improve deployment frequency from monthly to daily
3. Achieve 99.99% availability (4 nines)
4. Enable data-driven decision making across organization
---
## Q1 2025: Foundation & Planning
Theme: Infrastructure Foundation
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | Dependency Mapping | Dependency Mapping | | Technology Evaluation | Technology Evaluation | | Execution Planning | Execution Planning |
development
Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.
development
Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.
tools
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.
development
Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.