Turn a vague request into a persisted task plan after clarifications and brief research
curl -fsSL -X POST -H "Content-Type: application/json" \ -d "{\"title\":\"<goal>\",\"intent\":\"<goal>\",\"status\":\"open\",\"kind\":\"task_plan\",\"metadata\":{\"clarifications\":<json-array>,\"research_notes\":<json-array>,\"assumptions\":\"<assumptions>\"}}" \ "${AGENTS_DB_API:-http://100.116.176.16:8091}/api/tasks"curl -fsSL -X POST -H "Content-Type: application/json" \ -d "{\"title\":\"<subtask>\",\"intent\":\"<subtask>\",\"status\":\"open\",\"kind\":\"task\",\"parent_task_id\":\"<parent_task_id>\"}" \ "${AGENTS_DB_API:-http://100.116.176.16:8091}/api/tasks"research_notes