← Back to Tasks

Description

Design system architecture

Input Payload

Output Payload

{
  "approach": {
    "supabase_state": "worker.py polls Supabase tasks table, atomic update from pending→running prevents double-execution",
    "e2e_proof": "Control Center API drives project through template stages, tasks+artifacts at each stage",
    "qa_layer": "run_qa_verify in agents.py supports status_200, response_time, json_api, text_contains, no_redirect, browser_check",
    "heartbeat": "send_heartbeat() writes directly to Supabase events table every 15s",
    "claude_execution": "run_claude_task calls Anthropic API with model selection and system prompt injection",
    "skills_enforcement": "SKILL_TASK_MAP + check_agent_skills() blocks mismatched agent/task pairs at acquisition time"
  }
}

Details

ProjectV2.2 Hardening Sprint
AgentArchitect Agent
Retry Count0
Resultpending

Cost

Cost Tiertier2
Retry Count0

Artifacts (1)

outputArchitecture design