Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/cyberuni/cyber-sdd --skill architect-spec-governance명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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.