Harmonia status - a read-only readout of the active task's stage, markers, and receipts. Use ONLY when explicitly invoked as /harmonia:status.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add foliveira/harmonia --skill status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/foliveira-status)More formats (shields.io, HTML) on the badges page.
---
name: status
description: Harmonia status - a read-only readout of the active task's stage, markers, and receipts. Use ONLY when explicitly invoked as /harmonia:status.
disable-model-invocation: true
---
This is a read-only readout: it writes nothing - no marker, no receipt, no workspace file.
1. Resolve the active task:
```bash
bash ${CLAUDE_PLUGIN_ROOT}/bin/workspace.sh resolve --repo .
```
Surface resolve's own message and stop on its non-zero exits (exit 2 ambiguous active tasks; exit 3 no active task).
2. From the resolved workspace dir (`.harmonia/tasks/<id>/`), report:
- the active task id;
- its lifecycle stage, derived by reading the artifact contract in `${CLAUDE_PLUGIN_ROOT}/core/lifecycle.yaml` as data and matching which stage-boundary out-artifacts are present - do not hardcode a stage table (R9);
- which markers and receipts are set: `scope.md`, `design.md`, `boundary.md`, `diff-summary.md`, `verdict.md`, `gate-report.md`, `accepted`, `rejected`, `done`, `abandoned`, and the `receipts/` contents (`check-criteria.json`, `coverage.json`).
Report only what is on disk. It composes existing mechanisms into a readout and adds no new script.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!