Workflow templates
Use-case-first packaging, without hiding the machinery.
Ten opinionated templates — three developer-oriented, seven packaged for startup ops teams. Every template ends with a proof card, evidence status, open questions, and a citable record.
Developer templates
For builders composing from protocol primitives.
findBestFitFind my best-fit options
Unify fragmented discovery, rank source-backed options, and generate the next best action. Pauses for user selection; resumes to Bridge and Pay.
View template Inspect traceOperator templates
For startup ops teams adopting without designing from primitives.
vendorDueDiligenceVendor due diligence in 1 day with a sealed proof pack.
The commercial wedge: source-bound evidence, policy risk scoring, cross-functional handoff trail, ROI summary, and a sealed proof pack.
View template Inspect traceoperatorDecisionLogEvery decision, every path not taken — preserved.
Log every option considered, the rejected paths, and the rationale. Portable cite ref compatible with Decionis-style audit ledgers.
View templatecomplianceAuditExportFrom task record to audit-ready report.
Pull any completed task into a sealed proof pack — evidence, receipts, decision log, citations — ready for a regulator, auditor, or board.
View templateprocurementHandoffHunt, verify, pay — with a receipt at the end.
Issue a spend mandate and get a finance-ready receipt. Hunt → Resolve → Pay in one call, policy-enforced without custom guard code.
View template Inspect tracefakeJobVerificationVerify a job offer before sharing your documents or paying fees.
Detect red flags in job offers, cross-check the company and recruiter, and package the verdict as a portable proof card.
View template Inspect traceEvery template outputs the same structure
Proof card. Evidence status. Open questions. Cite ref.
Whether you run Hunt to buy an iPhone or Compliance Audit Export for a board review, the output shape is consistent — so external systems, ops dashboards, and decision ledgers can consume the same format regardless of which template produced it.
Consistent proof card output
{
"proofCard": {
"cardId": "card_...",
"evidenceStatus": "sourceBound" | "verified" | "partial",
"confidence": 0.91,
"openQuestions": [...],
"recommendedRestraint":"proceedSafely" | "proceedWithCaution" | ...,
"cite": "patchr:proofCard:card_...#v1",
"citeRef": "patchr:decisionLog:...", // operator templates
"escalation": { "recommended": false, ... }
}
}