propose-standard-change
Change an existing Tyrne standard correctly — write or update the motivating ADR first, then update the standard file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Change an existing Tyrne standard correctly — write or update the motivating ADR first, then update the standard file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add a new Board Support Package (BSP) crate to the Tyrne workspace — from crate skeleton through boot checklist to first QEMU or hardware boot.
Propose and draft a new Architecture Decision Record (ADR) in MADR format for Tyrne.
Run an independent verification pass over artefacts in `Proposed` / `In Review` waiting-for-promotion states. Distinct from code-review (style + correctness on a diff) and security-review (adversarial axis pass) — this skill verifies that the artefacts' claims about their own state match reality and produces a Done-promotion verdict.
Produce a review artifact in `docs/analysis/reviews/<type>-reviews/`, following that type's master plan. Works for business / code / security / performance-optimization reviews.
Add a new Rust crate to the Tyrne workspace following the dependency policy in `infrastructure.md`.
Introduce or audit an `unsafe` region in Tyrne — writing the `SAFETY:` comment, adding the audit-log entry, and queuing security review.
| name | propose-standard-change |
| description | Change an existing Tyrne standard correctly — write or update the motivating ADR first, then update the standard file. |
| when-to-use | Whenever a rule in `docs/standards/` needs to change. Covers additions, removals, and modifications. Does not cover typo fixes, which are ordinary edits. |
docs/standards/code-style.md).Classify the change.
Find the motivating ADR. Standards implement decisions; decisions live in ADRs.
Decide ADR path.
Author the ADR first. Standards follow decisions. Do not change the standard file until the ADR is Accepted. Drafting both in parallel is fine; committing the standard change before the ADR is not.
Update the standard file. Once the ADR is Accepted:
docs/standards/<file>.md.Update the architectural-principles.md document if the change affects one of the P1–P12 principles. A principle change is a major event and usually warrants an explicit ADR of its own.
Search for downstream effects.
.agents/skills/) that invoke the changed rule as a step.Commit as a sequence per commit-style.md:
docs(adr): propose ADR-NNNN — <short>.docs(standards): <what-changed> — e.g. docs(standards): allow workspace-root clippy allow-list.Refs: ADR-NNNN.Refs: ADR-MMMM (the superseded ADR).Accepted before the standard file is modified.