AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mstar Plan Artifacts

skill-btspoony-mstar-harness-mstar-plan-artifacts · by btspoony

Morning Star plan harness artifacts — `{PLAN_DIR}` main plans and durable review summaries, `{SDD_DIR}/review/` ephemeral QC/QA bundles, `{KNOWLEDGE_DIR}` / `{ITERATION_DIR}` indexes, Done compaction, plus `{HARNESS_DIR}/status.json` and root `residual_findings` (severity SSOT, open/archived lifecycle, `notes.json`). Read when writing plans or QC/QA review bundles, maintaining knowledge/iteration…

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-btspoony-mstar-harness-mstar-plan-artifacts

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-btspoony-mstar-harness-mstar-plan-artifacts)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mstar Plan Artifacts? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Load order

Before first Read of this skill: Read mstar-harness-core (SKILL.md), and mstar-plan-conventions when path symbols matter. Git branch / worktree / QC checkout → mstar-branch-worktree. On conflict, mstar-harness-core wins.

Scope (plan directory artifacts)

| Topic | See | |-------|-----| | Main plan, review bundle naming, durable summaries, QC waves, residual and plan index order | references/plan-files-and-reports.md | | Plan template (Global Constraints, Interfaces) | templates/plan.main.md | | knowledge / iterations / specs boundaries and indexes | references/knowledge-and-designs.md | | Done row compaction Profile A/B | references/done-compaction.md | | status.json, residual severity, lifecycle, jq | references/status-and-residuals.md | | Empty-repo status.json / notes.json / Profile B plans-done.json templates | templates/status.empty.json, templates/notes.empty.json, templates/plans-done.empty.json (templates/README.md) | | Tech-debt rollup (read-only) | engine techDebtRollup import (no CLI form; see references/status-and-residuals.md) |

Out of scope: branch and QC/QA checkout alignment → mstar-branch-worktree; leaf QC checklist and verdict → mstar-roles/references/qc-specialist/; PM QC orchestration → mstar-review-qc; {HARNESS_DIR} discovery and init → mstar-plan-conventions.

status.json and open residual (summary)

  • {HARNESS_DIR}/status.json: plans[] row status + root residual_findings[] (open list SSOT).
  • Canonical: register new findings only at root residual_findings; metadata.residual_findings is legacy read-only — do not dual-write.

> Engine check (when available): run mstar status validate (or import { validateStatus } from "@mstar-harness/engine" in a host hook). On fail -> do not proceed; fix and re-run. Skill text below remains authoritative when the runtime is absent.

  • Lifecycle: open → verified close → archived/residuals/.json; machine severity enum in reference.

> Engine check (when available): run mstar status archive-residuals (or import { archiveResiduals } from "@mstar-harness/engine" in a host hook). On fail -> do not proceed; fix and re-run. Skill text below remains authoritative when the runtime is absent.

  • Findings cleanup: Assignment Findings cleanup: zero-residual | allow-residual (+ optional metadata.findings_cleanup); iteration Phase 2 defaults to zero-residualreferences/status-and-residuals.md (“Findings cleanup modes”).

> Engine check (when available): import findingsCleanupGate from @mstar-harness/engine in a host hook to enforce the cleanup mode above. On fail -> do not proceed; fix and re-run. Skill text below remains authoritative when the runtime is absent.

  • notes.json, optional tech_debt_summary (rollup view; compute via engine techDebtRollupreferences/status-and-residuals.md).
  • Iteration Phase 2 leases (metadata.control_worktree_path, plans[].execution_lease, metadata.integration_merge_lease): claim-before-InProgress, resume vs steal, orphan recovery → references/status-and-residuals.md (“Iteration execution leases”).

> Engine check (when available): run mstar lease verify (or import { validateExecutionLease } from "@mstar-harness/engine" in a host hook — validateIntegrationMergeLease is import-only; no CLI form yet). On fail -> do not proceed; fix and re-run. Skill text below remains authoritative when the runtime is absent.

Field semantics, severity mapping, findings cleanup modes, archive flow, and jq examples → references/status-and-residuals.md.

Templates (this skill): templates/status.empty.json, templates/notes.empty.json — copy into {HARNESS_DIR}/ (templates/README.md).

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.