# Send Productboard Release to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "productboard-release",
    "name": "Productboard Release",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/robertoamoreno/productboard-release",
    "canonicalUrl": "https://clawhub.ai/robertoamoreno/productboard-release",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/productboard-release",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=productboard-release",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "productboard-release",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T11:26:33.084Z",
      "expiresAt": "2026-05-14T11:26:33.084Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=productboard-release",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=productboard-release",
        "contentDisposition": "attachment; filename=\"productboard-release-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "productboard-release"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/productboard-release"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/productboard-release",
    "downloadUrl": "https://openagent3.xyz/downloads/productboard-release",
    "agentUrl": "https://openagent3.xyz/skills/productboard-release/agent",
    "manifestUrl": "https://openagent3.xyz/skills/productboard-release/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/productboard-release/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: robertoamoreno
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T11:26:33.084Z
- Expires at: 2026-05-14T11:26:33.084Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/productboard-release)
- [Send to Agent page](https://openagent3.xyz/skills/productboard-release/agent)
- [JSON manifest](https://openagent3.xyz/skills/productboard-release/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/productboard-release/agent.md)
- [Download page](https://openagent3.xyz/downloads/productboard-release)