Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- open_brief — Open an intake brief from a raw request: the brief skeleton, the decisions that must be closed before anyone builds, and the order to close them in.read-onlyidempotent
- ask_next_question — Given the brief so far, produce the single next question to put to the requester, with the decision it closes and what changes either way — one question, not a list.read-onlyidempotent
- record_answer — Record an answer into the brief and score whether it actually closed the decision, judging what the answer commits to rather than matching it against a list of phrases.read-onlyidempotent
- assess_readiness — Score how ready a brief is to hand to design and build, against a stated threshold, and name what is still blocking it — refusing to inflate the score to end the interview.read-onlyidempotent
- freeze_brief — Freeze a brief for handoff: the full agreed text, every question that was never answered, and every assumption standing in for one, marked as assumptions.read-onlyidempotent
- check_phase_gate — Check whether the artifact the next phase requires was actually supplied, and refuse the handoff by name when it was not, instead of letting the phase start on nothing.read-onlyidempotent