name: deliverable-step-report description: Generate a deliverable report for each research step using template.md and reference/x_guideline.md, then persist it to .researchops/deliverables and upload to SSH target when the project location is remote.
Deliverable Step Report
This skill defines a deterministic report format for each step/node run.
Required Structure
reference/x_guideline.mdtemplate.md
Behavior
- Render report content from
template.md. - Follow quality gates in
reference/x_guideline.md. - Persist report path:
.researchops/deliverables/<node_id>/<run_id>.md. - If project location is SSH, upload report to remote project path automatically.
- Attach report as a run artifact (
kind=deliverable_report).
Runtime Inputs
- project metadata (id/name/path/location/server)
- node metadata (id/title/kind/assumptions/targets/checks)
- run metadata (run_id/status/base_commit/commands)
- run intent + context pack summary
Output Contract
- A markdown report generated for every run-step invocation.
- Path recorded in run metadata:
deliverableReportPath. - Artifact recorded in run artifacts with optional object storage key.