Loading...
Loading...
Synthesize unstructured thinking into a structured, actionable plan. Use when user provides stream-of-consciousness thoughts, scattered notes, or a brain dump and needs them organized into a coherent plan with goals, actions, and priorities. Trigger phrases: "synthesize", "organize my thoughts", "turn this into a plan", "make sense of this", "structure this", "formalize these notes", "what should I do with all this".
npx skill4agent add laurigates/claude-plugins prose-synthesize| Use this skill when... | Use something else when... |
|---|---|
| User dumps stream-of-consciousness thoughts | Text is already structured but verbose → |
| Scattered notes need organizing into a plan | Need to capture session learnings → |
| Brain dump needs goals, actions, priorities extracted | Need to write a plan from scratch with no input → |
| User says "make sense of this", "organize this" | Document needs style/tone adjustment → |
| Element | Question it answers |
|---|---|
| Objective | What are we trying to achieve? |
| Key decisions | What needs deciding before acting? |
| Actions | What specific things need doing? |
| Dependencies | What blocks what? |
| Open questions | What's still unclear? |
$ARGUMENTS## Objective
<1-2 sentence statement of what this plan achieves>
## Key Decisions
<Decisions that need making before or during execution. Note options if the user mentioned them.>
## Plan
<Ordered actions grouped by theme/phase. Numbered lists for sequences, bullets for parallel items.>
## Dependencies
<What blocks what — only if meaningful dependencies exist>
## Open Questions
<Unresolved items needing answers before the plan is complete>
## Parked Ideas
<Tangential thoughts worth preserving but outside the core plan>| Situation | Approach |
|---|---|
| Multiple possible goals | Present as alternatives under Key Decisions |
| Contradictory ideas | Surface the contradiction explicitly |
| Vague but directional | Interpret the direction, note the interpretation |
| Pure exploration (no goal) | Organize by theme, suggest possible goals |
Objective: Stabilize and secure the authentication system while addressing related infrastructure issues.Key Decisions:
- JWT migration — move to JWT or fix current auth? (Affects scope of all auth work)
Plan:
- Fix immediate blockers
- Fix broken tests (unblocks everything else)
- Fix deployment pipeline failures
- Auth system
- Decide JWT migration
- Implement fix or migration based on decision
- Add rate limiting (per Sarah's input)
- Hardening
- Security audit
- Update documentation
Open Questions:
- What specifically did Sarah say about rate limiting?
- What's breaking in the deployment pipeline? (may be auth-related)
| Context | Approach |
|---|---|
| Short input (< 200 words) | Synthesize inline, present plan directly |
| Medium input (200-1000 words) | Full synthesis workflow, structured plan output |
| Long input or file (> 1000 words) | Read file, full synthesis, write plan to file |
| Already semi-structured input | Preserve existing structure, fill gaps |
| No clear goal in input | Organize by theme, present as exploration map |