一键导入
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.