Long Project Manager

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill creates and updates local project notes so long-running work can resume later; the persistence is clear and purpose-aligned.

This skill appears safe for its intended purpose. Before installing, understand that it will create and maintain local project notes that future sessions may read and act on. Use it in an appropriate project directory, review handoff/status files before resuming important tasks, and avoid writing secrets into those files unless that is intentional.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Project files may influence what the agent does in future sessions, so inaccurate or manipulated notes could steer later work.

Why it was flagged

The skill deliberately persists project context and later reuses it to guide future agent behavior. This is central to the stated purpose, but users should understand that those files become durable context for later sessions.

Skill content
Store long-project state in files, not only in chat. ... Resume a project later ... Read in this order: `README.md`, `STATUS.md`, `TODO.md`, `DECISIONS.md`, `LOG.md`, `HANDOFF.md` ... Then summarize the project state in 3-5 bullets and continue from the first actionable next step.
Recommendation

Keep the project folder scoped, review STATUS.md and HANDOFF.md before resuming important work, and avoid storing secrets or sensitive private data unless you intend the agent to reuse it.