一键导入
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.