One-click install
npx skills add https://github.com/kapilvirenahuja/garura --skill reap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reap
Source: https://github.com/kapilvirenahuja/garura/tree/main/core/components/plays/reap
Command: npx skills add https://github.com/kapilvirenahuja/garura --skill reap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reap turns completed engineering outcomes into structured, reviewable learning proposals, so teams can identify what should be added or updated in long-term knowledge without manually tracing raw evidence.

Core Features & Use Cases

  • Post-epic learning extraction: Reads the build trinity after validate completes and proposes tiered learnings for human decision-making.
  • Taxonomy-classified proposals: Produces proposals with a two-level learning taxonomy aligned to the knowledge base structure (learning_category + sub_category).
  • Human-gated evidence commitment: Stages proposals in STM and requires a Tether/Vanish checkpoint before committing evidence/self-committing.
  • Tier-aware outputs: Generates Tier 1 ADR draft drafts (with impact blocks) and supports tiered outcomes, including zero-proposal runs.

Quick Start

Run reap for a validated issue by invoking the command: /reap <issue>.

Frequently Asked Questions about reap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract post-validate learnings from completed epics for long-term memory?

To extract post-validate learnings, the process reads validate verdict evidence and STM context baseline, delegating extraction to the knowledge-extractor agent in analyze mode to identify gaps for LTM enrichment.

What is the process for generating taxonomy-classified proposals after a build trinity completes?

Taxonomy-classified proposals are generated by reading the build trinity outcomes and producing a two-level learning taxonomy aligned to the knowledge base structure for human review in STM.

How do I draft ADR drafts with impact blocks from validated engineering outcomes?

ADR drafts with impact blocks are generated as Tier 1 tier-aware outputs by reading completed build trinity outcomes and staging the tiered learnings into proposals.yaml.

Does post-epic learning extraction require a human checkpoint before committing to STM?

Yes, post-epic learning extraction enforces a mandatory Tether/Vanish human checkpoint before evidence self-committing to ensure reviewed proposals are written under evidence/reap/.

Can I use deterministic workflows for gap identification in enterprise intent-driven development?

Deterministic workflows for gap identification apply to enterprise intent-driven development flows where an epic has completed prepare/implement/validate and requires structured LTM enrichment.

What happens when post-validate review yields zero learning proposals?

When post-validate review yields zero proposals, the deterministic workflow supports tiered outcomes including zero-proposal runs, ensuring evidence records still reflect the completed build trinity state.