decision-extraction

Capture and formalize agent output decisions into structured ADR format.

157|28|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Fr-e-d/GAAI-framework --skill decision-extraction-fr-e-d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-extraction
Source: https://github.com/Fr-e-d/GAAI-framework/tree/main/.gaai/core/skills/cross/decision-extraction
Command: npx skills add https://github.com/Fr-e-d/GAAI-framework --skill decision-extraction-fr-e-d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that critical product and technical decisions made during agentic workflows are captured and formalized, preventing knowledge loss and maintaining a consistent governance trail.

Core Features & Use Cases

  • Decision Capture: Identifies and structures durable decisions from agent outputs.
  • Consistency Checking: Verifies new decisions against existing ones to prevent contradictions.
  • Memory Formalization: Stores decisions in a standardized ADR format for long-term recall.
  • Use Case: After a discovery agent refines a user story, this skill can formalize the accepted trade-offs and scope boundaries into a decision record, ensuring future agents adhere to these established constraints.

Quick Start

Use the decision-extraction skill to formalize the decisions made in the recent agent outputs.

Frequently Asked Questions about decision-extraction

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

FAQPage Schema
How do I capture product decisions into long-term memory to prevent knowledge drift?

To prevent knowledge drift, you can capture product decisions by formalizing agent outputs into long-term memory using a structured ADR format. This ensures consistency and creates a durable governance trail for future reference.

What is the ADR format used for formalizing durable technical decisions?

The ADR format is a structured standard for formalizing durable technical decisions into long-term memory. It captures significant choices made after discovery or QA phases, ensuring future agents adhere to established constraints and preventing knowledge loss.

When do I need to formalize decisions from agent outputs during a workflow?

You need to formalize decisions from agent outputs after discovery, delivery, or QA phases where significant choices are made. Capturing these durable decisions immediately ensures consistency and prevents knowledge drift in subsequent agentic workflows.

How do I check new decisions against existing ones for consistency and conflict resolution?

To check new decisions for consistency, you cross-reference them against existing decisions stored in long-term memory. This conflict resolution process verifies that new formalized choices do not contradict established constraints, preventing knowledge drift.

Can I use this decision extraction approach for trade-offs identified during user story refinement?

Yes, you can use decision extraction for trade-offs identified during user story refinement. After a discovery agent refines a story, the skill formalizes accepted trade-offs and scope boundaries into a decision record for future adherence.