claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.
49 lines (48 loc) • 1.06 kB
JSON
{
"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"
}