delivery

Organize submission artifacts into a standardized delivery package with manifest documents.

8|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/TerryFYL/ai-research-army --skill delivery-terryfyl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery
Source: https://github.com/TerryFYL/ai-research-army/tree/main/skills/delivery
Command: npx skills add https://github.com/TerryFYL/ai-research-army --skill delivery-terryfyl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将投稿包的整理工作自动化,将内部产物转化为对外可交付的完整目录,确保说明文件、清单和接收指引齐备。

Core Features & Use Cases

  • 自动化交付收口:将 submission_package/ 验证、整理并复制到 delivery/ 目录
  • 生成交付说明文档:delivery_note.md、delivery_manifest.md、next_steps.md
  • 进度同步与边界标记:更新 progress.md,标注当前阶段与未完成事项
  • 适用场景:科研投稿包、课题组交付包、外部评审材料等

Quick Start

将当前的 submission_package 转换为交付包,并生成 delivery/ 及相关文档。

Frequently Asked Questions about delivery

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

FAQPage Schema
How do I automate the organization of a research manuscript submission package?

Automate submission package organization by validating and consolidating internal artifacts from submission_package/ into a standardized delivery bundle. This ensures all research outputs are correctly structured for external review or handoff.

What files do I need to prepare before generating a delivery bundle?

Generating a delivery bundle requires preconditions including a submission_package/ directory, quality_report.md, and progress.md at the correct workflow stage. These ensure the delivery package has validated inputs before conversion.

How does the delivery package process handle submission handoff documentation?

Submission handoff documentation is generated automatically as delivery_note.md, delivery_manifest.md, and next_steps.md. These files provide a complete manifest and guidance for reviewers receiving the standardized delivery bundle.

Can I track workflow progress when converting internal outputs to a delivery package?

Workflow progress tracking is maintained by updating progress.md during delivery package generation. It marks the current workflow stage and logs any unfinished items to ensure clear boundary tracking for the research team.

What is the best way to standardize research submission packages for external review?

Standardize research submission packages by converting internal outputs into a dedicated delivery/ directory. This approach enforces a consistent structure, appending delivery notes and manifests to ensure complete, ready-to-use submission bundles.

Why does my submission package conversion fail when missing progress.md?

Submission package conversion fails without progress.md because it is a required precondition alongside submission_package/ and quality_report.md. The workflow requires these files to validate the current stage before generating the delivery directory.