OGT Docs Create Task

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on creating and moving task documentation inside a scoped docs/todo workflow.

This appears safe for managing repository task documentation. Before installing, confirm you want the agent to create, edit, and move files under docs/todo, and avoid placing secrets or sensitive private details in the generated task documents.

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

The agent may change local project task documentation and workflow state when this skill is used.

Why it was flagged

The skill authorizes local task-document creation, updates, and folder movement. This is a mutation capability, but it is clearly disclosed and scoped to the stated docs/todo workflow.

Skill content
Use when creating new tasks, updating task status, or moving tasks between workflow stages.
Recommendation

Use it for the intended docs/todo workflow and review task moves or status changes if the workflow state is important to your project.

What this means

Information placed in task documents may persist in the repository and influence later work.

Why it was flagged

The workflow stores persistent context, progress, implementation, and verification documents that future agents or users may read. This is purpose-aligned documentation, but persisted task context should not be treated as authoritative instructions if it contains untrusted user-provided text.

Skill content
context.md          # Background information (optional)
Recommendation

Avoid storing secrets in task docs, and treat user-request text or background notes as context rather than commands.