Operational intelligence for Release Managers, Service Managers, Technical POs, Delivery Leads and anyone responsible for coordinating software delivery across complex environments.
A professional, local-first release planning and governance tool. Not a replacement for ServiceNow or Jira. A force multiplier that helps you think clearly, move faster and leave a clear audit trail.
π Launch the tool Β |Β Watch the demo Β |Β View the showcase
The tool covers the full release lifecycle, from first planning to formal PIR sign-off:
| Stage | Capability |
|---|---|
| Planning | Release type, delivery models, scope register, golden thread, risk register, deployment runbook and release dependencies |
| Gates | 8 quality gates auto-generated by release type with entry/exit checklists, evidence sign-off and delivery-model-specific guidance |
| Defects | Enriched triage with type, severity, priority, source, team, component and environment found. Custom severity scales and Go/No-Go readiness included |
| Environments | DEV to PROD promotion pipeline with health status and config drift warnings |
| Go/No-Go | 5-step structured wizard producing a formal, timestamped decision record with audit trail |
| Hypercare | Post-deployment countdown timer, monitoring checklist, rollback trigger criteria and All Clear sign-off |
| Reporting | Five audience-tailored outputs: Executive, Account Executive, Release Manager, Team and PIR Document |
| Integration | 12 tool integrations, live webhook simulation, JS API (window.RMTool) and URL parameters |
| Calendar | Blackout periods covering change freeze, financial reporting, maintenance, bank holidays and offshore unavailability |
| Governance | Separate Retrospective, Scope Review and PIR tabs with configurable PIR name (AAR, Post Mortem etc.) |
- Release Readiness Score β 0 to 100 score per release, calculated live from gates, defects, environments and sign-offs
- Deterministic AI β 17 pattern rules fire as you type across payment, regulatory, authentication, database, mobile, security and GDPR keywords. No external API and no data leaves the browser
- Golden Thread β trace every release from portfolio epic (Jira Align, SAFe) through to production deployment
- Release Templates β save any release as a reusable template and load it again in one click
- Risk Register β Likelihood x Impact scoring (1 to 25) with colour-coded severity. Feeds into the Go/No-Go wizard and PIR automatically
- Deployment Runbook Builder β step-by-step instructions with type (Pre-deploy/Deploy/Verify/Rollback), owners and paste-ready output
- Blackout Calendar β 6 blackout types including offshore team unavailability. UK 2026 to 2027 bank holidays pre-loaded
- Custom Labels and Badges β rename delivery models (e.g. Legacy/JSP to Mainframe) or add SAP, Salesforce and Oracle. Custom severity scales supported
- 6 Practice Scenarios β pre-loaded with realistic scope items, tracking references, risks, runbooks and PIR data
| Framework | Scope |
|---|---|
| ITIL 4 (current edition) | Release Management practice, gate criteria, change types, PIR and CAB. Source: axelos.com |
| DORA Metrics (Four Keys) | Deployment frequency, lead time for changes, change failure rate and MTTR tracked on the dashboard. Source: dora.dev |
| EU DORA (Digital Operational Resilience Act) | Regulation (EU) 2022/2554, in force January 2025. Article 9 ICT change management obligations surface as regulatory flags in AI rules and gate guidance. Source: EUR-Lex (Official Journal) |
| SAFe 6.0 | Jira Align and Portfolio Epic support in golden thread and tracking references. Source: scaledagileframework.com |
| FCA PS21/3 | Operational resilience awareness in gate guidance. Source: fca.org.uk |
| UK GDPR / ICO | GDPR keyword detection in AI rules and 72-hour notification awareness. Source: ico.org.uk |
Practice definitions are held in the updateable content layer (
rm-content-v1.json). As ITIL evolves, guidance updates automatically with no app changes required.
Connect from any system that can construct a URL, run JavaScript or send JSON:
- 12 tracking tools including Jira, Jira Align, Azure DevOps, ServiceNow, GitHub, Linear, Shortcut, Rally, Monday.com and Confluence
- Live simulation β click a scenario (Jira Release Created, ServiceNow CHG Approved or CI/CD Pipeline Complete) to see real-format JSON payloads processed by the tool in real time
- JS API β
window.RMTool.loadRelease({...}),.exportState(),.getBlockers(),.isGoReady() - URL parameters β
?release=Name&type=major&date=2026-09-15&dm=cloud,api,mobile - Paste and Import β paste any JSON release payload or use Import/Export to back up and restore your full state
Cloud Β· API / Microservices Β· Mobile (iOS/Android) Β· Desktop (Windows/Mac) Β· Legacy/JSP/Mainframe Β· DI2 (Desktop Integration) Β· CWA (Citrix Workspace App) Β· Pilot / Canary
All names, icons and categories are fully customisable in Settings. Add SAP, Salesforce, Oracle or any model your organisation uses.
- WCAG 2.1 AA compliant with solid-background badges and a minimum 4.5:1 contrast ratio across all modes
- Dark, Light and High Contrast colour modes, persisted per user
- Text scale from 85% to 145% via the accessibility panel (Alt+A)
- Keyboard navigation with full keyboard support, focus-visible outlines and Alt+T / Alt+A shortcuts
- Mobile responsive with 44px touch targets, 16px minimum inputs and a print stylesheet
- Reduced motion support via
@media (prefers-reduced-motion)
Three ways to use it:
| Option | How | Best for |
|---|---|---|
| Online | Open in browser | Most users. Always the latest version, auto-updates silently |
| Desktop app (PWA) | Visit in Chrome or Edge, click β in address bar, then Install | Offline use. Works without internet after first install |
| Local download | Download HTML then run python -m http.server 3031 |
Corporate or air-gapped environments |
π Full setup guide
Once open, the welcome screen gives you four options:
- Take the guided tour (13 steps, around 3 minutes)
- Load a practice scenario (6 realistic, fully pre-loaded)
- Create your first release
- Browse the reference library
When using online or PWA, the service worker automatically loads the latest version every time you open the tool. No action needed.
release-management-intelligence/
βββ rm-tool-v1.html β Main application (single file, no build step)
βββ rm-content-v1.json β Versioned content layer (ITIL 4, DORA Metrics, EU DORA, glossary)
βββ rm-manifest.json β PWA manifest (installable, icons, shortcuts)
βββ rm-sw.js β Service worker (cache-busting, ensures latest version)
βββ rm-showcase.html β Product showcase and landing page
βββ rm-demo-v1.html β 10-scene animated demo (~87 seconds)
βββ index.html β Redirect to main tool
βββ LICENSE β Permitted use, regulatory notice, no-liability clause
βββ README.md β This file
βββ HOW-TO-RUN-LOCALLY.md β Setup guide for users
The filename rm-tool-v1.html never changes. v1 means Generation 1. The internal version (the TOOL_VERSION constant) increments with each feature set so you can track progress without ever renaming the file.
Single file, zero dependencies
The entire application is a single .html file. No npm, no webpack, no Docker. Download it, open it in a browser and it works, including offline after first install.
Content layer Framework guidance, ITIL practice definitions, AI rule overrides and regulatory notices live in a separate JSON file fetched on load and cached locally. When ITIL guidance or EU DORA obligations change, the JSON updates independently with no app change required.
Data architecture
Everything stays in your browser via localStorage. Nothing is ever transmitted to any server. Export JSON to back up and import to restore on any device.
Service worker Clears all caches on activate so every load fetches fresh HTML from the network. No stale guidance, no old versions persisting for users.
Deterministic pattern recognition The AI rules engine is rules-based, not generative. 17 keyword rules fire as you type with no API call, no external dependency and no data leaving the browser. In release management, explainable intelligence matters: every flag has a specific cause and can be dismissed by the user.
PWA support Installable as a desktop or mobile app via Chrome or Edge. The manifest includes direct shortcuts to Planning, Go/No-Go and Reporting views.
This tool was designed and built as a demonstration of applied AI collaboration, senior release management domain expertise and product thinking. It was built iteratively with Claude (Anthropic) across an extended development process covering architecture, implementation, testing and refinement.
Domain expertise demonstrated
- Release lifecycle management from first planning to PIR sign-off
- Quality gates, change approval processes and ECAB workflow
- ITIL 4 Release Management practice aligned to current guidance
- EU DORA Article 9 ICT change management obligations
- FCA PS21/3 operational resilience in a release context
- Defect triage, environment promotion and Go/No-Go decision frameworks
- Risk register methodology with Likelihood x Impact scoring
- Integration patterns across Jira, ServiceNow, Azure DevOps and GitHub
- Governance reporting for Executive, Board and Ops audiences
Technical and AI literacy demonstrated
- Architecting and building a production-quality single-file application
- Iterative product development with AI collaboration
- Deterministic pattern recognition appropriate for a compliance context
- Autonomous content delivery via versioned JSON and service worker cache strategy
- Designing for time-pressured users across delivery and operations roles
- Progressive disclosure, accessibility and mobile-first responsive layout
- PWA implementation including manifest, service worker and install prompts
Β© 2026 James Holford. All rights reserved.
Personal and organisational use permitted. Commercial redistribution or resale requires written permission.
Regulatory and framework guidance notice: Content relating to ITIL 4, EU DORA (Digital Operational Resilience Act), FCA, UK GDPR, SAFe and DORA Metrics is informational only and not legal or compliance advice. Always verify requirements with authoritative sources and engage your compliance team or legal counsel before acting on any guidance shown in this tool.
Data notice: Local-first. No data is transmitted to any server by this tool. Everything stays in your browser.
See LICENSE for full terms.
ITSM Workflow Intelligence Tool β also by James Holford.
Structured incident, change and problem management. P1 Fast Track, standalone Change Request, PIR and retrospective with full ServiceNow and Jira output. ITIL 4, FCA and EU DORA aligned.
The two tools are designed to work alongside each other. Use ITSM for incidents and operational events; use this tool for release planning and governance. During Hypercare, the RM tool provides a direct link to open the ITSM tool with release context pre-filled.
James Holford β Senior Service Delivery & Technology Operations Leader
Built using AI-assisted development as part of active professional upskilling in modern tooling and product development.