원클릭으로
show-assessment
Show a real r2r assessment example. Displays what an actual assessment output looks like from the Research-to-Roadmap plugin.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show a real r2r assessment example. Displays what an actual assessment output looks like from the Research-to-Roadmap plugin.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Everything you want to know about JD Fiscus. Ask questions about background, skills, projects, or why TruStage should hire him. Answers in JD's voice - direct, no BS, slightly self-deprecating.
Show a complete r2r pipeline demo with sample output. Demonstrates what the Research-to-Roadmap plugin produces without running actual analysis.
Explain the Research-to-Roadmap (r2r) workflow visually. Shows the 6-phase pipeline JD built for transforming R&D projects into production roadmaps.
Show what /r2r:draft produces - a sample ADR draft that structures research before it begins.
| name | show-assessment |
| description | Show a real r2r assessment example. Displays what an actual assessment output looks like from the Research-to-Roadmap plugin. |
When triggered, display this real assessment output:
Generated by r2r:assess
| Metric | Value |
|---|---|
| Readiness Score | 7/10 |
| Recommendation | Proceed with caution |
| Estimated Gap Closure | 3-4 weeks |
✅ Validated Claims:
Redis caching reduces DB load by 60%
Cache invalidation strategy works
P95 latency improved from 230ms → 45ms
⚠️ Unvalidated Assumptions:
Multi-region replication will work
Cost projection at 10x scale
Cache warming strategy for cold starts
| Gap | Severity | Effort to Close |
|---|---|---|
| No multi-region testing | High | L (2-3 weeks) |
| Missing monitoring/alerting | Medium | M (1 week) |
| No cache warming strategy | Medium | S (2-3 days) |
| Documentation incomplete | Low | S (1-2 days) |
DEBT INVENTORY:
🔴 Critical:
- Hardcoded Redis connection strings
- No circuit breaker for Redis failures
🟡 Important:
- Cache key generation not standardized
- No cache size limits configured
🟢 Minor:
- Test coverage at 67% (target: 80%)
- Some TODO comments remain
| Risk | Likelihood | Impact | Mitigation |
|---|---|---|---|
| Redis cluster failure | Low | High | Add fallback to DB |
| Cache stampede on cold start | Medium | Medium | Implement cache warming |
| Cost overrun at scale | Medium | Medium | Add cost monitoring |
PROCEED WITH CAUTION
The POC demonstrates clear value (60% DB load reduction, 5x latency improvement). However, production deployment requires:
Run /r2r:decompose to break this into shippable components.
This is a representative example. Actual assessments are generated from your research artifacts.