一键导入
ll-product-raw-to-src
Normalize raw product inputs into one governed SRC candidate package with evidence, handoff proposals, and external-gate routing artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Normalize raw product inputs into one governed SRC candidate package with evidence, handoff proposals, and external-gate routing artifacts.
用 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-product-raw-to-src |
| description | Normalize raw product inputs into one governed SRC candidate package with evidence, handoff proposals, and external-gate routing artifacts. |
Use this skill when a raw requirement, ADR, business opportunity, or frozen business opportunity needs to be normalized into one governed SRC candidate package for downstream routing.
product.raw-to-srcadr, raw_requirement, business_opportunity, business_opportunity_freezeSRC candidate package under artifacts/raw-to-src/<run_id>FRZ package under artifacts/raw-to-src/<run_id>/frz-package/ (generated automatically; referenced by package-manifest.json and result-summary.json)candidate + evidence + proposed actions, then submits an authoritative handoff into gate pending; external gate still owns decision, review, and downstream materializationE:\ai\LEE-Lite-skill-first\ssot\adr\ADR-038-运行时核心抽象边界与对象分层基线.MD.Skill and Workflow for raw-input normalization. Candidate packages, evidence, and handoff files are emitted artifacts, not substitutes for gate or task authority.resources/upstream-workflow-analysis.md for the migrated stage map.ll.contract.yaml, then input/contract.yaml and output/contract.yaml.resources/contracts/raw-to-src/ and resources/raw-to-src-runtime-contract.md.resources/checklists/acceptance-checklist.md when running manual acceptance.scripts/validate_input.sh.python scripts/raw_to_src.py executor-run --input <path> for the executor phase, then python scripts/raw_to_src.py supervisor-review --artifacts-dir <dir> for the supervisor phase.python scripts/raw_to_src.py run --input <path> as the compatibility wrapper that orchestrates both phases.python scripts/raw_to_src.py validate-package-readiness --artifacts-dir <dir> before external gate consumption.result-summary.json, proposed-next-actions.json, handoff-proposal.json, job-proposal.json, and the gate submission refs before external gate review continues.revise or retry, rerun python scripts/raw_to_src.py run --input <path> --repo-root <repo-root> --allow-update --revision-request <revision-request.json>.python scripts/raw_to_src.py supervisor-review --artifacts-dir <dir> --repo-root <repo-root> --allow-update --revision-request <revision-request.json> is also valid.revision-request.json into the artifacts directory and records normalized revision_context, revision_request_ref, and revision_summary.raw-to-src keeps its dual-loop local repair model; shared revision handling does not replace patchable/blocking, minimal patching, or budget enforcement.The runner preserves the ADR-002 dual-loop model as stage outputs:
input_validationraw_input_intakesource_normalizationstructural_acceptance_checkstructural_fix_loopstructural_rechecksource_semantic_reviewsemantic_acceptance_reviewsemantic_fix_loopsemantic_recheckfreeze_readiness_assessmentfrz_package_compilationssot_type with status frozen, active, or deprecated.gate-materialize placeholders.governance_bridge_src semantics with explicit bridge context.validate-package-readiness is a package guard only. The legacy freeze-guard name remains as a compatibility alias and must not grow into an embedded gate.