# Status Report

> >

- **Type:** Skill
- **Install:** `agentstack add skill-neuroanalytics-data-science-harness-status-report`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [neuroanalytics](https://agentstack.voostack.com/s/neuroanalytics)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [neuroanalytics](https://github.com/neuroanalytics)
- **Source:** https://github.com/neuroanalytics/data-science-harness/tree/main/plugins/project/skills/status-report

## Install

```sh
agentstack add skill-neuroanalytics-data-science-harness-status-report
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill: status-report

Turn the ledger into a readable report. `project.yaml` is the machine-actionable source of truth;
this skill renders a `PROJECT.md` (or a funder/progress report) *from* it so people can read the
project's state without parsing YAML. The report is generated, never hand-edited — edits go to the
ledger via the owning skills. You delegate the ledger read and the save to the **datalad doer**.

> Distinct from the `coordinator` agent: the coordinator gives a fast interactive "where am I / what's
> next" on load; status-report produces a durable, shareable written artifact (PROJECT.md / a funder
> report) committed to the dataset.

## When to use
- The user wants a written summary, a `PROJECT.md`, or a progress/funder report.
- Do NOT use to change project state — this only reads the ledger and renders it. To record a
  decision use `project/log-decision`; to credit people use `project/people`.

## Steps
1. **Read the ledger (datalad doer)** — delegate: "read `project.yaml` and report its `project`,
   `products`, `obligations`, `contributors`, and recent `log` entries." Optionally include
   `datalad log` highlights for the provenance section.
2. **Render the report** — write `PROJECT.md` (or the requested report path) with:
   - **Overview** — study name/description, current stage (from the last log op), branch.
   - **Products** — each product: kind, status, comparisons, outputs, DOIs, relations.
   - **Obligations** — pending (highlight due/overdue), met, waived.
   - **People** — contributors with CRediT roles + ORCIDs.
   - **Recent activity** — the last several log entries.
   Fill only from the ledger; mark anything absent (e.g. "no DOI — unreleased"), do not invent.
3. **Register + log** — append `{ ts, op: status-report, stage: manage, note: "rendered ", branch:  }`.
4. **Save** — delegate to the datalad doer: "save: `datalad save -m 'status-report: render '`."
5. **Report** — the report path and a one-line summary of project state.

## Constraints
- Generated, not authored: `PROJECT.md` is rendered from the ledger and should not be hand-edited;
  never write project state *into* the report that is not in the ledger.
- Render only what the ledger contains; mark gaps rather than filling them.
- Keep `log:` append-only and the ledger schema-valid; delegate reads/saves to the datalad doer.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [neuroanalytics](https://github.com/neuroanalytics)
- **Source:** [neuroanalytics/data-science-harness](https://github.com/neuroanalytics/data-science-harness)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-neuroanalytics-data-science-harness-status-report
- Seller: https://agentstack.voostack.com/s/neuroanalytics
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
