One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill decision-boundary-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Decision Boundary Extraction
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/decision-boundary-extraction
Command: npx skills add https://github.com/Vrooli/Vrooli --skill decision-boundary-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decision-making logic is often hidden in dense conditionals, scattered thresholds, or implicit business rules, making it hard to understand why a scenario behaves one way versus another. This Skill surfaces those choices, explains their intent, and keeps teams from guessing at how the flow should react in critical situations.

Core Features & Use Cases

  • Decision Discovery: Reads the scenario seams documentation with knowledge-observatory-tools to catalog every branch, threshold, and strategic mode that controls behavior.
  • Intent Clarification: Groups related decisions, names them with domain-relevant identifiers, and documents the inputs, criteria, and desired outcomes so future agents can recognize them quickly.
  • Testability Focus: Highlights important branches, suggests or updates tests, and improves logging so decisions remain observable and reliable across different inputs.

Quick Start

Ask Decision Boundary Extraction to list the major decision points, their inputs, and the behaviors they control for the current scenario.

Frequently Asked Questions about Decision Boundary Extraction

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

FAQPage Schema
How do I extract branching logic from scenario documentation?

To make hidden decision logic explicit, this Skill reads scenario seams documentation to catalog every branch, threshold, and strategic mode. It groups related decisions and documents their inputs, criteria, and desired outcomes for centralized review.

What is the best way to track implicit business rules scattered across modules?

Tracking implicit business rules scattered across modules requires centralizing scenario-level inspection. By targeting conditionals and thresholds, it reveals explicit choices and explains their intent so teams understand how flows react in critical situations.

Can I use scenario seams inspection to improve testability for branching logic?

Scenario seams inspection improves testability by highlighting important branches and suggesting or updating tests. It enhances logging so decisions remain observable and reliable across different inputs and future loops.

How do I document decision thresholds and outcomes for future agents?

Documenting decision thresholds and outcomes involves grouping related decisions and naming them with domain-relevant identifiers. This clarifies intent so future agents can quickly recognize the inputs, criteria, and behaviors each decision controls.

When do I need to centralize review of scattered decision-making points?

You need to centralize review of scattered decision-making points when branching logic, thresholds, and strategy selection are spread across modules. This ensures documentation remains actionable when teams must understand why a scenario behaves a certain way.