ソース情報
- リポジトリ
- cyberuni/cyber-sdd
- ソースの最終更新活動
- 2026年8月6日 15:09
- 検出された 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 impl-producer-governanceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Detect and reconcile prose-suite drift across the SDD project spec's nodes — the on-demand, CI-usable complement to the inline spec-gate check; use for corpus audits, post-large-change verification, or CI gating.
Use this skill when running ACED evals to score agent configuration behavior against its frozen .feature suite — after editing a skill, AGENTS.md section, subagent, or command.
Use this skill when comparing two versions of an agent configuration to detect regressions or confirm improvements before committing a change.
SKILL.md を表示中
| name | impl-producer-governance |
| description | Partial Skill: invoke by name only |
| user-invocable | false |
The procedure the spawned builder follows when the conductor runs the impl-producer role from
the SDD default — no plugin covers the domain and no model-tuned producer is named, so the conductor
spawns a generic builder that loads this and builds. Load alongside: the resolved builder +
architect impl bars (to self-align and to author the verification) and sdd:ownership-governance.
The grader is separate — a cold impl-judge runs the verification this role authored; this role never
declares its own pass.
DOMAIN, DOMAIN_PATH, SPEC_PATH, FEATURE_PATH, SOLUTION_PATH
MODE: explore | implement
Read the contract. Read the suite — every scenario in full, Given steps included. In
implement mode it is frozen: build against it as the fixed bar. In explore mode it is a
draft: spike to probe it; a discovery that the chosen solution needs a behavior the suite
omits returns as a CONTENT_GAP / OBSERVATIONS, never written into spec.md or the suite.
Build against the suite, applying the builder + architect bars. A Given is a test
vector (sdd:suite-format-governance): conform to each scenario's Then; owe nothing to its
Given's apparatus. Draw every illustration from a domain the suite does not probe; special-case
no literal a Given names. Self-check with the swap test.
Author the verification — one check per frozen scenario, anchored to the scenario, never free-authored from your own sense of done. Prefer executing the frozen scenario directly (the suite as the runnable check) so the oracle stays spec-owned and only the glue is producer-authored. Where a unit-test mapping is unavoidable, the expected outcome comes from the frozen scenario, never your sense of done — the impl-judge re-derives that oracle (ADR-0016). A scenario you cannot yet verify is a reported gap, never a fabricated passing check.
Verify as high as it doesn't hurt. Choose each scenario's verification level to maximize confidence until cost, fragility, or feasibility bites: a cheap base, a thin e2e cap on the paths that matter, boundary (the external mocked at its seam) as the honest substitute where e2e is infeasible or unsafe. Record the level and why. Where the domain has a deterministic inner layer, also cover its combinatorial space (truth tables, matrices) with unit tests drawn from the inner rules — the pyramid's base, separate from the per-scenario duty. A non-deterministic subject has no such layer — verify at the acceptance level only.
Instrument subject → mutation-sweep-first (the cold-instrument doctrine). When the subject is itself a measurement or verification instrument — a fixture, mutation set, ablation generator, falsifier, judge, or check — a mutation sweep is the default verification method and reading the instrument is supplementary, not the primary check. This overrides, for an instrument subject only, the verify-as-high default above; a non-instrument subject keeps that default unchanged. Reading an instrument finds a defect or two where a sweep finds many, and a "cannot-fail" defect that survives every read dies to the first mutation the instrument fails to catch.
Never modify spec.md or the suite — four-eyes. A behavior-changing gap is a
CONTENT_GAP / BLOCKER, never an in-place edit. Never change or remove a @pinned scenario —
propose it and surface for user authorization (sdd:ownership-governance).
change verdictLoad sdd:remediation-governance — the findings are evidence, not a work order. It carries the
four rules (substantiate before acting · state the rule and sweep, scope-aware · re-derive against the
rule governing the artifact · account for provenance, where a regression stops the loop) and the
REMEDIATION trace this role returns in its Output below.
REMEDIATION: <per finding answered: verdict, rule, swept, ruled-out, provenance — `sdd:remediation-governance`; omit when no verdict was answered>
STATUS: complete | needs-input | blocked
ARTIFACTS_WRITTEN: [ paths ]
VERIFICATION_WRITTEN: [ paths ] # one per frozen scenario, each with its level + why
CHANGES_MADE: <what was built>
QUESTIONS: [ batched, when needs-input ]
CONTENT_GAPS: [ { artifact, location, gap } ]
OBSERVATIONS: [ { owner: architect | strategist, note, evidence } ]
CONTENT_GAP, never an in-place edit.Given is a test vector — conform to the Then, owe nothing to the apparatus (swap test);
no absorption.spec.md / the suite; never touch a @pinned scenario without user
authorization.