โ† All skills
Tencent SkillHub ยท Developer Tools

Task Development Workflow

TDD-first development workflow with structured planning, task tracking, and PR-based code review. Use when building software projects that require clarificat...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

TDD-first development workflow with structured planning, task tracking, and PR-based code review. Use when building software projects that require clarificat...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/workflow-details.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Task Workflow

A structured development workflow enforcing quality through planning, TDD, and code review.

Workflow Overview

Clarify โ†’ Plan โ†’ Approve โ†’ Implement (TDD) โ†’ PR โ†’ Review โ†’ Merge โ†’ Next Task

Phase 1: Clarification

Before any implementation, ask questions to clarify: Business requirements and goals UI/UX flow expectations Architecture decisions Technical constraints Ambiguous requirements Do not proceed until requirements are clear.

Phase 2: Planning & Approval

Present a detailed plan with task breakdown Keep tasks small and focused Wait for explicit approval before starting No implementation without approval

Phase 3: Task Tracking Setup

Set up Trello board (or similar) with columns: ๐Ÿ“ Backlog ๐Ÿ“‹ To Do ๐Ÿ”จ In Progress ๐Ÿ” Review โœ… Done All tasks must be tracked on the board.

Phase 4: Implementation (Per Task)

For each task: Move card to "In Progress" Write tests first (TDD): Define expected behavior in tests Run tests (should fail) Implement the feature Run tests (should pass) Commit after task completion Tests may be skipped only with explicit approval

Phase 5: Branching & PR Policy

Rules: Never push directly to main Never change the default branch โ€” main must always remain default Create feature branches for each task After task completion: Open PR from task branch โ†’ main Include Trello task link in PR description Move card to "Review" Notify Reviewer with both Trello link and PR link

Phase 6: PR Feedback Loop

When CR comments arrive: Move task back to "In Progress" Address all review comments Push fixes Notify Reviewer to re-review (include both links) Repeat until approved.

Phase 7: Merge Gate

Only pick the next task after current PR is merged Move completed card to "Done" Then proceed to next task from "To Do"

Flow Diagram

Backlog โ†’ To Do โ†’ In Progress โ†’ Review โ†’ Done โ†‘ โ”‚ โ””โ”€โ”€โ”€ CR โ”€โ”€โ”€โ”€โ”€โ”˜

New Project Bootstrap

For new projects: Create repository with initial README Push to remote Then begin implementation tasks

Key Principles

Quality over speed โ€” TDD catches bugs early Small tasks โ€” easier to review and merge Clear communication โ€” always notify reviewers No shortcuts โ€” follow the process every time

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/workflow-details.md Docs