← Back to Skills Marketplace
eduardou24

OGT Docs Create Task

by EduardoU24 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1073
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ogt-docs-create-task
Description
Create and manage task documents in the docs/todo/ workflow. Use when creating new tasks, updating task status, or moving tasks between workflow stages. Provides complete task lifecycle management with verification.
Usage Guidance
This skill is internally consistent: it documents and automates creating/updating task folders under docs/todo/ and does not declare extra credentials or installs. Before enabling it, confirm (1) what repository/workspace the agent will operate on and that you trust that repository access, (2) whether the agent will open branches/PRs or push commits (platform-level git/API permissions may be used even though the skill doesn't declare tokens), and (3) whether you want the agent to be able to modify files autonomously — if not, require manual review of changes or limit the agent's repository permissions and test in a sandbox repo first.
Capability Analysis
Type: OpenClaw Skill Name: ogt-docs-create-task Version: 1.0.0 The skill bundle is classified as suspicious due to its explicit instructions for the AI agent to execute direct shell commands for file system manipulation and local program execution. While these commands (`mv`, `touch`, `echo > file`, `grep`, `test`, `tsc`) are plausibly needed for managing the described 'docs-first workflow' within the `docs/todo/` directory, the direct granting of such risky capabilities without clear malicious intent falls under the 'suspicious' threshold as defined, rather than 'benign'. These instructions are found throughout the `SKILL.md` file, particularly in the 'Task Lifecycle Operations' and 'Verification Rules' sections.
Capability Assessment
Purpose & Capability
The name/description describe managing a docs-first task workflow and the SKILL.md provides detailed file/folder conventions and examples for creating, moving, and annotating task folders under docs/todo/. There are no requested env vars, binaries, or installs that are unrelated to that purpose.
Instruction Scope
The instructions focus on creating and updating files in the docs/todo/ workflow (task.md, progress.md, .verified, .assigned_to_{agent}, etc.). Example content references repository files for context (e.g., GlobalSearch.tsx), which is coherent for a docs/task workflow skill. The SKILL.md does not (in the visible excerpts) instruct reading arbitrary system files or exfiltrating data to external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded during install.
Credentials
The skill requires no environment variables or credentials, which is consistent for a workflow that operates on repository files. Note: if the agent is expected to create remote PRs or interact with external APIs as part of the workflow, those actions would typically require platform-provided git or API credentials (not declared here); ensure the platform's permissions model, not this skill, is granting any remote access.
Persistence & Privilege
always:false and no special persistence is requested. The skill will operate when invoked and does not request to modify other skills or system-wide settings. Autonomous invocation is allowed (default) but that is expected for skills of this kind.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ogt-docs-create-task
  3. After installation, invoke the skill by name or use /ogt-docs-create-task
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ogt-docs-create-task skill for managing task documents in a docs-first workflow. - Supports creating, progressing, and verifying tasks across all workflow stages (pending, in_progress, review, blocked, done, rejected, implemented). - Defines detailed folder structure, file conventions, and signals for task lifecycle management. - Enables assignment, prioritization, progress tracking, blocking/review states, and verification with agent attribution. - Provides robust documentation standards for each task stage, including context, progress, implementation, and verification details.
Metadata
Slug ogt-docs-create-task
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is OGT Docs Create Task?

Create and manage task documents in the docs/todo/ workflow. Use when creating new tasks, updating task status, or moving tasks between workflow stages. Provides complete task lifecycle management with verification. It is an AI Agent Skill for Claude Code / OpenClaw, with 1073 downloads so far.

How do I install OGT Docs Create Task?

Run "/install ogt-docs-create-task" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OGT Docs Create Task free?

Yes, OGT Docs Create Task is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OGT Docs Create Task support?

OGT Docs Create Task is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OGT Docs Create Task?

It is built and maintained by EduardoU24 (@eduardou24); the current version is v1.0.0.

💬 Comments