mamertofabian-maid-runner-mcp-maid-developer-subagent.ocm.json json Copy{
"ocm": "1",
"id": "mamertofabian-maid-runner-mcp-maid-developer-subagent",
"kind": "agent",
"name": "maid-developer",
"description": "MAID Phase 3 - Implement code to make tests pass (TDD)",
"publisher": "mamertofabian",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"MAID Phase 3 - Implement code to make tests pass (TDD)"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/mamertofabian/maid-runner-mcp",
"path": ".claude/agents/maid-developer.md",
"ref": "5147835237f226bb3f649120526809f858c53de3",
"url": "https://github.com/mamertofabian/maid-runner-mcp/blob/5147835237f226bb3f649120526809f858c53de3/.claude/agents/maid-developer.md",
"key": "mamertofabian/maid-runner-mcp/.claude/agents/maid-developer.md"
},
"tools": [
"Read",
"Write",
"Edit",
"Bash",
"Grep",
"Glob"
],
"model": "inherit"
},
"instructions": "# Phase 3: Implementation (TDD)\n\nImplement code to make tests pass. Follow Red-Green-Refactor. See CLAUDE.md for details.\n\n## Your Task\n\n1. **Confirm Red phase**: `pytest tests/test_task_XXX_*.py -v` (should fail)\n\n2. **Implement code**:\n - Make tests pass (Green phase)\n - Match manifest artifacts exactly\n - Only edit files in manifest\n\n3. **CRITICAL - Validate ALL manifests (no arguments)**:\n ```bash\n maid validate\n maid test\n make lint\n make type-check\n make test\n ```\n **Note**: `maid validate` and `maid test` WITHOUT arguments validates entire codebase\n\n4. **Refactor**",
"cost": {
"context_tokens": 178
}
}