ワンクリックで
ll-frz-manage
ADR-050 governed skill for FRZ (Freeze Package) management: validate, freeze, list, and extract operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
ADR-050 governed skill for FRZ (Freeze Package) management: validate, freeze, list, and extract operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
ADR-047 governed skill for initializing an API coverage manifest (api-coverage-manifest.yaml) from an api-test-plan, with capability × dimension expansion and four-dimensional status fields.
ADR-047 governed skill for generating structured API test specs from coverage items in api-coverage-manifest.yaml, with evidence_required, anti_false_pass_checks, and cleanup requirements.
ADR-047 governed skill for initializing an E2E coverage manifest (e2e-coverage-manifest.yaml) from an e2e-journey-plan, with four-dimensional status fields and journey-based coverage items.
ADR-047 governed skill for generating structured E2E journey specs from coverage items in e2e-coverage-manifest.yaml, with user steps, UI states, network events, anti_false_pass_checks, and evidence requirements.
ADR-047 governed skill for transforming one frozen FEAT into an API test plan (api-test-plan.md) with capability extraction, dimension matrix, and priority-based cut rules.
ADR-047 governed skill for deriving user journeys from a frozen prototype (or feat) and generating an E2E journey plan (e2e-journey-plan.md) with main journeys and minimum exception journeys.
| name | ll-frz-manage |
| description | ADR-050 governed skill for FRZ (Freeze Package) management: validate, freeze, list, and extract operations. |
This skill implements the ADR-050 FRZ lifecycle management interface. It accepts a directory containing source documents (PRD, UX, Architecture), runs MSC (Minimum Semantic Completeness) validation, and manages the FRZ registry for freezing and listing operations.
ssot/adr/ADR-050-SSOT语义治理总纲.mdssot/adr/ADR-038-运行时核心抽象边界与对象分层基线.MD.Skill for FRZ Package Lifecycle Management.ll.contract.yamlinput/contract.yamloutput/contract.yamlagents/executor.mdagents/supervisor.mdinput/semantic-checklist.mdoutput/semantic-checklist.mdvalidate, freeze (new/revise), list, or extract based on subcommand.
3a. validate mode: ll frz-manage validate --input <doc-dir> — reads FRZ YAML from doc directory, runs MSC validation across all 5 dimensions, prints structured report with present/missing dimensions and PASS/FAIL status.
3b. freeze mode: ll frz-manage freeze --input <doc-dir> --id FRZ-xxx — validates MSC first (rejects if invalid), saves FRZ package to artifacts directory with input snapshot, registers to FRZ registry with status=frozen.
3b-r. freeze --type revise: ll frz-manage freeze --type revise --input <doc-dir> --previous-frz FRZ-xxx --reason "..." — same as freeze mode but records a revision chain linking to the previous FRZ, runs circular-reference prevention, and tags revision_type=revise in the registry. Used for Major patches that require FRZ re-freeze. After revise completes, the user must manually re-run the extraction chain (SRC → EPIC → FEAT).
3c. list mode: ll frz-manage list [--status frozen|blocked] — queries FRZ registry, displays formatted table of registered packages with ID, status, created_at, MSC validity.
3d. extract mode: ll frz-manage extract --frz <frz-id> --output <dir> — stub for Phase 8, prints "not implemented yet, use in Phase 8".