askill
r2r-demo

r2r-demoSafety --Repository

Show a complete r2r pipeline demo with sample output. Demonstrates what the Research-to-Roadmap plugin produces without running actual analysis.

0 stars
1.2k downloads
Updated 1/22/2026

Package Files

Loading files...
SKILL.md

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.

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated1/22/2026
Publisheriamfiscus

Tags

apici-cdgithubllmsecuritytesting