원클릭으로
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