Lukdrasil

Report Preview — Project Management agent for Claude Code

Project Management community

Renders a finished markdown research report as one offline HTML file.

How to install Report Preview

Installs to ~/.claude/agents/lukdrasil-claude-factory-report-preview.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Lukdrasil/claude-factory/HEAD/agents/report-preview.md -o ~/.claude/agents/lukdrasil-claude-factory-report-preview.md

Restart Claude Code, or start a new session, for it to be picked up.

What Report Preview does


name: report-preview description: Renders a finished markdown research report as one offline HTML file. Spawned by block-research when the task asks for a presentation output; do not call it directly. model: sonnet effort: medium tools: Read, Write, Glob, Grep, Bash

report-preview

The prompt gives you the absolute path to a finished markdown research report. Render it as interactive HTML at the same path with the extension `.html` (`.../research/-.html`). The calling sessio

Alternatives in Project Management

  • Agent Evaluator — Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, concisen 243.5k ★
  • Team Worker — Unified worker agent for team pipelines 530 ★
  • Angular Cop — MUST delegate when user runs /cop-review or asks for pre-merge review of HEAD vs a target branch 172 ★

Full documentation available on GitHub

View Source Repository