Daily Workflow Manager

PassAudited by ClawScan on May 5, 2026.

Overview

This instruction-only skill is coherently focused on maintaining project workflow notes, with no code, credentials, install steps, or network behavior shown.

This appears safe for its stated purpose. Before installing, be aware that it will create and update workflow documentation in your project, and those notes may guide future AI sessions. Review generated files periodically and avoid storing secrets or misleading instructions in them.

Findings (2)

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

When invoked, the skill may create or edit project documentation files in the workspace.

Why it was flagged

The skill instructs the agent to modify several local project documentation files. This matches the stated workflow-management purpose, but it is still local file mutation users should notice.

Skill content
Update `Docs/PROJECT_STATUS.md` ... Append morning's completed work items to `Docs/COMPLETED_JOBS.md` ... Update `Docs/PENDING_JOBS.md`
Recommendation

Use version control or review file diffs after workflow updates, especially before committing generated documentation.

What this means

Incorrect, outdated, or untrusted content in the Docs/ files could influence future work summaries or suggested next steps.

Why it was flagged

The skill intentionally stores and reuses project context across sessions. This is purpose-aligned, but future agents may rely on the persisted notes.

Skill content
Ensures smooth AI-to-AI project handover with clear context preservation.
Recommendation

Keep the generated Docs/ files under user review, avoid placing secrets in handoff notes, and correct stale or misleading project context.