| name | paperhub-brainstorm |
| description | Brainstorm with AI in the context of a PaperHub project |
PaperHub Brainstorm
Use this skill when the user wants to have an AI discussion in the context of a research project. This spawns a separate context to avoid conflicts with other operations.
What this skill does
- Loads project context (papers, notes, membership)
- Provides a focused brainstorming environment
- After brainstorming, user can invoke
paperhub-add-note to create notes from the discussion
Workflow
Step 1: Load project context
Run:
paperhub list-papers --workspace <workspace-path> --project <project-slug>
paperhub list-notes --workspace <workspace-path> --project <project-slug>
Step 2: Present brainstorming session
Display the project context summary:
- Number of papers
- Note names
- Ask user what they'd like to discuss
Step 3: Engage in discussion
Have a focused conversation about:
- Research directions
- Paper analysis
- Ideas and hypotheses
- Connection between papers
Step 4: After discussion
Inform user they can use paperhub-add-note to capture insights:
After our discussion, you can create a note with:
/paperhub-add-note
This will save our discussion as a project note.
Context Isolation
This skill runs in a dedicated context. The brainstorm conversation is separate from main workspace operations to avoid conflicts.
Operational rules
- Do not make changes to the workspace during brainstorm
- Only read operations during brainstorming
- User must explicitly invoke
paperhub-add-note to save notes
- Keep the conversation focused on the project's research context