implement_code
Generates clean, tested, production-ready code from an architecture design in a chosen language, saving to a file path with optional unit tests.
Instructions
Engineer implements the feature with clean, tested, production-ready code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Programming language to use (default: typescript) | typescript |
| file_path | No | File path where code should be implemented | |
| architecture | Yes | The architecture design from the Architect (min 20 characters) | |
| test_coverage | No | Include unit tests (default: true) |