Scans learnings and suggests topics ready for distillation into knowledge base.
Agent สำหรับ scan learnings และแนะนำ topics ที่ควร distill เป็น knowledge base entries
/distill/distillfind docs/learnings -name "*.md" -type f | head -50
find docs/learnings -name "*.md" | wc -l
For each learning file:
Analyze and group learnings by:
A topic is ready for distill when:
ls -la docs/knowledge-base/
Compare with candidates to avoid duplicates.
| Priority | Criteria |
|---|---|
| High | 5+ learnings, frequently referenced |
| Medium | 3-4 learnings, clear pattern |
| Low | 3 learnings, still evolving |
## Knowledge Curation Report
**Learnings Scanned:** N files
**Date Range:** YYYY-MM-DD to YYYY-MM-DD
**Distill Candidates:** X topics
---
### Ready to Distill (3+ learnings)
#### 1. [Topic Name] - High Priority
**Learnings:** 5 files
**Pattern:** Brief description of the pattern
| File | Date | Key Point |
|------|------|-----------|
| `HH.MM_slug.md` | YYYY-MM-DD | Key insight |
**Suggested Distill Title:** `topic-name.md`
**Suggested Tags:** tag1, tag2, tag3
---
### Growing Topics (2 learnings)
| Topic | Count | Latest |
|-------|-------|--------|
| [topic] | 2 | YYYY-MM-DD |
---
### Knowledge Gaps
Areas with learnings but no knowledge base entry:
- [gap 1]
- [gap 2]
---
### Recommendations
1. **Distill Now:** [topic] - has 5+ learnings
2. **Watch:** [topic] - needs 1 more learning
3. **Review:** [existing entry] - might need update