deliverable-step-report

Render template.md into Markdown deliverable reports and persist them to .researchops/deliverables.

174|17|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/CurryTang/Amadeus --skill deliverable-step-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliverable-step-report
Source: https://github.com/CurryTang/Amadeus/tree/main/skills/deliverable-step-report
Command: npx skills add https://github.com/CurryTang/Amadeus --skill deliverable-step-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of a standardized deliverable report for every research run step. It renders a Markdown template using run, node, and project context, then persists the output to the .researchops/deliverables directory and, when the project is hosted remotely, uploads the report to the SSH target.

Core Features & Use Cases

  • Render report content from template.md using project, node, and run metadata.
  • Enforce quality by following guidelines in reference/x_guideline.md.
  • Persist the report to .researchops/deliverables/<node_id>/<run_id>.md.
  • If the project location is SSH, automatically upload the report to the remote project path.
  • Attach the report as a run artifact with kind=deliverable_report.

Quick Start

Run the deliverable-step-report skill after each run to generate the deliverable report from the template and push it to the SSH target if required.

Frequently Asked Questions about deliverable-step-report

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

FAQPage Schema
How do I automate deliverable report generation for research run steps?

Automating deliverable report generation involves rendering a Markdown template with project, node, and run context to create a standardized output. The report is then persisted to the .researchops/deliverables directory and attached as a run artifact for every step.

What is the process for uploading a Markdown report to a remote SSH path?

Uploading a Markdown report to a remote SSH path happens automatically when the project location is hosted remotely. The system detects the SSH target and transfers the generated deliverable report directly to the remote project directory.

Can I use a custom Markdown template for research deliverable reporting?

Yes, deliverable reporting uses a template.md file to render the report content. It enforces quality by following guidelines defined in reference/x_guideline.md to ensure standardized output across all research runs.

Does the deliverable report skill work without any external dependencies?

Yes, the deliverable report skill works without external dependencies as it relies on internal rendering and metadata. It only requires an SSH connection if the project location is remote, otherwise it saves reports locally.

Where are generated research deliverable reports stored locally?

Generated research deliverable reports are stored locally in the .researchops/deliverables/<node_id>/<run_id>.md directory path. The system also records the deliverableReportPath in run metadata for easy retrieval.