export

Export approved user stories from Markdown files to CSV, JSON, and Jira CSV formats.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/686f6c61/PSPO-Agent --skill export-686f6c61
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export
Source: https://github.com/686f6c61/PSPO-Agent/tree/main/skills/export
Command: npx skills add https://github.com/686f6c61/PSPO-Agent --skill export-686f6c61

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of exporting approved user stories into various standard formats, making them easily importable into other project management and development tools.

Core Features & Use Cases

  • Multiple Export Formats: Generates stories in CSV, JSON, and Jira-compatible CSV formats.
  • Standardized Output: Creates files in docs/export/ for seamless integration.
  • Use Case: After validating user stories with /pspo-agent:validate, use this skill to export them for import into Jira or for further analysis in a spreadsheet.

Quick Start

Export all approved user stories to CSV, JSON, and Jira CSV formats.

Frequently Asked Questions about export

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

FAQPage Schema
How do I export user stories from Markdown to Jira CSV format?

You can export user stories from Markdown to Jira CSV format by using a script that reads approved stories from local files and generates a Jira-compatible CSV file in the export directory.

What is the best way to convert approved user stories into CSV and JSON formats?

The best way to convert approved user stories into CSV and JSON formats is to run an export script that reads Markdown files and generates standardized CSV and JSON outputs for external tool integration.

Can I filter user stories by status when exporting to CSV or JSON?

Yes, you can filter user stories by status when exporting to CSV or JSON, allowing you to target only approved stories and generate standardized files for your specific project management needs.

Does the Markdown to Jira export script require a specific directory structure?

Yes, the Markdown to Jira export script requires reading user story files from the docs/historias/ directory and writing the generated CSV and JSON files to the docs/export/ directory.

Why should I validate user stories before exporting them to CSV or JSON?

You should validate user stories before exporting them to CSV or JSON to ensure only approved stories are included in the generated files, maintaining data quality for external tool integration.

What file formats are supported when exporting user stories for external tools?

Supported file formats for exporting user stories include standard CSV, JSON, and Jira-compatible CSV, all generated in a dedicated export directory to facilitate seamless import into project management tools.