ba-interview-doc-gen

Convert markdown Q&A lists into Word interview documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates turning a Markdown-based elicitation question list into a polished Word (DOCX) interview document ready for BA use, ensuring consistency and speed.

Core Features & Use Cases

  • Converts md_qna style Q&A lists into a standardized Word interview template.
  • Enforces a consistent header, information table, three-column questions, and stakeholder sections for BA interviews.
  • Use Case: Given a questions_tracking.md file, generate a reusable interview guide for stakeholders.

Quick Start

Run the md_qna_to_interview.py script using the absolute path to the input Markdown file to generate a DOCX interview document in the same directory.

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 a markdown Q&A list into a Word document for business analysis interviews?

To convert a markdown Q&A list into a Word interview document, provide the absolute path of your markdown file to the generation script. It automatically renders a standardized DOCX file with headers, information tables, and stakeholder sections in the same directory.

What is the best way to generate a standardized stakeholder interview template from markdown?

Generating a standardized stakeholder interview template from markdown requires a dedicated conversion script. It renders a polished DOCX file that enforces consistent headers, information tables, and three-column question layouts for business analysis elicitation.

Can I override the output directory when generating a DOCX file from a questions_tracking markdown file?

Yes, you can override the output directory when generating a DOCX file from a markdown file. By default, the script renders the interview document in the same directory as the input, but optional output overrides are supported.

Do I need any external dependencies or libraries to run the markdown to DOCX interview conversion?

No external dependencies or libraries are required to run the markdown to DOCX interview conversion. The skill operates independently to parse your elicitation question lists and render the final Word document template.

What formatting structure does the generated Word interview document include for BA elicitation?

The generated Word interview document includes a consistent header, an information table, a three-column questions layout, and dedicated stakeholder sections. This structure ensures standardized and ready-to-use business analysis interview guides.

Why does my markdown to Word interview document generation require an absolute input path?

Markdown to Word interview document generation requires an absolute input path to reliably locate your Q&A questions_tracking file. This ensures the script accurately parses the elicitation list and renders the output DOCX in the correct directory.