ba-interview-doc-gen

Convert elicitation Q&A Markdown lists into BA interview DOCX documents.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Yukine5377/common --skill ba-interview-doc-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ba-interview-doc-gen
Source: https://github.com/Yukine5377/common/tree/main/.cursor/skills/ba-interview-doc-gen
Command: npx skills add https://github.com/Yukine5377/common --skill ba-interview-doc-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts a Markdown file containing elicitation Q&A into a ready-to-use BA interview Word document (.docx) using the dedicated md_qna_to_interview.py script.

Core Features & Use Cases

  • Automation: Converts md Q&A into a structured interview document following the BA team's template.
  • Template-driven: Produces a header, information table, 3-column question table, stakeholder sections, and a summary section.
  • Use Case: Given a markdown list of elicitation questions, generate a polished interview DOCX for stakeholder interviews, ready for review and distribution.

Quick Start

Provide the input MD file path and let the tool produce the DOCX using the md_qna_to_interview.py script.

Frequently Asked Questions about ba-interview-doc-gen

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

FAQPage Schema
How do I convert Markdown elicitation questions into a formatted interview DOCX?

To convert Markdown elicitation questions into a formatted interview DOCX, provide the absolute path to your Markdown Q&A file. The tool processes the list and generates a stakeholder-targeted Word document using the dedicated conversion script.

Can I generate a structured stakeholder interview template from a Markdown list?

Yes, you can generate a structured stakeholder interview template directly from a Markdown list. The conversion produces a DOCX featuring a header, information table, 3-column question table, stakeholder sections, and a summary section.

How do I specify the output location when generating a BA interview Word document?

To specify the output location for your BA interview Word document, you can provide a user-specified directory path. By default, the tool outputs the generated DOCX file in the same directory as the input Markdown file.

Does the markdown to docx conversion require absolute file paths?

Yes, the markdown to docx conversion requires absolute file paths for the input Markdown file. Using absolute paths ensures the dedicated script correctly locates the elicitation Q&A content and writes the output document.

What is the best way to automate BA interview document creation from elicitation notes?

The best way to automate BA interview document creation is to format your elicitation notes as a Markdown Q&A list. This tool then automatically applies a consistent template to produce a polished DOCX ready for review and distribution.

What structure does the generated BA interview document follow?

The generated BA interview document follows a template-driven structure that includes a header, information table, 3-column question table, stakeholder sections, and a summary section. This ensures consistent formatting for stakeholder interviews.