ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
When 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.
| 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 discussions