{
  "taskId": "test-123",
  "taskDescription": "Implement JWT authentication",
  "mode": "standard",
  "spawnMode": "task",
  "scope": {
    "epicGoal": "Implement JWT authentication",
    "inScope": [
      "JWT token generation and validation",
      "Authentication middleware"
    ],
    "outOfScope": [
      "Multi-factor authentication",
      "Biometric login",
      "User analytics and tracking",
      "Admin dashboard UI",
      "Monitoring and alerting"
    ],
    "deliverables": [
      "src/auth/jwt.ts",
      "src/auth/middleware.ts",
      "tests/auth.test.ts"
    ],
    "directory": "src/auth",
    "acceptanceCriteria": [
      "JWT tokens expire correctly",
      "Authentication tests pass with >80% coverage"
    ]
  },
  "agents": {
    "loop3": [
      "backend-dev",
      "researcher"
    ],
    "loop2": [
      "reviewer",
      "tester",
      "architect",
      "security-specialist"
    ]
  },
  "thresholds": {
    "gate": 0.75,
    "consensus": 0.90,
    "maxIterations": 10
  },
  "createdAt": "2025-12-08T20:20:18Z"
}
