name: r2r-demo description: Show a complete r2r pipeline demo with sample output. Demonstrates what the Research-to-Roadmap plugin produces without running actual analysis.
R2R Demo Output
When triggered, display this sample pipeline output:
R2R Pipeline Demo: AI Code Review POC
Running the full pipeline on a hypothetical AI-powered code review POC...
Phase 1: Assessment
๐ Production Readiness: 6/10
โ
VALIDATED:
- Core review logic works with GPT-4
- Catches 73% of common issues in test suite
- Average response time: 2.3s per file
โ ๏ธ GAPS IDENTIFIED:
- No load testing performed
- Missing rate limiting
- Error handling incomplete
- No fallback for API failures
โ ASSUMPTIONS (unvalidated):
- Will scale to 100+ concurrent users
- Cost per review acceptable at scale
- Security review not completed
Phase 2: Decomposition
COMPONENTS IDENTIFIED:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ [M] Core Review Engine โ
โ Depends on: None โ
โ Risk: Low โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ [S] Rate Limiter โ
โ Depends on: Core Engine โ
โ Risk: Low โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ [L] Load Testing Suite โ
โ Depends on: Core Engine โ
โ Risk: Medium โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ [M] Error Handling & Fallbacks โ
โ Depends on: Core Engine โ
โ Risk: Medium โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ [L] Security Hardening โ
โ Depends on: All components โ
โ Risk: High โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Phase 3: Prioritization
HORIZON MAPPING:
H1 (Ship in 0-3 months):
๐ฏ Rate Limiter [S] - Quick win, low effort
๐ฏ Error Handling [M] - Required for production
H2 (Build in 3-6 months):
๐ Load Testing Suite [L] - Validates scale assumptions
๐ Security Hardening [L] - Required before public release
H3 (Explore 6-12 months):
๐ญ Multi-model support
๐ญ Custom rule engine
Phase 4: Roadmap
MILESTONES:
M1: Production MVP (Week 4)
โโโ Rate limiting implemented
โโโ Basic error handling
โโโ Internal dogfooding begins
M2: Private Preview (Week 8)
โโโ Load tested to 50 concurrent users
โโโ Security review complete
โโโ 10 beta customers onboarded
M3: Public Preview (Week 12)
โโโ Load tested to 500 concurrent users
โโโ SOC2 compliance verified
โโโ Public waitlist opens
TIMELINE:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Week 1-4 โโโโโโโโโโโโโโ M1: Production MVP
Week 5-8 โโโโโโโโโโโโโโ M2: Private Preview
Week 9-12 โโโโโโโโโโโโโโ M3: Public Preview
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Phase 5: Validation
PRE-MORTEM ANALYSIS:
"The project failed because..."
โ We didn't account for API cost at scale
โ Security review found blocking issues late
โ Load testing revealed 10x slower than expected
MITIGATION ADDED:
โ
Cost modeling added to M1 criteria
โ
Security review moved to H1
โ
Performance benchmarks required for M2 gate
STATUS: โ ๏ธ CAUTION - Proceed with identified mitigations
Phase 6: Export Ready
OUTPUT FILES:
.r2r/
โโโ 01-assessment.md
โโโ 02-components.md
โโโ 03-priorities.md
โโโ 04-roadmap.md
โโโ 05-validation.md
โโโ exports/
โโโ github/
โโโ milestones.json (3 milestones)
โโโ issues/ (12 issues ready to import)
This is sample output. Run /r2r:full ./your-research on actual artifacts to generate real analysis.
Keep the output exactly as shown. This demonstrates the full pipeline capability.