بنقرة واحدة
sce-bootstrap-context
Use when user wants to Bootstrap SCE baseline context directory when missing.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when user wants to Bootstrap SCE baseline context directory when missing.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Write atomic, repo-style git commits from a change summary or diff. Use when preparing commit messages, splitting work into coherent commits, or reviewing whether a commit is too broad.
Use when user wants to Synchronize context files to match current code behavior after task execution.
Use when user wants to create a structured SCE handover for the current task.
Use when user wants to Create or update an SCE implementation plan with scoped atomic tasks.
Use when user wants to review an existing plan and prepare the next task safely.
Use when user wants to Execute one approved task with explicit scope, evidence, and status updates.
| name | sce-bootstrap-context |
| description | Use when user wants to Bootstrap SCE baseline context directory when missing. |
context/ is missing.Create these paths:
context/overview.mdcontext/architecture.mdcontext/patterns.mdcontext/glossary.mdcontext/context-map.mdcontext/plans/context/handovers/context/decisions/context/tmp/context/tmp/.gitignoreUse the following commands to create the directory structure:
mkdir -p context/plans context/handovers context/decisions context/tmp
touch context/overview.md context/architecture.md context/patterns.md context/glossary.md context/context-map.md
context/tmp/.gitignore content:
*
!.gitignore
After running the commands, verify all expected paths exist before proceeding:
ls context/overview.md context/architecture.md context/patterns.md context/glossary.md context/context-map.md context/plans context/handovers context/decisions context/tmp context/tmp/.gitignore
If any path is missing, re-create it before moving on.
overview.md, architecture.md, patterns.md, and glossary.md empty or placeholder-only.Example placeholder content for empty files in a no-code repo:
# Overview
> This section has not been populated yet. Add a high-level description of the project here.
context/context-map.md.context/ should be committed as shared memory.