Install
openclaw skills install long-project-managerCreate and maintain a persistent file-based workspace for long-running, multi-session, or interruption-sensitive work. Use when the user wants to start a long-term project, continue a previous project, preserve context across days or resets, keep durable handoff notes, or avoid losing decisions and next steps in chat history. Good for engineering, research, writing, planning, and operations work.
openclaw skills install long-project-managerStore long-project state in files, not only in chat.
Use the bundled templates in assets/project-template/ (Chinese) or assets/project-template-en/ (English) to create a durable project folder under projects/<project-name>/.
Create or maintain these files:
README.md — project goal, scope, success criteria, key entry pointsSTATUS.md — current goal, current judgment, progress, blockers, next actionTODO.md — prioritized work queueDECISIONS.md — important decisions and tradeoffsLOG.md — dated work log and discoveriesREFERENCES.md — important files, links, commands, and outputsHANDOFF.md — compact checkpoint for resuming laterWhen the user asks to create a long-running project or preserve context across sessions:
projects/<name>/.assets/project-template/ for Chineseassets/project-template-en/ for EnglishREADME.mdSTATUS.mdTODO.mdFor every meaningful milestone, write state back to files instead of leaving it only in chat.
Update with this bias:
STATUS.md.TODO.md.DECISIONS.md.LOG.md.REFERENCES.md.Prefer concise, high-signal updates.
Read in this order:
README.mdSTATUS.mdTODO.mdDECISIONS.mdLOG.mdHANDOFF.mdThen summarize the project state in 3-5 bullets and continue from the first actionable next step.
Always leave a clean restart point:
STATUS.md.HANDOFF.md.Always preserve these four things for long tasks:
If these four things are written down, the project can survive resets, context loss, and handoffs.
STATUS.md as the first-screen dashboard.HANDOFF.md as the restart capsule.STATUS.md or HANDOFF.md.