mstar-project-governance

mstar-project-governance is a skill for Claude Code, Codex from btspoony/mstar-harness. It costs 159 tokens per session (2,391 once invoked), scanned A, original, MIT.

A project-management rulebook for writing project roadmaps and tracking unresolved issues. A roadmap describes project direction, while a residual register records open problems until they are verified as closed.

In plain words
What is it for?
Use it when creating or reviewing a roadmap, opening or closing an unresolved issue, deciding project ownership, or checking project records against workflow rules.
Why use it?
It gives project goals and remaining issues a consistent, machine-checkable home. It also defines where work belongs when no specific project has been selected.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the morning-star-harness plugin — 23 skills, 5 commands, 14 agents, 2 hooks shipped together

Good fit Use it when creating or reviewing a roadmap, opening or closing an unresolved issue, deciding project ownership, or checking project records against workflow rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/btspoony/mstar-harness/mstar-project-governance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add btspoony/mstar-harness --skill mstar-project-governance
Clone the repo
git clone --depth 1 https://github.com/btspoony/mstar-harness

Made for: Claude Code, Codex.

Or install morning-star-harness, the plugin that ships this one along with the rest of its 23 skills, 5 commands, 14 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mstar-project-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/btspoony/mstar-harness/mstar-project-governance/github.svg)](https://agentmods.dev/skills/btspoony/mstar-harness/mstar-project-governance)
Your own site
<a href="https://agentmods.dev/skills/btspoony/mstar-harness/mstar-project-governance"><img src="https://agentmods.dev/badge/skills/btspoony/mstar-harness/mstar-project-governance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mstar-project-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/btspoony/mstar-harness/mstar-project-governance"><img src="https://agentmods.dev/badge/skills/btspoony/mstar-harness/mstar-project-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,391 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00159 $0.02391
Opus 5 $0.00079 $0.01196
Sonnet 5 $0.00032 $0.00478
Haiku 4.5 $0.00016 $0.00239

Measured 12d ago against content hash cd23cfbcc78a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mstar-project-governance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mstar-project-governance/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mstar-project-governance(项目治理层:roadmap + register)

Load Order

  • 先 Read mstar-harness-core(SKILL.md;冲突时以 core 为准)。
  • 路径符号({PROJECT_DIR} / {WORKFLOW_DIR} 解析与 .mstarc 声明)→ mstar-conventions
  • 字段语义 SSOT(severity 含义、findings cleanup modes、close 协议全文、engine-check 查询)→ mstar-artifactsreferences/status-and-residuals.md)。本 skill 只承载编写约定与生命周期规则,不重复字段全文。

Scope

项目层 = {PROJECT_DIR}/<id>/(默认 {HARNESS_DIR}/projects/<id>/.mstarc project_dir 声明时用声明值):

文件 内容
roadmap.md 项目方向与目标(frontmatter machine-checkable + body 约定)
residuals.json 项目 register:open residual 的 SSOTentries[<plan-id>] 数组)
references/ 主题化研究语料(surveys / epic 备注 / 第三方 notes)。与 {SPECS_DIR}(冻结规格/ADR)、{KNOWLEDGE_DIR}(compound 结晶实现 SSOT)、{ITERATION_DIR}(迭代 package)不同;engine 只列文件名(listProjectReferenceFiles),不做 markdown schema 校验
  • _default 回退:无项目流程(未指定 project id 的 plan / 单 plan / hotfix)落到 projects/_default/(engine _DEFAULT_PROJECT)。项目归属由 plan 的 project id 决定;未归属即 _default
  • 本 skill 的 schema 事实与 packages/engine/src/project.ts 逐字一致(validateRoadmap / validateProjectRegister / findingsCleanupGate / techDebtRollup);技能文本是语义 SSOT,engine 是确定性校验。

Roadmap 编写约定(projects/<id>/roadmap.md

Frontmatter schema(machine-checkable;engine validateRoadmap

---
project_id: <id>
title: <title>
status: active | paused | completed
created_at: YYYY-MM-DD
milestones: [ ... ]        # optional
residuals_ref: residuals.json  # optional
---

# <title>

## Direction
...
字段 必填 规则
project_id 非空字符串
title 非空字符串
status 枚举 `active
created_at YYYY-MM-DD
milestones 非空字符串列表(空 milestones: 视同缺省)
residuals_ref 非空字符串(指向 register 文件,如 residuals.json

Body 约定(warnings only —— 永不翻转 ok

  • 应有 ## Direction 小节陈述项目方向。
  • 目标项以 markdown task-list 列出:- [ ] 计划/进行中,- [x] 已交付。
  • 无 residual→goal 自动链接(本迭代 Non-Goal):goal items 不携带 register id;residual 与目标的对齐是人工约定,不是硬门禁。

Read the full file on GitHub · 120 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 120 lines · 159 tokens per session scan A cd23cfbcc78a

Subscribe to this mod's changes

mstar-project-governance is a skill published in the GitHub repository btspoony/mstar-harness (57 stars, last pushed today), licensed MIT. It adds 159 tokens to every session and 2,391 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.