ソース情報
- リポジトリ
- cyberuni/cyber-sdd
- ソースの最終更新活動
- 2026年8月12日 06:20
- 検出された 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 architect-spec-governanceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | architect-spec-governance |
| description | Partial Skill: invoke by name only |
| user-invocable | false |
| metadata | {"actor":"architect","gate":"spec","compose":"union"} |
The Architect bar at the spec gate: does this capability fit the project's structure, and
is its control-flow graph (CFG) well-placed? Judges the capability (read from its spec + suite), not
the document's prose — that is sdd:spec-format-governance. The SDD default for the architect spec bar;
a plugin may bind its own per artifact-type, and this loads when the registry leaves architect/spec
unbound.
spec.md placement map
(sdd:spec-structure-governance): under the screaming-architecture default a capability lives in a
folder named for its intent, while a project that declared mirror-source is correctly placed when
it mirrors its source. But the declaration is not a licence — layouts are ranked by whether
they keep node <-> capability 1:1, because the mission scheduler cuts one mission per node and a
scattered capability degrades the schedule toward serial (ADR-0025). One capability per node,
never smeared across nodes, holds under every strategy, and a layered / framework-first top
level stays discouraged however it is declared.sdd:spec-format-governance), so each is an edge the graph must actually contain. An extension
named in ## Use Cases with no path to it in ## Control Flow is a dangling branch read from
the other side — the prose claims a divergence the drawn graph cannot take. A forbidden
combination of surface elements is the same defect in guard form: if two elements may not be
combined, the graph carries the decision that refuses them, or the constraint is unenforceable and
the prose is decoration. Judge the graph against the stated extensions in both directions —
an edge with no extension is the ordinary uncovered-edge case; an extension with no edge is this
one.The two faces read different inputs. Forward (solution-producer): self-aligns the ungated
<unit>.solution.md, where structure is chosen. Backward (cold spec-judge): grades structure
from spec.md + the suite only — the solution is out of view (grader independence).
sdd:spec-structure-governance), not a preferred
one; one capability per node either way, never smeared across nodes.