원클릭으로
ll-project-init
Initialize a repository to the governed LEE Lite skill-first project skeleton used by this workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize a repository to the governed LEE Lite skill-first project skeleton used by this workspace.
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-project-init |
| description | Initialize a repository to the governed LEE Lite skill-first project skeleton used by this workspace. |
Use this skill when a new repository needs the standard LEE Lite project layout, root control files, runtime shells, and durable directory scaffolding that this workspace expects.
repo.project-initproject_init_requestproject_init_package under artifacts/project-init/<run_id>E:\ai\LEE-Lite-skill-first\ssot\adr\ADR-038-运行时核心抽象边界与对象分层基线.MD.Skill and Workflow for repository initialization. Generated scaffold files and bootstrap reports are artifacts; they do not become runtime task or command authority by themselves.resources/project-structure-reference.mdll.contract.yamlinput/contract.yamloutput/contract.yamlagents/executor.mdagents/supervisor.mdinput/semantic-checklist.md and output/semantic-checklist.mdproject_init_request that names the target root, project slug, and lee-skill-first profile.python scripts/workflow_runtime.py validate-input --input <request> before touching the repository.python scripts/workflow_runtime.py run --input <request> --repo-root <target-root> --allow-update.refresh_managed.artifacts/project-init/<run_id> that records the initialization plan, created paths, skipped paths, execution evidence, supervision evidence, and the human-readable bootstrap report.python scripts/workflow_runtime.py validate-output --artifacts-dir <package-dir> and python scripts/workflow_runtime.py validate-package-readiness --artifacts-dir <package-dir> before reporting success.resources/project-structure-reference.md.project-init is intentionally outside the shared revision module coverage.