بنقرة واحدة
sce-plan-review
Use when user wants to review an existing plan and prepare the next task safely.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when user wants to review an existing plan and prepare the next task safely.
التثبيت باستخدام 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 Bootstrap SCE baseline context directory when missing.
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 Execute one approved task with explicit scope, evidence, and status updates.
| name | sce-plan-review |
| description | Use when user wants to review an existing plan and prepare the next task safely. |
context/plans/.context/ is missing, ask once: "context/ is missing. Bootstrap SCE baseline now?"
sce-bootstrap-context and continue.context/.context/context-map.md, context/overview.md, and context/glossary.md before broad exploration.SCE plans are Markdown files stored in context/plans/. Tasks are tracked as checkboxes:
# Plan: Add user authentication
## Tasks
- [x] Scaffold auth module
- [x] Add password hashing utility
- [ ] Implement login endpoint <- next task (first unchecked)
- [ ] Write integration tests
- [ ] Update context/current-state.md
The first unchecked - [ ] item is the next task to review and prepare.
context/plans/ as active execution artifacts; completed plans are disposable and not a durable context source.context/decisions/ instead of completed plan files.Produce a structured readiness summary after review:
## Plan Review - [plan filename]
**Completed tasks:** 2 of 5
**Next task:** Implement login endpoint
**Acceptance criteria:**
- POST /auth/login returns JWT on success
- Returns 401 on invalid credentials
**Issues found:**
- Blocker: JWT secret source not specified (env var? config file?)
- Ambiguity: Should failed attempts be rate-limited in this task or a later one?
**ready_for_implementation: no**
**Required decisions before proceeding:**
1. Confirm JWT secret source
2. Confirm rate-limiting scope
When all issues are resolved:
**ready_for_implementation: yes**
Proceeding with: Implement login endpoint
ready_for_implementation: yes|no.sce-bootstrap-context - creates the context/ baseline required by this skill