export-reports

Consolidate workspace session data into a unified executive report.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Tacuchi/agent-workflow-cli --skill export-reports
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-reports
Source: https://github.com/Tacuchi/agent-workflow-cli/tree/main/skills/w/exports/export-reports
Command: npx skills add https://github.com/Tacuchi/agent-workflow-cli --skill export-reports

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidate scattered session data from specs, CONCLUSIONS, DECISION, and plan-doc status into a single executive/functional report, reducing manual synthesis and ensuring a consistent narrative for stakeholders.

Core Features & Use Cases

  • Centralizes inputs from the workspace corpus to produce a unified executive document.
  • Deduplicates cross-session recommendations (R-items) while preserving origin and traceability.
  • Writes the final report to docs/reports/NNN-<slug}-YYYY-MM-DD.md with audience-aware language for executive or technical readers.

Quick Start

Run the export-reports workflow to generate a concise executive report from the latest sessions and corpus.

Frequently Asked Questions about export-reports

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate multiple workspace sessions into a single executive report?

To consolidate multiple workspace sessions into an executive report, this skill analyzes your corpus of specs, conclusions, decisions, and plan-doc status to produce a unified document for stakeholders.

What is the best way to deduplicate cross-session recommendations?

Deduplicating cross-session recommendations involves analyzing scattered R-items across sessions, removing duplicates while preserving origin and traceability, and unifying them into a single executive document.

How do I generate audience-aware executive reports from project docs?

Generating audience-aware executive reports requires analyzing the workspace corpus and formatting the final unified document with language tailored for either executive or technical readers.

Does generating session reports mutate the original source files?

Generating session reports does not mutate the source corpus; the skill reads existing specs and conclusions, then writes the final output report to a separate docs/reports/ directory.

What file format is used when exporting executive session reports?

Exporting executive session reports uses a Markdown file format, writing the final document to docs/reports/NNN-<slug>-YYYY-MM-DD.md to ensure consistent tracking and retrieval.