AI Agent Hub
Back to skills
Bidding Assistant: Tender Analysis and Proposal Generation icon

Bidding Assistant: Tender Analysis and Proposal Generation

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_c50180a3/zyqskill.

About this skill

Problem

Tender documents often scatter mandatory requirements, scoring points, and disqualification risks across chapters. Manual extraction is error-prone, and internal assessments can accidentally leak into formal bid submissions. This skill handles a practical workflow: parse multiple .docx tender inputs, draft a proposal, generate a formal .docx bid, and optionally produce internal analysis.

How It Works

  • Tender parsing: read_docx.py reads document.xml directly, reducing parser dependencies, and outputs a structured report covering core information, mandatory responses, scoring priorities, bid risks, and company assets.
  • Draft proposal: organizes project understanding, technical solution, implementation, training and support, commercial response, and case studies, with [Optimization note] markers for review.
  • Formal bid generation: builds standard sections such as cover page, bid letter, authorization, qualifications, technical plan, implementation, commercial response, and cases, using python-docx for styled tables and removing internal annotations.
  • Internal analysis: optional matching score, win probability, risk matrix, and pure SVG charts, kept separate from the formal bid.

Boundaries

It fits text-heavy .docx inputs such as tenders, company profiles, product materials, and historical cases. Formal bid output avoids self-assessments like win probability, matching scores, and radar charts; scanned certificates, images, and non-document attachments still require manual completion and compliance review.

Use Cases

  • Extract mandatory responses, scoring points, and disqualification risks from tender, product, and case files.
  • Turn scattered .docx inputs into a structured analysis report for internal review and bid preparation.
  • Generate a formal .docx bid with cover page, bid letter, qualifications, technical plan, and commercial response.
  • Put matching scores, win probability, and risk matrix into a separate internal HTML or Markdown report.

Best For

  • Pre-sales engineers preparing bids need mandatory response and scoring requirement lists from multiple .docx files.
  • Commercial specialists drafting formal bids need a standard .docx structure without self-assessment content.
  • Project managers reviewing bid strategy need internal matching scores, risk matrix, and win probability.
  • Operations staff organizing qualifications and cases need capability mapping to tender requirements.