ワンクリックで
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.