Build Application Document Package. Use when the user wants export files and a submission bundle from an existing library at the packaging stage, including “生成材料包”“导出资产总表和续办清单”“准备提交包”. Prefer caixu-skill when the user asks for the full end-to-end mainline or is unsure which stage to run. This skill loads the latest validated lifecycle result, a RuleProfileBundle, assets and parsed files, asks an agent to choose package contents, validates the decision, runs deterministic docgen exports, persists the package run with an audit sidecar, and prepares the final bundle for downstream use.
在用户要“生成材料包”“导出资产总表和续办清单”“准备提交包”时使用这个 skill。
PackageRunData、package_plan、导出物约定时,读 references/tool-contracts.mdpackage_plan 和 truthful package 输出时,读 references/output-patterns.mdcaixu-data-mcp.query_assetscaixu-data-mcp.get_parsed_filescaixu-data-mcp.get_rule_profilecaixu-data-mcp.get_latest_lifecycle_runcaixu-data-mcp.write_package_run@caixu/docgenlibrary_id、goal、output_dir、submission_profile。get_latest_lifecycle_run;没有已验证 lifecycle 时直接失败并推荐 check-lifecycle。RuleProfileBundle、资产和 parsed files。selected_asset_ids、operator_notes 和包内顺序。scripts/preflight-package-output.mjs,确认输出目录和源文件都可用。write_package_run 持久化 package plan 与 audit。submit-demo。build-package 只能消费 lifecycle readiness,不能重写 readiness。