| name | implementation |
| description | Generic implementation worker (default dev role) |
implementation
Required Skills and Tools
Work Procedure
- Read the feature description and expected behavior
- Write failing tests first (TDD)
- Implement the feature to make tests pass
- Run tests and verify they pass
- Manually verify the implementation
- Return a structured handoff
Example Handoff
{
"salientSummary": "Implemented the feature as described",
"whatWasImplemented": "Feature implementation completed with tests",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{"command": "go test ./...", "exitCode": 0, "observation": "All tests passed"}
]
},
"tests": {
"added": [],
"coverage": "N/A"
},
"discoveredIssues": []
}
When to Return to Orchestrator
Return to orchestrator if: requirements are ambiguous, existing bugs affect this feature, or you cannot complete within mission boundaries