スキル一覧に戻る
iamfiscus

show-assessment

by iamfiscus

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: show-assessment description: Show a real r2r assessment example. Displays what an actual assessment output looks like from the Research-to-Roadmap plugin.

Show Assessment Example

When triggered, display this real assessment output:


Assessment: Caching Layer POC

Generated by r2r:assess

Executive Summary

MetricValue
Readiness Score7/10
RecommendationProceed with caution
Estimated Gap Closure3-4 weeks

What Was Proven

Validated Claims:

  1. Redis caching reduces DB load by 60%

    • Evidence: benchmark-results.md shows 847 → 339 queries/sec
    • Conditions: Tested with 10K concurrent users
    • Confidence: High
  2. Cache invalidation strategy works

    • Evidence: No stale data in 48-hour soak test
    • Conditions: Write-through with TTL backup
    • Confidence: High
  3. P95 latency improved from 230ms → 45ms

    • Evidence: Load test results
    • Conditions: Warm cache state
    • Confidence: High

What Was Assumed (Not Proven)

⚠️ Unvalidated Assumptions:

  1. Multi-region replication will work

    • Risk: High - not tested
    • Recommendation: Spike needed before H2
  2. Cost projection at 10x scale

    • Risk: Medium - extrapolated only
    • Recommendation: Build cost model
  3. Cache warming strategy for cold starts

    • Risk: Medium - not addressed
    • Recommendation: Add to M1 requirements

Gap Analysis

GapSeverityEffort to Close
No multi-region testingHighL (2-3 weeks)
Missing monitoring/alertingMediumM (1 week)
No cache warming strategyMediumS (2-3 days)
Documentation incompleteLowS (1-2 days)

Technical Debt Identified

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

Risks & Blockers

RiskLikelihoodImpactMitigation
Redis cluster failureLowHighAdd fallback to DB
Cache stampede on cold startMediumMediumImplement cache warming
Cost overrun at scaleMediumMediumAdd cost monitoring

Recommendation

PROCEED WITH CAUTION

The POC demonstrates clear value (60% DB load reduction, 5x latency improvement). However, production deployment requires:

  1. Before H1: Circuit breaker, connection string externalization
  2. Before H2: Multi-region testing, cost modeling
  3. Before GA: Full monitoring suite, runbook documentation

Run /r2r:decompose to break this into shippable components.


This is a representative example. Actual assessments are generated from your research artifacts.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です