بنقرة واحدة
harvest
Sprint analytics — type distributions, stale claims, velocity, prediction scoring
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Sprint analytics — type distributions, stale claims, velocity, prediction scoring
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Fast pre-flight health check for all Grainulator MCP servers. Pings each server once, reports status in a table, and provides exact fix commands for any that are down. Use before starting any Grainulator session to avoid wasting time on MCP disconnections.
Generate a compiled decision brief from the current sprint's claims.
Generate a presentation deck from the compiled sprint data.
Size-efficient URL fetch with semantic extraction. Use for ad-hoc web research when you want content without the raw HTML overhead.
Corroborate a claim against an external source URL.
Intent router that detects user intent from plain messages and dispatches to the appropriate skill.
| name | harvest |
| description | Sprint analytics — type distributions, stale claims, velocity, prediction scoring |
| tools | ["mcp__wheat__wheat_status","Bash","Read"] |
The user wants quantitative analysis of the current sprint: claim type distributions, evidence quality, stale claims, and velocity metrics.
$ARGUMENTS
Optional: --full to generate an HTML retrospective report. --calibrate to run prediction scoring.
Detect the sprint directory:
wheat_status to get the current sprint metadata.claims.json).claims.json file./init to start one."<dir> for subsequent steps.Run type/evidence analysis:
npx @grainulation/harvest analyze <dir>Run stale claim detection:
npx @grainulation/harvest decay <dir> --days 7Display the analytics summary:
Harvest: <sprint-slug>
─────────────────────────────
Claim distribution:
constraint: <n> | factual: <n> | estimate: <n>
risk: <n> | recommendation: <n> | feedback: <n>
Evidence quality:
stated: <n> | web: <n> | documented: <n> | tested: <n> | production: <n>
Weak areas:
- <list any evidence tiers with 0 claims, or types with heavy concentration>
- <flag if >60% of claims share the same type (type monoculture)>
- <flag if >50% of evidence is "stated" or "web" (weak evidence base)>
Stale claims (<n> total):
- <id>: "<summary>" — <age> days stale
- ...
Velocity:
<output from analyze, e.g. claims/day, time between phases>
Suggest full retrospective:
For a full retrospective report:
npx @grainulation/harvest report <dir> -o output/harvest.html
--full, run the report command directly and write the output to output/harvest.html.Recommend calibration if sprint is complete:
Sprint looks complete. Score your predictions:
/calibrate --outcome "what actually happened"
npx @grainulation/harvest calibrate <dir>
--calibrate, run npx @grainulation/harvest calibrate <dir> and display the prediction accuracy results.Suggest next steps based on the findings:
Next steps:
/challenge <stale-id> -- revisit the stalest claim
/witness <weak-id> <url> -- strengthen weak evidence
/blind-spot -- check for structural gaps
/brief -- compile findings into a decision doc
Tailor the suggestions:
/challenge or /research on the stalest/witness or /research/challenge to diversify/brief or /present