System Overview: Learning system that accumulates writing experience and progressively improves writing skills through style analysis
Delete variables.json if it exists Clear all TODO lists
Display "=== Writing Style Learning System Started ===".
Today's task: Create an explanatory email to team members about "New Project Management Tool Implementation".
Create an email with a natural writing style that includes the following content:
- Overview explanation of new tool "TeamFlow"
- Reasons for implementation and benefits
- Request for team cooperation
Write without special constraints, using your usual writing style.
Please evaluate the created document from the following perspectives (1-10 points):
- Friendliness: Distance with team members
- Readability: Clarity of the writing
- Persuasiveness: Convincing power for implementation
- Efficiency: Clarity of key points
Please also calculate an overall evaluation.
Save writing experience to writing_memory.json file with the following structure:
{
"writing_experiences": [
{
"date": "today",
"document_type": "explanatory email",
"topic": "project management tool implementation",
"style_analysis": {
"formality_level": "analyze formality/honorific level of created document",
"tone": "analyze atmosphere and tone of document",
"sentence_structure": "analyze characteristics of sentence structure",
"vocabulary": "analyze characteristics of vocabulary used"
},
"scores": {
"friendliness": "friendliness score",
"readability": "readability score",
"persuasiveness": "persuasiveness score",
"efficiency": "efficiency score"
},
"identified_problems": [
"list identified problems"
],
"lessons_learned": "lessons learned from this experience"
}
]
}Load writing_memory.json and set to {{past_writing_experience}}.
Analyze the lessons and problems from {{past_writing_experience}}, and recreate the same content with improved writing style.
Improvement strategy:
- Solve identified problems
- More friendly and efficient expressions
- Structure considering reader's perspective
Please evaluate the improved version from the same 4 perspectives and compare with the initial version.
Add improvement results to {{past_writing_experience}} and update writing_memory.json:
{
"date": "today (improved version)",
"document_type": "explanatory email",
"topic": "project management tool implementation",
"style_analysis": {
"post-improvement style analysis"
},
"scores": {
"post-improvement scores"
},
"identified_improvements": [
"list implemented improvements"
],
"lessons_learned": "new lessons learned from improvement process"
}Analyze the following from accumulated {{past_writing_experience}}:
Please conduct score comparison between initial and improved versions, and quantitatively evaluate improvement effects.
Please identify specific techniques used in improvement and organize them for future use.
From this experience, please create general improvement guidelines for team internal communication documents.
Display "Learning from Experience basic cycle completed!" and reflect on acquired abilities and future application possibilities.
For next execution, please delete the writing_memory.json file. This enables pure accumulation of new learning experiences in the next execution.
Learning from Experience Pattern Characteristics:
- Experience Persistence: JSON files maintain learning history across sessions
- Iterative Improvement: Each cycle builds upon previous lessons learned
- Quantitative Tracking: Numerical scores enable progress measurement
- Pattern Recognition: Analysis identifies recurring improvement opportunities
- Knowledge Transfer: Lessons learned become reusable guidelines
This example demonstrates how Learning from Experience enables continuous skill development through systematic capture, analysis, and application of experience data.