一键导入
discuss
Pause implementation for architecture or understanding discussion, checkpoint context, then resume with captured decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pause implementation for architecture or understanding discussion, checkpoint context, then resume with captured decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | discuss |
| effort | max |
| description | Pause implementation for architecture or understanding discussion, checkpoint context, then resume with captured decisions. |
| argument-hint | ["<topic>|continue|end|history"] |
| allowed-tools | Bash, Read, Glob, Grep, Task, AskUserQuestion |
Keywords: discuss, pause, architecture, alternatives
| Command | Action |
|---|---|
/discuss <topic> | Checkpoint → enter discussion mode |
/discuss continue | Restore context → resume implementation |
/discuss end | Synthesize insights → update bead → resume |
/discuss history | Search past discussions via recall |
/discuss <topic> — Startgit status --short, git diff --stat, current step, metrics), prepend checkpoint to issue notes:
## Discussion checkpoint (YYYY-MM-DD)
- Working tree: <files>
- Current step: <what was being done>
- Last metric: <benchmarks if applicable>
- Next action: <what to do when resuming>
Context checkpointed to <issue-id> (<title>). Ready to discuss: <topic>.No active tracking issue — discussing freely. /discuss end to capture insights.Discussion mode rules:
file:line refs, read actual files/discuss end summary/discuss end first/discuss continue — Resumegit status --short + git diff --stat — check working treeResuming
<id>: Checkpoint: Working tree: Next:
/discuss end — Wrap Up & Resume## Discussion: <topic> (YYYY-MM-DD)
- Key insight: <main takeaway>
- Decided: <decisions>
- Impact: <changes to approach, or "none">
/discuss continue)./discuss historybun recall "discuss" --since 2w
bun recall "<specific-topic>" --since 2w
/discuss end, not bare /discuss continue, after deep discussionsWhen stuck on a specific problem, stop coding, gather context, and ask /deep or /pro for a fresh perspective.
Reframe recurring or wrong-shaped problems into a design where the bug cannot happen.
Run 5 Whys plus /big reframing to trace a symptom to structural root cause before fixing.
Batch operations across files with confidence-based auto-apply. Use for renaming, search-replace, refactoring code, updating text/markdown, migrating terminology, and API migrations. Run `bun tools/refactor.ts --help` for detailed command reference.
Analyze a decision end-to-end: gather context, compare options, score tradeoffs, and present one clear recommendation.
Save active session context, git state, recent commits, and next steps to one tracking issue before compaction or handoff.