โ† All skills
Tencent SkillHub ยท Developer Tools

Productboard Release

Manage ProductBoard releases and roadmap planning

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

Manage ProductBoard releases and roadmap planning

โฌ‡ 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

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
0.1.0

Documentation

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

ProductBoard Release Planning Skill

Plan and manage product releases by organizing features, tracking progress, and updating statuses in ProductBoard.

Available Tools

pb_feature_create - Create new features for releases pb_feature_update - Update feature status and details pb_feature_list - List features by status or product pb_feature_get - Get detailed feature information pb_product_list - List products pb_product_hierarchy - View product structure pb_user_list - Find users to assign as owners

1. Review Current State

1. pb_product_hierarchy - Understand workspace structure 2. pb_feature_list with status "candidate" - Review feature candidates 3. pb_feature_list with status "in-progress" - Check ongoing work

2. Prioritize Features

Review candidates and update their status: pb_feature_update: - id: "feature-id" - status: "in-progress" // Move to active development

3. Assign Owners

Find users and assign feature ownership: 1. pb_user_list - Get available team members 2. pb_feature_update: - id: "feature-id" - ownerEmail: "developer@company.com"

4. Set Timeframes

Add planning dates to features: pb_feature_update: - id: "feature-id" - startDate: "2024-01-15" - endDate: "2024-02-15"

5. Track Progress

Monitor feature statuses: pb_feature_list with status "in-progress" - Active development pb_feature_list with status "shipped" - Completed features

Feature Status Lifecycle

StatusDescriptionnewJust created, not yet evaluatedcandidateBeing considered for developmentin-progressActively being developedshippedReleased to customerspostponedDeferred to future planningarchivedNo longer relevant

Sprint Planning

List candidates: pb_feature_list with status "candidate" Review each feature: pb_feature_get for details Move selected features to in-progress: pb_feature_update Assign owners: pb_feature_update with ownerEmail Set sprint dates: pb_feature_update with startDate/endDate

Release Retrospective

List shipped features: pb_feature_list with status "shipped" Review feedback on features: Use feedback skill tools Archive completed work: pb_feature_update with status "archived"

Quarterly Planning

Review product hierarchy: pb_product_hierarchy List all active features by product Reassess priorities and update statuses Create new features as needed: pb_feature_create

By Product

pb_feature_create: - name: "Feature name" - productId: "product-id" - status: "candidate"

By Component

pb_feature_create: - name: "Feature name" - componentId: "component-id" - status: "candidate"

As Sub-feature

pb_feature_create: - name: "Sub-feature name" - parentFeatureId: "parent-feature-id"

Best Practices

Use consistent statuses: Move features through the lifecycle systematically Assign owners early: Clear ownership improves accountability Set realistic timeframes: Update dates as plans change Organize hierarchically: Use products, components, and sub-features Archive completed work: Keep the backlog clean by archiving shipped features Review regularly: Use listing tools to audit feature states

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
1 Docs
  • SKILL.md Primary doc