This skill implements a file-based planning system for complex, multi-step tasks by creating persistent markdown files to track goals, findings, and progress. It acts as an external working memory to maintain context and organization throughout long workflows or research projects.
{
"name": "planning-with-files",
"owner": {
"name": "Ahmad Othman Ammar Adi",
"url": "https://github.com/OthmanAdi"
},
"plugins": [
{
"name": "planning-with-files",
"source": "./",
"description": "Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Now with hooks integration.",
"version": "2.0.0"
}
]
}