원클릭으로
defer
Use when you notice something to fix later while working on another task - captures context without breaking flow (~10 seconds)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you notice something to fix later while working on another task - captures context without breaking flow (~10 seconds)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | defer |
| description | Use when you notice something to fix later while working on another task - captures context without breaking flow (~10 seconds) |
Capture side tasks noticed during development without context-switching.
/defer <description>
/defer # infer from conversation context
git branch --show-current~/.claude/plans/, grab task name~/.claude/deferred/{YYYY-MM-DD}_{slug}.md# <Issue Title>
**Noticed while:** <branch> / <task if any>
**Date:** YYYY-MM-DD
## What
<Description>
## Where
<Recent files from conversation, if relevant>
## Why I Noticed
<Connection to current work>
## Suggested Approach
<Quick notes if obvious, otherwise omit>
~/.claude/deferred/-2, -3/task)Use when the user wants to create a new pull request, update an existing PR's body, open a draft PR, or preview a PR body locally before pushing.
Use when executing implementation plans with independent tasks in the current Pi session using fresh subagents and review loops
Create a new Pi task folder for a specific task or feature development. Use when the user wants to start a new task, plan a feature, or asks to create a task file.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a written implementation plan to execute with review checkpoints
Use when you have an approved design or requirements for a multi-step task, before touching code