recursive-decision-ledger

Execute recursive decision rollouts with structured evidence logging in a ledger.

2|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/529-studio/Vmarble-Warehouse-Management-Client --skill recursive-decision-ledger-529-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recursive-decision-ledger
Source: https://github.com/529-studio/Vmarble-Warehouse-Management-Client/tree/main/.agents/skills/recursive-decision-ledger
Command: npx skills add https://github.com/529-studio/Vmarble-Warehouse-Management-Client --skill recursive-decision-ledger-529-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of maintaining coherence and evidence-based reasoning during complex, multi-step decision processes or high-dimensional search tasks.

Core Features & Use Cases

  • Recursive Rollouts: Facilitates repeated trial-and-error processes with a persistent memory of prior outcomes.
  • Evidence Tracking: Maintains a structured ledger of search space, heuristics, and decision marks to prevent hallucinated certainty.
  • Use Case: Use this when performing complex architectural trade-off analysis or stochastic optimization where you need to track which candidates were rejected, watched, or promoted across multiple iterations.

Quick Start

Invoke the recursive decision ledger to begin a new rollout sequence for the current optimization task by loading the existing ledger and capturing the latest state.

Frequently Asked Questions about recursive-decision-ledger

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

FAQPage Schema
How do I maintain an audit trail during high-dimensional search and stochastic optimization?

To maintain an audit trail during high-dimensional search, use a structured ledger to record trial metadata, coherence marks, and promotion gates across repeated rollouts. This prevents hallucinated certainty by preserving a persistent memory of rejected, watched, or promoted candidates.

What is the best way to track rejected candidates in recursive decision-making processes?

The best way to track rejected candidates in recursive decision-making is to execute repeated rollouts using a structured evidence ledger. This approach logs prior outcomes and heuristics, capturing which candidates were rejected, watched, or promoted across multiple iterations.

When do I need structured evidence logging for architectural trade-off analysis?

You need structured evidence logging for architectural trade-off analysis when multi-step decisions require coherence and a visible audit trail. It prevents hallucinated certainty by maintaining a persistent memory of search space evaluations and decision marks throughout the optimization task.

Can I use recursive rollouts to compare ensembles without losing track of prior outcomes?

Yes, you can use recursive rollouts for ensemble comparison without losing prior outcomes by adhering to a ledger contract. This contract requires recording trial metadata and promotion gates, ensuring a persistent memory of what was rejected, watched, or promoted across iterations.

How do I start a new rollout sequence for a complex optimization task?

To start a new rollout sequence for an optimization task, invoke the recursive decision ledger to load the existing ledger and capture the latest state. This initiates the trial-and-error process while maintaining structured evidence of prior search space evaluations.

Why does my multi-step reasoning lose coherence and hallucinate certainty during complex searches?

Multi-step reasoning loses coherence and hallucinates certainty during complex searches due to a lack of structured evidence tracking. Implementing a ledger to log trial metadata and decision marks prevents this by enforcing a persistent memory of prior outcomes across rollouts.