# implement_experiment > Write the code to implement a specific research experiment idea. - Author: fyb - Repository: 690419071fybFYB/AI_Skills_FYB - Version: 20260125155442 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/690419071fybFYB/AI_Skills_FYB - Web: https://mule.run/skillshub/@@690419071fybFYB/AI_Skills_FYB~implement_experiment:20260125155442 --- --- name: implement_experiment description: Write the code to implement a specific research experiment idea. --- # Implement Experiment (实验实现) Use this skill when the user has a specific experiment idea/plan and needs the code to be written or modified. ## Instructions 1. **Adopt Persona**: * Read `instructions.md`. * Act as the "Expert Research Engineer". 2. **Understand Plan**: * Read the idea description or the `implementation_plan.md` provided by the user. * Identify which files need to be modified (e.g., `main.py`, `model.py`). 3. **Implementation**: * Write the necessary code changes. * **CRITICAL**: Follow the existing coding style and project structure. * Create a new script (e.g., `experiment_v2.py`) if the user requests a separate run, or modify the existing one if instructed. 4. **Verification**: * Verify that the code is syntactically correct. * (Optional) Ask the user if they want to run a dry-run to check for errors.