+++
id = "TASK-SDOF-EVALUATOR-MAIN-WORKFLOW"
title = "SDOF Evaluator Phase 4 Workflow"
status = "🟡 To Do"
type = "🌟 Feature"
assigned_to = "sdof-evaluator"
coordinator = "TASK-CMD-0000000000"
tags = ["sdof", "evaluator", "phase4", "workflow"]
related_docs = [
".roo/rules-sdof-evaluator/rules.toml",
".roomodes"
]
+++
# Description
This task defines the main workflow for the SDOF Evaluator mode, responsible for Phase 4: Evaluation. It evaluates the implemented solution.
# Acceptance Criteria
- Evaluate the solution based on implementation results.
- Assess performance, quality, and compliance.
- Save evaluation results automatically to the SDOF knowledge base.
- Integrate with SDOF Knowledge Base for context retrieval.
- Delegate to `sdof-integrator` upon completion.
- Use MDTM task management for tracking.
# Checklist
- [ ] Retrieve implementation details from knowledge base.
- [ ] Perform solution evaluation.
- [ ] Document evaluation findings.
- [ ] Save evaluation using `store_sdof_plan` MCP tool.
- [ ] Delegate to `sdof-integrator` for Phase 5.