원클릭으로
thread
Persistent context threads for cross-session work that spans phases. Lighter than pause/resume.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Persistent context threads for cross-session work that spans phases. Lighter than pause/resume.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run multiple phases hands-free. Chains discuss, plan, build, and verify automatically.
Start a new project. Deep questioning, research, requirements, and roadmap.
Execute all plans in a phase. Spawns agents to build in parallel, commits atomically.
Configure settings: depth, model profiles, features, git, and gates.
Execute the next logical step automatically. No prompts, no decisions — just do it.
Systematic debugging with hypothesis testing. Persistent across sessions.
| name | thread |
| description | Persistent context threads for cross-session work that spans phases. Lighter than pause/resume. |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion |
| argument-hint | [name | list | resume <name>] |
STOP — DO NOT READ THIS FILE. You are already reading it.
Lightweight cross-session knowledge stores for work spanning multiple sessions that doesn't belong to any specific phase. Lighter than /pbr:pause (no phase state), richer than /pbr:note (structured sections).
╔══════════════════════════════════════════════════════════════╗
║ PLAN-BUILD-RUN ► THREAD ║
╚══════════════════════════════════════════════════════════════╝
/pbr:thread <name> — Create threadmkdir -p .planning/threads.planning/threads/{slug}.md:---
created: {ISO date}
updated: {ISO date}
status: active
---
# {Thread Name}
## Goal
{What this thread is tracking — ask user}
## Context
{Current state of the work — filled during creation}
## References
{Related files, phases, decisions — gathered from conversation}
## Next Steps
{What to do next — filled during creation}
Thread created: {name}/pbr:thread list — List threadsScan .planning/threads/*.md, display name + status + last updated.
/pbr:thread resume <name> — Resume thread.planning/threads/{slug}.mdupdated field in frontmatter/pbr:thread close <name> — Close threadUpdate status to closed. Optionally promote to phase or backlog.