cross-conversation-project-manager

Maintains persistent project state files tracking tasks, decisions, and blockers across multiple conversations.

1|Updated Aug 8, 2026
One-click install
npx skills add https://github.com/th-efool/SKILLS --skill cross-conversation-project-manager-th-efool
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cross-conversation-project-manager
Source: https://github.com/th-efool/SKILLS/tree/main/cross-conversation-project-manager
Command: npx skills add https://github.com/th-efool/SKILLS --skill cross-conversation-project-manager-th-efool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long-running projects discussed across many separate AI conversations lose context, forcing you to re-explain status, decisions, and open tasks every session. This Skill keeps a persistent project file so nothing falls through the cracks over days or weeks. ## Core Features & Use Cases - Persistent Project Files: Creates and maintains project records in /mnt/user-data/outputs/projects/ tracking tasks, decisions, blockers, resources, and timestamps. - Auto-Update on Mention: Detects when a known project is mentioned and updates its state automatically. - Status Reports & Reminders: Generates cross-conversation status reports and proactively reminds you of commitments and follow-ups. - Use Case: You are managing a website redesign over several weeks. Each time you chat, the Skill updates the task list, logs new decisions, and produces a current status report on request. ## Quick Start Ask the assistant to create a project file for your current initiative and update it whenever you mention the project in future conversations.

Frequently Asked Questions about cross-conversation-project-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track a project across multiple AI conversations?▼

Create a project file in the persistent outputs directory that records tasks, decisions, blockers, and resources. Each time you mention the project name in a new conversation, the file is updated and can generate a consolidated status report.

What information does the project state file store?▼

The file stores the project name, start date, conversations involved, tasks by status (completed, in-progress, pending), decisions made, blockers, resources, links to relevant conversations, and a last-updated timestamp.

Can the assistant remind me of open tasks automatically?▼

Yes. When a tracked project is mentioned, the Skill reviews pending tasks and blockers and proactively surfaces commitments and follow-ups that are due, based on the stored project state.

Where are the project files saved?▼

Project files are saved under /mnt/user-data/outputs/projects/. They persist across conversations within environments that retain that directory, allowing state to be maintained over weeks or months.

What are the limitations of cross-conversation project tracking?▼

Tracking depends on the persistence of the outputs directory; if files are deleted or the environment resets, state is lost. It also relies on the user mentioning the project name to trigger updates.