Generate a markdown sprint-completion report.
- category
app_builder (App Builder)
Parameters
sprint_id : string- UUID of the Sprint to report on.
format : string- Output format (v3 supports markdown only). — default:
"markdown" include_metrics : boolean- Include velocity + burndown numbers. — default:
true
Link a DesignDocSet to a Workstream (sets Workstream.design_doc_set).
- category
app_builder (App Builder)
Parameters
workstream_id : string- UUID of the Workstream to link.
design_doc_id : string- UUID of the DesignDocSet to associate.
is_prerequisite : boolean- Whether this design doc must complete before workstream work begins. — default:
false
Find tasks at risk: due within N days OR blocked >7 days.
- category
app_builder (App Builder)
Parameters
project_id : string- UUID of the BuilderProject to scan.
sprint_id : string- Restrict to a specific Sprint (optional). — default:
null days_until_due : integer- Days from now considered 'due soon'. — default:
3
Mark a BuilderSession as ready for context handoff and create the HandoffDocument.
- category
app_builder (App Builder)
Parameters
session_id : string- UUID of the BuilderSession to mark ready.
summary : string- Brief summary of what the session accomplished.
next_priorities : array- List of next priorities for the resuming session. — default:
[] context_size_percent : number- Estimated context-window utilisation (0-100). — default:
0
Return top-N PromptTemplate rows matching keywords/category, ranked by match count + usage.
- category
app_builder (App Builder)
Parameters
context_keywords : array- Keywords used to rank templates by simple keyword match.
category : string- Restrict to a specific category (design/build/verify/handoff/review/other). — default:
null limit : integer- Maximum number of suggestions to return. — default:
3