skill_package_vertical_slice_report
Turn execution journal entries, screenshots, logs, and verification results into a structured Markdown vertical slice report. Collect evidence and append a follow-up checklist to document project progress without altering Unreal assets.
Instructions
Package journal evidence into a production-style vertical slice report.
This skill composes Phase 6 outputs into a readable Markdown artifact: execution journal entries, screenshots/logs/assets, verification results, and a short follow-up checklist. It does not mutate Unreal assets.
Args: title: Report title summary: Human-readable closeout summary journal_path: Optional path returned by execution_journal_start report_dir: Workspace-relative report output directory project_name: Optional Unreal project/map name artifacts: Optional asset, screenshot, log, or file paths verification: Optional final verification evidence include_journal_entries: Include recent journal entries in the report max_entries: Maximum journal entries to include
Returns: JSON StructuredResult with outputs.report_path and evidence counts.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#overview Example: skill_package_vertical_slice_report()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Vertical Slice Report | |
| summary | No | ||
| artifacts | No | ||
| report_dir | No | knowledge_base/Reports | |
| max_entries | No | ||
| journal_path | No | ||
| project_name | No | ||
| verification | No | ||
| include_journal_entries | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |