Commands
/magic:findings
Present current analysis findings interactively as structured, actionable proposals.
Steps:
- Read available analysis outputs from
logs/directory:quality_score.pyoutput (overall quality score and grade)detect_all_issues.pyoutput (issue inventory)deep_quality_analysis.pyoutput (anomaly flags, investigation hints)content_validator.pyoutput (sentinel and content validation)
- Categorize findings into three groups:
- Tasks requiring decision — Quality issues or processing opportunities needing user input
- Auto-resolvable — Low-severity items fixable deterministically
- No action needed — Expected data characteristics
- Present each decision task with concrete numbers, sample values, numbered options, and a recommended approach
- Wait for user to choose which tasks to pursue
- Record decisions in
logs/analysis_journal.md - Route to the appropriate skill (cleaning, synthesis, transformation, validation) based on user choices
The agent composes the findings presentation directly from script outputs.
Was this page helpful?
Edit on GitHub
Last updated on