You will create a new module following Module Driven Development (MDD) principles.
# Create New Module You will create a new module following Module Driven Development (MDD) principles. ## Task Use the `module-developer` agent to create a new module named: **$ARGUMENTS** The agent will: 1. Analyze the module requirements based on the name and any additional context 2. Design a clean interface for the module 3. Implement the module functionality 4. Create comprehensive documentation in README.md 5. Write tests for the module ## Module Requirements If the module name alone doesn't provide enough context, ask the user: - What should this module do? - What is the expect...