Workflow templates

Use-case-first packaging, without hiding the machinery.

Seven opinionated templates — three developer-oriented, four packaged for startup ops teams. Every template ends with a proof card, evidence status, open questions, and a citable record.

Every 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, ... }
  }
}