Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/homenshum/nodebenchai/morning_dossier_gap_analysisgit clone --depth 1 https://github.com/HomenShum/NodeBenchAIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/homenshum/nodebenchai/morning_dossier_gap_analysis)<a href="https://agentmods.dev/agents/homenshum/nodebenchai/morning_dossier_gap_analysis"><img src="https://agentmods.dev/badge/agents/homenshum/nodebenchai/morning_dossier_gap_analysis.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01930 |
| Opus 5 | $0.00000 | $0.00965 |
| Sonnet 5 | $0.00000 | $0.00386 |
| Haiku 4.5 | $0.00000 | $0.00193 |
Grade A, and why
MORNING_DOSSIER_GAP_ANALYSIS scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Morning Dossier P0 Implementation
PR Date: December 14, 2025 Status: ✅ P0 Complete with Production Hardening Build: ✅ Passing
Problem / Goal
Before: The Morning Dossier page rendered raw RSS-style log lines ("Trending on Hacker News with 35 points and 6 comments") instead of editorial prose synthesis. Backend failures ("Pending — run this follow-up") leaked into the UI. No structured brief generation existed.
After: Users see a 3-Act executive intelligence brief with:
- Act I: Coverage & Freshness summary
- Act II: Signal cards with synthesis prose + evidence grids (when
generatedBriefexists) - Act III: Filtered actions (backend failures suppressed via
ActionStatusenum)
Changes by Subsystem
Backend (Convex)
convex/domains/research/briefGenerator.ts (NEW)
- OpenAI Structured Outputs with
DailyBriefJSONSchema - Production-grade prose hygiene enforcement with 14 lint rules:
- Bullets, numbered lists, full URLs, www URLs, domain patterns
- ISO timestamps, 12h/24h time patterns
- Feed-log tells: "Trending on", "X points", "Y comments", "stars", "upvotes"
- Regeneration loop with violation-specific feedback (up to 4 attempts)
- Structured telemetry logging for monitoring (
briefGenerator.generation_success,briefGenerator.validation_failed,briefGenerator.api_error,briefGenerator.generation_exhausted)
convex/domains/research/dailyBriefMemoryMutations.ts (MODIFIED)
- Added
updateMemoryContextinternal mutation for storinggeneratedBrief - Already internal-only (
internalMutation) — not client-callable ✅
Frontend (React)
src/features/research/components/SignalCard.tsx (NEW)
- Expandable card with headline, synthesis prose, and EvidenceGrid
SignalListcomponent for rendering arrays- Glassmorphism styling with Tailwind
src/features/research/components/EvidenceGrid.tsx (NEW)
- Horizontal scrollable evidence cards with fade edges
EvidenceCard: favicon, title (linked), relevance badge, score indicator- Responsive layout
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 218 lines · 0 tokens per session scan A 546b7d028872
MORNING_DOSSIER_GAP_ANALYSIS is an agent published in the GitHub repository HomenShum/NodeBenchAI (14 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,930 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
convex-expert
Expert Convex backend developer for queries, mutations, actions, schemas, auth, scheduling, components, and database operations. Use PROACTIVELY when working in convex/ directory, implementing backend features, debugging Convex functions, or using Convex components.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.