Report Generation

Generates a project planning report from multiple sources into PDF, DOCX, or Markdown.

4|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/flight505/claude-project-planner --skill report-generation-flight505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Report Generation
Source: https://github.com/flight505/claude-project-planner/tree/main/project_planner/.claude/skills/report-generation
Command: npx skills add https://github.com/flight505/claude-project-planner --skill report-generation-flight505

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, xelatex, and includes scripts (resource) components.

What problem does it solve?

This skill helps convert disparate project planning outputs into a single, professional report, reducing manual formatting and ensuring consistency.

Core Features & Use Cases

  • Multi-format export: PDF, DOCX, and compiled Markdown from planning artifacts.
  • IEEE citations: Automatic inline citations and a formatted references section for research content.
  • Structured deliverables: Cover page, table of contents, section numbering, and visuals support.
  • Use Case: A product manager collects market research, architecture diagrams, and sprint plans, then generates a polished executive report for stakeholders.

Quick Start

Start by ensuring your planning outputs exist in the expected folders, then trigger the Report Generation skill in Claude to assemble a report in your chosen format.

Frequently Asked Questions about Report Generation

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

FAQPage Schema
How do I convert markdown planning outputs into a single PDF report with a table of contents?

You can consolidate research, diagrams, and specifications into a single PDF report by compiling them as markdown and using Pandoc with LaTeX to generate a document with a table of contents, cover page, and section numbering.

How do I generate IEEE-style citations and references automatically in a markdown document?

Generating IEEE-style citations in a markdown document involves using a report generation tool that processes your planning artifacts and automatically formats inline citations alongside a compiled references section for research content. This ensures professional academic formatting.

Can I export the same markdown report to both PDF and DOCX formats?

Yes, you can export the same consolidated markdown report to both PDF and DOCX formats. Multi-format export is supported by using Pandoc to compile project planning outputs, allowing delivery across different document types for stakeholders.

Do I need xelatex and pandoc installed to compile markdown into a structured PDF report?

Yes, you need pandoc and xelatex installed to compile markdown into a structured PDF report. These dependencies handle the multi-format export, cover page generation, and section numbering required to transform planning artifacts into polished deliverables.

What is the best way to consolidate architecture diagrams and sprint plans into an executive report?

The best way to consolidate architecture diagrams and sprint plans into an executive report is to gather these planning outputs into expected folders, then trigger a generation process that assembles them with cover pages, visuals, and IEEE citations for stakeholders.