Build · Create · Engineering
Goal decomposed into an executable task plan
A goal broken into ordered, tool-assigned steps with a resolved, acyclic dependency graph, so an agent (or a team) can execute it without ambiguity.
You receive: A structured plan (JSON: steps with id, prompt, parameters, assigned tool, dependencies) that passes the completeness + acyclic-graph checks.
Part of Ship MVP
Opens soon
Cost25 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery
This objective is verified and ready. It opens soon, once sign-in and payments are live.
Deliverable interface
The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.
{
"buyerParamKeys": [
"available_tools",
"max_steps"
],
"checkNames": [
"format_parses",
"step_ids_unique",
"step_has_prompt",
"step_has_parameters",
"step_has_assignment",
"step_has_dependencies",
"dependencies_resolve",
"no_self_dependency",
"dag_acyclic",
"no_orphan_steps",
"within_max_steps"
],
"constants": {},
"deliverableLabel": "task_decomposition_plan",
"documentKeys": [
"assigned_to",
"dependencies",
"id",
"parameters",
"prompt",
"steps"
],
"enumLiterals": [],
"submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
"tier": "doc-validator"
}Get early access to STUD the day it goes live.