List host tickets
task://host/tickets/query/list
{
"project": ".",
"sprint": "all"
}
Planning connector
Planfile Tasks is an external urirun connector package that turns a local planfile project into URI-addressable work items. It owns ticket list, create, status and DSL routes, generates bindings from decorators, compiles into a normal urirun registry, and projects to MCP tools / A2A skills for host workflows.
python>=3.10task://host/tickets/query/list
{
"project": ".",
"sprint": "all"
}
task://host/ticket/command/create
{
"project": ".",
"name": "Check DNS records",
"queue": "ops",
"prompt": "Check if configured domains resolve and answer with HTTP 200"
}
planfile://host/dsl/command/run
{
"project": ".",
"command": "list tickets sprint=current"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=planfile' | bash
{
"id": "planfile",
"name": "Planfile Tasks",
"status": "available",
"uriSchemes": [
"task",
"planfile"
],
"routes": [
"task://host/tickets/query/list",
"task://host/ticket/query/next",
"task://host/ticket/query/show",
"task://host/ticket/command/create",
"task://host/ticket/command/start",
"task://host/ticket/command/complete",
"task://host/ticket/command/fail",
"task://host/ticket/command/block",
"task://host/ticket/command/ready",
"planfile://host/dsl/command/run"
],
"install": {
"mode": "urirun-extra",
"pipSpec": "urirun-connector-planfile @ git+https://github.com/if-uri/urirun-connector-planfile.git@v0.1.1"
},
"hubUrl": "https://connect.ifuri.com/connectors/planfile"
}