Decision Framework

Community

Autonomous routing to the next project phase.

Authorderekcrosslu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill performs autonomous decision-making to evaluate results from backtests, optimizations, and validations, and route the workflow to the next phase with clear, criteria-driven outcomes.

Core Features & Use Cases

  • Phase-based Evaluations: evaluate-backtest, evaluate-optimization, evaluate-validation commands load phase-specific logic.
  • Routing: route the next phase based on decisions with an explicit phase and iteration. Progressive Disclosure: load only necessary logic per phase for speed and reliability.
  • Use Case: After Phase 3 backtest, run decision evaluate-backtest to decide whether to proceed to optimization or escalate.

Quick Start

Run: venv/bin/python SCRIPTS/decision_cli.py evaluate-backtest --results PROJECT_LOGS/backtest_result.json --state iteration_state.json

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Decision Framework
Download link: https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/archive/main.zip#decision-framework

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository