# Morning Brief Production

- kind: Workflow
- sku: sku_morning_brief
- version: 0.1.0
- price: $79 USD
- availability: coming
- runtime: Codex, Claude Code, OpenClaw
- last_tested: 2026-08-25
- page: https://kitsforagents.com/kits/workflows/morning-brief-production/
- json: https://kitsforagents.com/kits/workflows/morning-brief-production.json

## Job

Turn a gather step into one US Letter briefing that is redacted, schema-valid, and under a hard word cap.

## Who it is for

You already gather a briefing and need a deterministic one-page output.

## Who should skip it

You only need the Pi briefing folder — that is in the Skills Bundle.

## What you get

Production kit for a one-page weekday brief. Not in stock on this origin until the sanitized renderer and privacy evals ship.

## Inputs

- briefing_packet (json, required): Schema-valid briefing packet

## Outputs

- pdf (file): One US Letter PDF

## Eval

No eval published yet



## Success criteria

- Exactly one US Letter page
- No emails, phones, or live links in the fixture output
- Fails closed if extra schema keys appear

## License and refund

Personal-use, one seat, no redistribution. 14-day refund if the advertised eval fails on the advertised fixture, or the checksum mismatches.

## Checkout

Human: POST https://kitsforagents.com/api/v1/checkout with `{ "sku": "sku_morning_brief" }`
Agent: POST https://kitsforagents.com/api/acp/checkout_sessions with ACP 2026-04-17 checkout session body.

```yaml
schema: "makelky.agent-packet/2026-08"
sku: "sku_morning_brief"
name: "Morning Brief Production"
kind: "workflows"
version: "0.1.0"
url: "https://kitsforagents.com/kits/workflows/morning-brief-production/"
md_url: "https://kitsforagents.com/kits/workflows/morning-brief-production.md"
json_url: "https://kitsforagents.com/kits/workflows/morning-brief-production.json"
job: >
    Turn a gather step into one US Letter briefing that is redacted, schema-valid, and under a hard word cap.
summary: >
    JSON schema, renderer, and evals so “write a briefing” does not become a 5,000-word chat.
inputs:
  - name: "briefing_packet"
    type: "json"
    required: true
    description: "Schema-valid briefing packet"
outputs:
  - name: "pdf"
    type: "file"
    description: "One US Letter PDF"
runtime:
  primary: "codex"
  also:
    - "claude-code"
    - "openclaw"
permissions: "local render only"
secrets_required: []
eval: null
price:
  amount: 79
  amount_minor: 7900
  currency: "USD"
  display: "$79"
  is_digital: true
  availability: "coming"
license:
  id: "personal-use"
  url: "https://kitsforagents.com/legal/license/"
  redistribution: "forbidden"
  seats: 1
  commercial: false
install:
  after_purchase: true
  preview_url: "https://kitsforagents.com/install/morning-brief-production/"
success_criteria:
  - "Exactly one US Letter page"
  - "No emails, phones, or live links in the fixture output"
  - "Fails closed if extra schema keys appear"
refund:
  window_days: 14
  policy_url: "https://kitsforagents.com/refunds/"
  agent_endpoint: "https://kitsforagents.com/api/v1/refunds"
  trigger: "success_criteria_unmet_or_install_checksum_mismatch"
budget:
  class: "mid"
risk:
  level: "low"
author:
  name: "Aaron Makelky"
  url: "https://aaronmakelky.com/about"
  tested_on_own_work: true
  brand_deals: false
checkout:
  human: "https://kitsforagents.com/api/v1/checkout"
  acp: "https://kitsforagents.com/api/acp/checkout_sessions"
last_tested: "2026-08-25"
is_eligible_checkout: false
```
