What problem does it solve? Filling out Chinese competition application forms (申报书) involves error-prone manual work: choosing the wrong track, mishandling merged table cells in DOCX templates, and copying stale metrics from old materials. This Skill guides the full workflow of selecting the correct competition track, structuring the project narrative, and populating the DOCX template with verified live data. ## Core Features & Use Cases - Track Selection Guidance: Excludes unsuitable tracks (e.g., hospital or research-lab applicants must avoid the "data infrastructure" track requiring revenue/financing figures) and marks "√已选:XXX" in the form. - Three-Layer Narrative Template: Structures the application as Pains → Solution → Results, with each layer citing concrete, traceable data. - DOCX Template Filling: Handles merged cells, paragraph index positioning, JSON-mediated long-text insertion, and cleanup of template placeholder text. - Live Data Enforcement: All metrics (cycle, score, version) must be extracted in real time from evolution-state.json; if the source is unavailable, filling is interrupted rather than falling back to stale values. - Use Case: A public hospital clinical research lab applying to a data-elements competition uses this Skill to pick the medical-health track, fill the merged-cell DOCX template, and ensure every quoted number matches the current evolution-state.json. ## Quick Start Use the competition-application skill to fill the申报书 template.docx for a public hospital research lab, selecting the appropriate track and pulling all metrics live from evolution-state.json.