ba-partner-integration-analysis

Map partner data to internal ERD and outline required API integrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) components.

What problem does it solve?

Nhiều Business Analyst gặp khó khăn trong việc phân tích nhu cầu tích hợp với đối tác, xác định dữ liệu đã có/chưa có trong hệ thống, phân tích các chức năng cần thay đổi, và tạo tài liệu đặc tả API cho đối tác. Skill này cung cấp một quy trình từ thu thập thông tin, phân tích dữ liệu, xác định các chức năng cần thay đổi, vẽ luồng tích hợp bằng Mermaid, đến đặc tả API và xuất tài liệu chuẩn BA.

Core Features & Use Cases

  • Xác định dữ liệu đã có/chưa có và ánh xạ với ERD nội bộ: xác định những trường dữ liệu cần thiết và mapping với các thực thể hiện có.
  • Phân tích chức năng cần thay đổi: liệt kê thực thể và trường liên quan, và đề xuất thay đổi chức năng để cung cấp dữ liệu.
  • Vẽ luồng tích hợp và đặc tả API: tạo sequence diagram bằng Mermaid và viết chi tiết các API cần mở.
  • Xuất tài liệu chuẩn BA: xuất bảng phân tích dữ liệu, bảng phân tích chức năng, sequence diagram và đặc tả API thành file Word (.docx).

Quick Start

Hãy bắt đầu bằng câu lệnh 'Phân tích tích hợp đối tác' để khởi động quy trình.

Frequently Asked Questions about ba-partner-integration-analysis

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

FAQPage Schema
How do I map partner data to an internal ERD for partner integration?

To map partner data to an internal ERD for partner integration, you need to identify required data fields, check their availability, and match them against existing internal entities. This process clarifies which data is missing and requires functional changes.

What is the best way to generate an API specification for a partner integration scenario?

Generating an API specification for a partner integration scenario is best handled by automating the analysis of data availability and functional changes. This approach produces detailed API specifications ready for downstream delivery, complete with Mermaid sequence diagrams.

How does a sequence diagram help with partner integration analysis?

A sequence diagram helps with partner integration analysis by visually outlining the required API integrations between systems. Generating these diagrams using Mermaid clarifies the interaction flow before writing the detailed API specification documentation.

Can I export partner integration analysis and API specifications to a Word document?

Yes, you can export partner integration analysis and API specifications to a Word document. By utilizing the python-docx dependency, the analysis outputs data mapping tables, functional change analysis, and API specs into a standard .docx file.

Do I need python-docx to generate BA documentation for API integration?

Yes, you need python-docx to generate BA documentation for API integration. This specific dependency is required to automate the export of data mapping tables, sequence diagrams, and detailed API specifications into a formatted Word file.

What should I do if internal system functions need changes to support partner data mapping?

If internal system functions need changes to support partner data mapping, you should perform a function change analysis. This involves listing related internal entities and fields, then proposing functional updates to successfully capture and provide the missing partner data.