Setup an experimental folder for testing well-defined methods for achieving a specific goal. Only use when the user explicitly asks to begin an experiment.
experiments/<experiment_name> in the project root with the experiment name.CLAUDE.md file with the experiment description and method details.method.pyFor each method:
CLAUDE.md file.For each method:
version argument to the method implementation and ensure the main() function can run different versions based on this argument.results.csv) in the experiment folder to aggregate results from all methods and variations.run_experiment.py) that can execute all methods and variations, log results, and update the central results file.analyze_results.py) that can read the central results file and generate basic visualizations or summaries of the experiment outcomes.report.md) that summarizes the findings and insights from the experiment.