Skill v1.0.1
currentAutomated scan100/100+2 new
version: "1.0.1" name: grounded-answer description: Answer a user question through DocMason's canonical grounded workflow using retrieval, provenance tracing, render escalation, and a final answer-state check.
Grounded Answer
Use this skill when the task is to answer a question from the published DocMason knowledge base rather than only retrieve evidence.
This is the inner specialist answer workflow behind the user-facing ask entry surface. Ordinary users should not need to name this workflow explicitly before asking business questions.
Front-Door Precondition
grounded-answeris not a free-standing ordinary front door.- Start only from canonical ask turn metadata and canonical ask runtime ownership.
- Start only after canonical
askhas already handed the live turn here withstatus = executeandinner_workflow_id = grounded-answer. - If the current turn is missing that ask-owned handoff, stop and route back to
ask.
Required Capabilities
- local file access
- shell or command execution
- ability to inspect structured JSON output
- ability to inspect rendered images when the cited evidence requires visual confirmation
If the agent cannot inspect required rendered evidence, stop and explain that the environment is not capable enough for grounded answering.
Procedure
- Start from canonical ask turn metadata instead of assuming every direct answer is purely KB-grounded.
- honor the ask-owned
work_brief, resolved decisions, accepted scopes, and affected-output
boundary; use them to preserve the intended medium and critical distinctions without reopening decisions this workflow does not own
- treat
answer_stateas the top-level four-state answer contract - choose an explicit
support_basisfor the overall answer: kb-groundedexternal-source-verifiedmodel-knowledgemixed- honor ask-provided
reference_resolution,source_scope_policy,evidence_requirements, andsupport_contract; whenevidence_requirementsis present, treat it as the canonical odd-question inspection contract before widening scope or changing evidence basis - write a short support ledger before drafting:
- which source boundary must survive
- which comparison sources must both survive
- which published evidence channels are required
- whether this turn still has the one allowed contract-repair chance
- Normalize the user question and decompose it only when that improves grounded retrieval.
- Run
docmason retrieve "<query>" --json --compactfor the initial question or sub-question when KB evidence is part of the answer path.
- if you truly need the full nested retrieve payload, redirect full
--jsonto a local file and inspect it selectively instead of streaming it into the live chat context - treat compact retrieve as the stable host-facing projection; inspect
results,reference_resolution,source_scope_policy, andrecommended_hybrid_targetsbefore reaching for nested JSON - do not build alternate compact schemas with ad hoc
jqassumptions such as.matches - prefer published affordance sidecars and already-published evidence channels over ad hoc source inspection
- inspect
reference_resolutionfirst when the user has named a document or locator in user-native terms - keep DocMason workspace commands sequential inside the same live answer path; do not overlap
retrieve,trace,sync,status, orvalidate-kbwhile a lease-owning step is still running
- Inspect the strongest evidence bundles, matched units, graph expansions, render references, and published-evidence sufficiency judgment.
- when
reference_resolution.statusisexact, preserve that narrowing and do not let neighboring documents silently dilute it - when
reference_resolution.statusisapproximatebutunit_match_statusisexact, preserve the approximate notice but still treat the resolved source narrowing as intentional - when
reference_resolution.statusisapproximateorunresolved, keep the inline notice and answer wording honest about that boundary - when the question is artifact-sensitive, inspect compact retrieval fields first:
matched_artifact_idsmatched_unit_idsmatched_overlay_unit_idsfocus_render_assetsrecommended_hybrid_targets- score details such as
structure_context_bonus,semantic_overlay_bonus, andcompare_coverage_bonus - when the answer boundary truly depends on exact artifact metadata such as
section_path,caption_text,continuation_group_ids,procedure_hints, orsemantic_labels, inspect a file-first full retrieve capture or the published artifact sidecars rather than pasting the nested payload into chat - treat those published payloads as an ordered evidence path: first decide whether retrieved text, structure, notes, or media already settle the claim, then inspect cited
focus_render_assets, render refs, or page spans when visual confirmation would materially change the answer, and only then escalate - when published sufficiency fails because of hard-artifact semantic gaps, the grounded-answer path must enter the governed ask-time multimodal refresh before any raw source inspection
- use
recommended_hybrid_targetsas the only legal query-aware narrowing entrypoint - if the turn becomes a waiter on that governed refresh, keep the same turn paused and reuse the shared result
- once the governed refresh picks a source, complete that source's current hybrid candidates, inspect listed render or focus-render assets when present and answer-relevant, reretrieve, and retrace before treating the ask as ready to answer
- record lightweight settlement audit fields such as
render_inspection_usedandinspected_render_assetswhen the work packet exposes visual assets - after one
coveredrefresh and post-refresh retrieve/trace, close honestly with the remaining support boundary instead of starting a second same-turn refresh - if the governed refresh settles
blocked, close the turn asabstained + governed-boundary
- Run provenance tracing for the strongest support when you need corroboration, contradiction checks, or answer-state clarification:
docmason trace --source-id <source_id> --json --compactdocmason trace --answer-file <path> --json --compactdocmason trace --session-id <session_id> --json --compact- if you truly need nested segment support objects, redirect full
--jsonto a local file and inspect it selectively instead of loading the full raw trace payload into the live chat context - treat compact trace as the stable host-facing projection; inspect
answer_state,reference_resolution,source_scope_policy,issue_codes, andrecommended_hybrid_targetsbefore reaching for nested JSON - when the same live turn creates more than one ask-owned retrieve session or more than one plausible final trace candidate, keep an explicit artifact ledger while you work:
- preserve the selected ask-owned
session_idsthat support the final answer - preserve the selected
trace_idsthat bind the final answer-file version - return those selected IDs to the main agent for finalize-time use instead of leaving commit-time disambiguation to
complete_ask_turn() - if the turn produced only one ask-owned retrieve session and one final trace, ordinary automatic hydration remains sufficient
- Inspect renders when:
- the strongest support uses low-confidence extracted text
- a cited unit has little or no text but does have rendered evidence
- layout, tables, diagrams, screenshots, or visual style are part of the answer boundary
- the odd-question plan explicitly prefers
renderormedia - artifact supports expose
render_page_span,bbox, ornormalized_bboxthat materially narrow what must be checked - artifact or segment supports expose
focus_render_assets, which should be preferred over full-page renders when present - do not treat every multimodal source as a reason to reopen the raw file; render inspection is for questions whose answer boundary actually depends on visual semantics or a published render-only gap
- Draft the canonical answer file under
runtime/answers/when conversation context exists.
- if you need auxiliary drafts or exported scratch artifacts and the user did not specify a path, place them under
runtime/agent-work/
- When the answer is externally verified, persist the lightweight external support manifest before or alongside the final trace so the combined support contract stays machine-readable.
- Run
docmason trace --answer-file <path> --json --compactas the final grounding check.
- when the answer depends on artifact-level support, inspect compact trace fields first:
supporting_artifact_ids- segment
supporting_artifact_ids - segment
supporting_overlay_unit_ids - segment support-lane counts and compact support counts
- when you genuinely need nested
artifact_supports,semantic_supports, render refs, page spans, or region boxes, inspect a file-first full trace capture or the published artifact surfaces rather than streaming the nested trace payload into chat - hand the same answer-file path, plus any selected
session_ids/trace_ids, back for hiddenfinalize; prefer the structuredworkflow_outcomehandoff when the workflow already knows the correctsupport_basis, selected IDs, or other finalize-owned facts - if finalize returns
status = executetogether with a repairablesupport_fulfillment, do one contract-aware rewrite and retrace on the same turn, then finalize once more - if finalize returns
status = executetogether withadmissibility_repair, use its issue codes and suggested action to rewrite the same answer file, rerun trace, and finalize once more - do not render terminal closure metadata yourself; return the exact business answer and
workflow-owned support facts to ask, which alone decides whether a separate status line or boundary explanation is user-visible
- Emit one of these final answer states:
groundedpartially-groundedunresolvedabstained
- Return the final answer, final
answer_state, overallsupport_basis, support boundary, and next steps to the main agent.
Escalation Rules
- If the final answer trace returns
partially-groundedorunresolved, do not relabel the result asgrounded. - If the answer is externally verified or intentionally based on stable model knowledge, do not relabel it as a degraded product failure solely because the final answer is not KB-grounded.
- If the final answer trace still requires render inspection, inspect the cited renders before issuing a confident answer.
- If the evidence is contradictory, ambiguous, or insufficient, qualify the answer or abstain.
- If source-reference resolution only succeeded approximately, do not phrase the answer as though the cited document or locator was matched exactly.
- If the answer is comparative, do not finalize it from a support set dominated by one source when the trace or retrieval payload still shows weak comparative coverage.
- Treat trace
grounding_reason_codesand coverage ratios as diagnostics for repair and explanation. They do not override the finalanswer_state. - Do not treat retrieval alone as a complete grounded-answer workflow.
- If published KB artifacts already satisfy the required evidence channels, do not rerender source files or rummage through
original_doc/as a first reflex.
Completion Signal
- The workflow is complete when the main agent has a final answer text, a final answer state, and an explicit support or uncertainty boundary grounded in retrieval and trace results.
Notes
- This is an inner agent-facing workflow behind
ask. It is not a new publicdocmason answercommand. - New runtime artifacts use the same four-state
answer_statecontract: groundedpartially-groundedunresolvedabstainedsupport_basisremains an explicit orthogonal field. Interpretanswer_staterelative to that declared support basis.- When a narrower KB-specific grounding view is needed, use trace grounding summaries, segment grounding statuses, and
kb_answer_staterather than overloading the top-level answer contract.