Parses long transcripts into topics under ordered lists, to triage in your notes system
Parse AI conversation transcripts → numbered topics → groom into positions.
graph TD
A[Transcript] -->|user provides| B[Parse]
B -->|extracts| C{Classify}
C -->|urgent| D[NOW]
C -->|planned| E[LATER]
C -->|ideas| F[BACKLOG]
C -->|log| G[DECISIONS]
D -->|add to| H[Current Epic]
E -->|add to| I[ROADMAP]
F -->|park| J[Ideas]
G -->|log| K[Memory]
## Triage Results
### NOW (v1.1.0 Contract Diagram)
1. [Topic] - [Brief description]
2. [Topic] - [Brief description]
### LATER (Future Epics)
3. [Topic] - [Brief description]
4. [Topic] - [Brief description]
### BACKLOG (Ideas)
5. [Topic] - [Brief description]
### DECISIONS (Log to Memory)
- [Decision] - [Context]
- [Decision] - [Context]
Why this skill?
Similar skills:
Unique value: