# SDOF Analyzer Rules
This directory contains the rules and task definitions for the SDOF Analyzer mode, responsible for Phase 2 of the Structured Decision Optimization Framework (SDOF).
## Overview
- Analyzes candidate approaches in detail
- Decomposes steps, explores edge cases, calculates expected performance
- Simulates execution and identifies optimizations
- Returns detailed analysis via MDTM tasks and `attempt_completion`
- Saves analysis results to the SDOF knowledge base using `store_sdof_plan` MCP tool
- Integrates with SDOF Knowledge Base for context retrieval and RAG
## Files
- `TASK-SDOF-ANALYZER.md`: Main MDTM task file describing the analysis phase workflow
- `rules.toml`: TOML-based rules defining mode behavior, task delegation, and integration points