What problem does it solve? Raw PDF or Markdown documents often lack a consistent structure, making them hard to route into a project knowledge base. This Skill restructures them into a standardized final-draft format with sections like core concepts, business rules, and key flows, ready for downstream knowledge-base synchronization. ## Core Features & Use Cases - Markdown Conversion: Reads an existing .md file and reorganizes it into the final-draft template structure with required second-level headings. - Two-Step PDF Pipeline: Extracts PDF text into a draft Markdown file first, then converts the confirmed draft into the final template format after user review. - Knowledge Base Integration: Writes outputs to .Knowledge/stock-docs/ with _初稿 (draft) or _终稿 (final) suffixes so the f2s-kb-build skill can sync topics, index, and manifest. - Use Case: You receive a 40-page PDF technical design document. Run this Skill to produce a draft, review it, then run it again to generate a structured final document with concept tables, business rules, and key flows for your project knowledge base. ## Quick Start Run f2s-doc-final with the path to your PDF or Markdown file, for example: f2s-doc-final .Knowledge/stock-docs/design.pdf, then confirm the draft and run it again on the generated draft file to produce the final version.