Daily Workflow (开工啦)

PassAudited by ClawScan on May 9, 2026.

Overview

This instruction-only skill appears to only maintain project-local Docs/ workflow notes, but those notes persist and may be reused by future AI assistants.

This looks safe for its stated purpose if you want project-local workflow and handoff notes. Expect it to read and write files under Docs/, and review those files for secrets or sensitive context before sharing the project. The supplied SKILL.md excerpt was truncated, so inspect the installed SKILL.md if you need full assurance.

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

Installing and using the skill may add or change workflow files in the current project.

Why it was flagged

The skill instructs the agent to create and modify project files. This is central to the stated workflow purpose and is limited to Docs/, but it is still file mutation the user should expect.

Skill content
Create `Docs/` if it is missing. Maintain these files: ... `Docs/STATUS.md` ... `Docs/PENDING.md` ... `Docs/SCHEDULE.md`
Recommendation

Use it in projects where Docs/ workflow notes are desired, and review generated changes before committing or sharing them.

What this means

Project notes may preserve private work details and influence future assistant behavior.

Why it was flagged

The skill intentionally creates persistent context that later sessions or another AI may rely on. This is disclosed and scoped locally, but persistent notes can carry stale, sensitive, or misleading context if not reviewed.

Skill content
Write this compressed context into `Docs/STATUS.md` ... Continue from the compressed context in `STATUS.md` and the action plan in `SCHEDULE.md`
Recommendation

Keep secrets and sensitive customer data out of Docs/ notes, periodically review the handoff files, and treat them as helpful context rather than unquestionable instructions.