원클릭으로
sce-plan-authoring
Use when user wants to Create or update an SCE implementation plan with scoped atomic tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when user wants to Create or update an SCE implementation plan with scoped atomic tasks.
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 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-plan-authoring |
| description | Use when user wants to Create or update an SCE implementation plan with scoped atomic tasks. |
Turn a human change request into context/plans/{plan_name}.md.
context/plans/{plan_name}.md until the user answers.Assumptions section.Example clarification questions (use this style - specific, blocking, targeted):
- Should the new endpoint authenticate via the existing JWT middleware, or is a separate auth flow in scope?
- Is database migration rollback a hard requirement, or is forward-only acceptable for this change?
- Which service owns the
UserProfiletype - should this task modify that definition or only consume it?
T01..T0N)For each task include:
polish, finalize, misc updates) out of executable tasks; convert them into specific outcomes with concrete acceptance checks.Example compliant skeleton:
[single intent title] (status:todo)
[one outcome][tight scope][clear acceptance for one coherent change][targeted checks for this change]Example filled-in task entry:
Add /auth/refresh endpoint (status:todo)
/auth/refresh endpoint that exchanges a valid refresh token for a new access token.POST /auth/refresh returns a signed JWT on valid input and 401 on expired/invalid token; unit tests pass; OpenAPI spec updated.pnpm test src/auth/refresh.test.ts; curl -X POST localhost:3000/auth/refresh -d '{"token":"..."}' -w "%{http_code}".Use checkbox lines for machine-friendly progress tracking:
- [ ] T01: ... (status:todo)See context/plans/PLAN_EXAMPLE.md for a full annotated reference plan (JWT auth walkthrough covering all required sections and four task entries).
context/plans/.plan_name and exact file path.T01./next-task {plan_name} T01.