ソース情報
- リポジトリ
- cyberuni/cyber-sdd
- ソースの最終更新活動
- 2026年7月19日 20:01
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/cyberuni/cyber-sdd --skill ownership-governanceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | ownership-governance |
| description | Partial Skill: invoke by name only |
| user-invocable | false |
Who may write what. Every act in the SDD workflow has a write leash; this skill is the canonical
matrix. The field definitions are in sdd:lifecycle-governance; the legality of the resulting state
is in sdd:gate-validation-governance; the plan/ledger write split is in sdd:combat-log-governance.
| Field / artifact | Written by | Never written by |
|---|---|---|
status | the gate skill (spec-gate) — on a human verdict, or to match a conductor self-assertion within leash | the conductor, any producer |
project-path | the conductor (at scaffold; scaffold-project-spec) | producers, the gate skill |
run-level leash + approach — the kind: leash ledger line (session-local; to the conductor's own ledger shard, not spec.md frontmatter — the conductor's autonomy bar, start-mission) | the conductor (initial evaluation) | producers, the gate skill |
approval self-assertion (verdict: approve/pause + by: agent/none + why) | the conductor (synthesis only) | producers, the gate skill |
approval human ratification (verdict: approve/reject + by: <name>) | the gate skill (spec-gate), in-session position only | the conductor, any producer, any spawned delegate |
<!-- open: --> markers | the conductor | producers (they emit gaps, not markers) |
produced-by map | the conductor (records the resolved producer per role at production) | producers, judges, the gate skill |
contested-type → chosen-plugin state (.agents/sdd/) | the conductor (or start-mission for a contested artifact-type); distinct from produced-by | producers, judges, the gate skill |
combat-log report / correction / halt lines | the conductor (append-only, to the plan's *.log.jsonl) | producers, judges, the gate skill |
ledger gate line — self-asserted (by: agent) | the conductor (append-only, to its own ledger shard) | producers, judges |
ledger gate line — human-ratified (by: <name>) | the gate skill (spec-gate), in-session position only | the conductor, producers, judges |
ledger followup line — the durable follow-up record (class: blocking/backlog) | the conductor (append-only, to its own ledger shard, at handoff, unconditionally — no permission, no forge, no human) | producers, judges, the gate skill |
ledger strategy lines | the doctrine-loop Scanner (append-only) | the conductor, producers, judges |
spec.md body + the .feature | the spec-producer | the conductor, judges, solution/impl producers |
a @pinned scenario (user-owned) | the user (in-session) | every agent role — may propose, never executes a change/removal without in-session user authorization |
<unit>.solution.md | the solution-producer | the spec-producer, judges |
plan brief + todos | the conductor | producers, judges |
| implementation + its verification | the impl-producer | the impl-judge (it runs, never authors) |
Each appended *.log.jsonl / ledger-shard line carries its writer's pseudonymous handle
(SDD_HANDLE if set, else omitted — attribution falls back to the git commit author; never
user.email, never a git config read); combat-log lines additionally carry a write-time UTC ts,
while ledger lines carry none (sdd:combat-log-governance). The in-file handle / by is
advisory — the git commit signature is the attestation.
A spec-producer writes the spec.md body and the .feature only. It must not write the
control frontmatter (status, project-path, approval, produced-by) or the .agents/sdd/
resolution state. A required input it cannot supply or infer is returned as a CONTENT_GAP — the
conductor turns it into an <!-- open: --> marker. Producers do not write markers directly.
The conductor writes <!-- open: --> markers, the produced-by map, the run-level leash (the
kind: leash line to its own ledger shard, session-local — not a spec.md frontmatter field), and — when it
self-asserts a gate within the effective leash — the provisional approval.<gate> entry
(verdict: approve + by: agent with the why derivation; a halt is verdict: pause with its
why and no by). There is no leash field in the approval entry — the leash is the run-level
record on the ledger. The gate skill writes status (on a human verdict or to match the
conductor's in-leash self-assertion) and the human ratification of approval (rewriting by: agent
→ by: <name>).
Ratification authority is positional. A human-attributed gate write — status → approved | implemented, a verdict carrying by: <name>, the human-ratified ledger gate line, and the freeze
— belongs to the in-session position that holds the real user channel. By default this is
trivially satisfied: the conductor is the main session, so the position that grills is the
position that ratifies. The rule bites only in the headless / fan-out fallback, where the
automaton runs as a spawned subagent with no user channel: it then writes only by: agent
self-assertions and pause halts, and on a human gate emits a verdict packet and stops — it never
writes a human ratification, even when a coordinator relays "the user approved" (a relayed claim
is not user confirmation). This is positional, not definitional: the same conductor definition run
in-session may perform the write. A self-assertion is provisional: the act is delegable, the
accountability is not — the human ratifies the trail. No role writes outside the spec it owns or
spawns specs on its own.
Never write a frozen .feature. Once a .feature carries its @frozen tag, no role — producer,
judge, solution-producer, or conductor — may add, remove, or rewrite its scenarios. A discovered gap
that requires changing specified behavior is a BLOCKER returned upward (the file must unfreeze and
its layer revert to draft — the gate/skill decides), never an in-place edit. The matching lifecycle
rule (what freezing means as a state) is in sdd:lifecycle-governance.
The freeze binds the contract only (spec.md + the suite). The combat log (the plan's
*.log.jsonl) and the durable ledger/ shards are exempt: they are operational provenance, never
frozen, and the conductor and Scanner keep appending to their own shards within their boundaries above
even while a file sits @frozen.
A judge — spec-judge or impl-judge — must not modify spec.md or the suite: it reports, it does
not patch.
@pinned)A @pinned scenario is user-owned — the one scenario the spec-producer does not
own. Any agent role may propose changing or removing it, but never executes the change
without in-session user authorization — the authority of a human ratification (positional, not
relayable, not self-assertable within leash). Only the user applies @pinned. This is grounded in
ownership, not freeze: it holds at draft and survives a re-open, since ownership does not lapse
when a file unfreezes. The marker and its seed-growth role are sdd:suite-format-governance.
.feature — a behavior-changing gap is a BLOCKER returned upward, never
an in-place edit.@pinned scenario is user-owned — the agent proposes, never executes a change or removal
without in-session user authorization.