A structured, quality-first development lifecycle for AI agents involving rigorous planning, test-driven development, and pull request reviews.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-development-workflow
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 task-development-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The task-development-workflow is a robust framework designed to ensure high-quality software output by enforcing a disciplined engineering cycle. It transforms the AI agent's approach from simple code generation into a professional development process that prioritizes requirements clarification, Test-Driven Development (TDD), and transparent task management. By integrating these practices into Openclaw Skills, developers can maintain better control over complex projects and significantly reduce technical debt through mandatory approval gates and rigorous code reviews.
This workflow is specifically designed for environments where precision and reliability are more important than raw speed. It ensures that every line of code is justified by a requirement, verified by a test, and validated by a human or peer reviewer before it ever reaches the main codebase. Using this within the framework of Openclaw Skills provides a standardized way to manage the entire development lifecycle from initial bootstrap to final merge.
To implement this workflow within your Openclaw Skills configuration, ensure your environment has access to Git and your preferred task management API.
# Initialize your project repository
git init
# Create a README to bootstrap the project
touch README.md
git add README.md
git commit -m "initial commit"
# Ensure your AI agent is configured to use the task-development-workflow
| Component | Details |
|---|---|
| Task Board | Organized into columns: Backlog, To Do, In Progress, Review, and Done. |
| PR Metadata | Must include Trello card links, a summary of changes, and a reference to the task branch. |
| Branching Model | Strict policy: No direct pushes to main; all work occurs in feature branches. |
| Testing Evidence | Automated test logs must confirm that implementation meets the TDD requirements defined in Phase 4. |
Loading
Empowers AI agents to send authentic, playable voice messages directly to Feishu users instead of standard file attachments.

A powerful integration that uses Microsoft Edge's free text-to-speech engine to send professional voice messages directly to Feishu.

A customizable AI news agent that automatically aggregates, summarizes, and broadcasts news via voice for a streamlined information experience.

Automate the extraction and analysis of SEC EDGAR filings to streamline financial due diligence and corporate risk assessment.

A standardized, high-integrity PR review and merge process designed for task-driven AI agent collaboration.

A security-focused tool that audits Openclaw Skills for vulnerabilities, suspicious API calls, and malicious patterns prior to installation.








































