بنقرة واحدة
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.