All notable changes to RAMP-Kit will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
PHASE Modes: Complete implementation of all 5 operational contexts
- 👤 Personal: 3-second "RAMP Tap" screen
- 👥 Huddle: Team "Finger Protocol" for sprint ceremonies
- 🤖 Automated: CI/CD gate with rule-based scoring
- 🤝 Supported: AI-augmented assessment (scaffolding)
- 🏛️ Enterprise: Cross-functional sign-off workflow
-
MVR Protocol: Full 15-minute Minimum Viable RAMP
- 4-step rapid assessment (R-A-M-P)
- Traffic light decision output (GREEN/YELLOW/RED)
- Mode-aware adaptation per PHASE context
-
CI/CD Integration
ramp gatecommand for pipeline integration--strictflag for exit code enforcement--jsonand--onelineoutput formats- Change detection flags (
--schema,--breaking, etc.)
-
Decision Persistence
- Local storage in
~/.ramp/decisions/ - Decision history with
ramp history - JSON export for audit trails
- Local storage in
-
Methodology Reference Commands
ramp ref- Quick reference cardramp levels- RAMP levels referenceramp protocol- RAMPKIT protocolramp doors- DOORS principlesramp phase- PHASE modesramp climbs- CLIMBS patterns
-
108 RAMP Card Library
- Templates across 18 domains
ramp listwith domain/level filtering- Foundation for custom card creation
- CLI rewritten with Commander.js for better argument parsing
- Modular architecture separating commands from core logic
- Enhanced terminal UI with boxen, chalk, ora
- Improved scoring algorithm with detailed breakdown
- ES Modules throughout
- Async/await for all interactive flows
- Comprehensive test suite (100+ tests)
- Security-first local-only architecture
- Initial RAMP-Kit CLI release
- Basic RAMP scoring (5 questions)
- RAMP levels L1-L5
- DOORS check command
- RAMP card generation
- Quick reference display
- Proof of concept CLI
- Basic scoring functionality
- Initial RAMPKIT protocol implementation
- TUI Mission Control (like SPAR-Kit)
- RAMP Card Builder wizard
- Template marketplace
- Enhanced Huddle mode with voting
- Supported mode AI integration
- Enterprise mode approval workflows
- Slack/Teams integration
- Export to Confluence/Notion
- RAMP + SPAR unified workflow
- Decision lifecycle dashboard
- Organization-wide analytics
- API for custom integrations
- Config location unchanged:
~/.ramp/config.json - New commands:
mvr,quick,huddle,gate,phase,climbs - Breaking:
ramp scorerenamed toramp mvr(aliased for compatibility) - New: Decision history stored in
~/.ramp/decisions/
# Old (still works via alias)
ramp score "My decision"
# New (recommended)
ramp mvr "My decision"