An intelligent utility that transforms raw project requirements or PDD implementation plans into structured, actionable Markdown task files for AI agents and developers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-task-generator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-task-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Code Task Generator is an essential addition to your collection of Openclaw Skills, designed to bridge the gap between high-level implementation plans and granular, executable tasks. By analyzing input from various sources—including direct text, local files, or Product Design Documents (PDD)—this skill automatically formats requirements into a standardized .code-task.md format.
This tool ensures that every task includes critical context, technical constraints, and Given-When-Then acceptance criteria. Whether you are working manually or using autonomous agents, this skill provides the technical structure necessary for high-quality software development and consistent output across Openclaw Skills workflows.
To use this within your agent environment, ensure your workspace is initialized and the agent has filesystem permissions.
# Example of triggering the skill through an AI assistant
code-task-generator --input "I need a function to validate API keys" --task_name "api-auth"
For PDD-based workflows, point the input to your design document to leverage the full power of Openclaw Skills:
code-task-generator --input "specs/auth-system/plan.md"
The generated tasks utilize a standardized Markdown schema with YAML frontmatter for lifecycle tracking.
| Component | Description |
|---|---|
| YAML Frontmatter | Tracks status (pending/started/completed) and creation dates. |
| Reference Documentation | Links the task to the primary design.md and relevant research. |
| Technical Requirements | A numbered list of specific engineering constraints and goals. |
| Acceptance Criteria | Uses Given-When-Then format for measurable success metrics. |
| Metadata | Labels complexity (Low/Medium/High) and identifies required developer skills. |
Loading
A professional fitness integration for Openclaw Skills that allows users to manage their training plans and log workouts via natural language.

An AI-driven website builder that allows coding agents to generate, edit, and deploy professional landing pages and portfolios using simple text prompts.

High-performance web scraping tools designed to fetch, extract, and clean data from web pages for AI agent workflows.

A comprehensive toolkit for parsing CSV datasets, converting JSON to CSV, and generating professional SVG visualizations.

A conversational generator that transforms workflow ideas into validated, production-ready multi-agent YAML presets.

A specialized testing framework for validating AI agent persona presets and auditing routing performance through automated CLI scripts.








































