technical-proposal-expert

Writes Chinese formal technical proposals, design reports, test reports, and weekly reports.

72|12|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/yanhaoluo0/technical-proposal-expert-writing-skill --skill technical-proposal-expert-yanhaoluo0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: technical-proposal-expert
Source: https://github.com/yanhaoluo0/technical-proposal-expert-writing-skill
Command: npx skills add https://github.com/yanhaoluo0/technical-proposal-expert-writing-skill --skill technical-proposal-expert-yanhaoluo0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Chinese formal technical documents like bid proposals and design reports often suffer from vague, buzzword-heavy content lacking selection rationale, mechanism details, and metric support. This Skill enforces a structured writing workflow with a searchable built-in knowledge base, project material retrieval, and a six-question depth protocol to produce verifiable, substantive documents. ## Core Features & Use Cases - Scenario Routing: Matches the request to one of five scenes (technical proposal, design report, test report, weekly report, general fallback) and loads the corresponding reference specification before writing. - Dual-Source Retrieval: Selectively reads matched chunks from a 46-file built-in knowledge base (microservices, big data, IoT, GJB 438C templates) while fully reading user project materials placed in a local 素材库/ directory, indexed by a zero-argument Python script. - Depth Writing Protocol: Every key technical point must answer six questions covering problem, selection rationale, mechanism and data flow, engineering implementation, verification, and risk, with banned-word lists and pre-delivery review checklists. - Use Case: When asked to write a technical bid for a government supervision platform, the Skill loads the proposal reference, indexes project materials, retrieves relevant knowledge cards, and writes zero-bullet-point narrative sections that respond to tender clauses with real metrics. ## Quick Start Ask the assistant to use technical-proposal-expert to write a technical bid proposal, design report, test report, or weekly report for your project.

Frequently Asked Questions about technical-proposal-expert

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

FAQPage Schema
How do I write a Chinese technical bid proposal with AI?▼

State the document type, such as writing a technical bid, and the Skill routes to the proposal scenario, loads its reference rules, and writes narrative sections with zero bullet points. Each function point responds to tender clauses across function description, implementation flow, and business process dimensions.

How does the material indexing script work?▼

Run python scripts/index_materials.py with no arguments from your writing project directory. It generates .index.json files for the built-in knowledge base and the local 素材库 folder, supporting only .md and .txt files in UTF-8 or GBK encoding.

What document types does this writing skill support?▼

It supports four dedicated scenarios: technical bid proposals, design reports, test reports, and weekly reports, each with its own reference specification. Other or unclear document types fall back to a general writing mode with the same banned-word and depth rules.

Can I use docx or pdf files as project materials?▼

No, the material library only indexes .md and .txt files in UTF-8 or GBK encoding. Convert docx, pdf, or xlsx files to markdown or plain text before placing them in the 素材库 directory.

What happens when project materials conflict with built-in knowledge?▼

Project materials take precedence over the built-in knowledge base when they conflict. The knowledge base only supplements technical depth, and the index serves as a locator so writers must read the original source files rather than fabricating from index previews.

Why does the skill forbid bullet points in bid proposals?▼

The technical proposal scenario enforces a zero-bullet-point rule requiring functions to be written as coherent narrative paragraphs using formal document hierarchy. Exceptions apply only to database tables, interface parameters, explicit tabular data, or when tender documents explicitly require itemized responses.