mine.wp

Move work packages between planned, doing, for_review, and done lanes.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-wp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.wp
Source: https://github.com/NodeJSmith/Claudefiles/tree/main/skills/mine.wp
Command: npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-wp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing work packages (WPs) within a project pipeline, allowing for easy movement between stages and clear visibility of project status.

Core Features & Use Cases

  • Move WPs: Effortlessly transition work packages between defined lanes such as planned, doing, for_review, and done.
  • View Status: Get a clear overview of all features' progress with a terminal Kanban board.
  • List WPs: See all work packages associated with the current feature, along with their current lane and title.
  • Use Case: As a project manager, you need to move a feature's development tasks through the pipeline. Use /mine.wp move WP02 doing to advance the task, and /mine.wp status to see the overall progress.

Quick Start

Move work package WP02 to the 'doing' lane for the current feature.

Frequently Asked Questions about mine.wp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track work packages across project pipeline lanes?

You can track work packages by moving them between defined pipeline lanes such as planned, doing, for_review, and done. This provides clear status visibility and shows all work packages associated with a specific feature.

How do I move a task to doing in a Kanban workflow?

To move a task to the doing lane, execute a command specifying the work package identifier and the target lane name. This transitions the work package status within the current feature's project pipeline.

Can I view a Kanban board for a specific feature in the terminal?

Yes, you can display a feature-specific Kanban board in the terminal. It provides a clear overview of all features' progress by showing work packages organized across their respective pipeline lanes.

Does this project management Skill require a specific feature context?

Yes, it requires the context of the current feature or user input to identify the relevant feature. This context is necessary to accurately list and manage work packages within the correct project pipeline.

What are the supported lane statuses for work package tracking?

The supported lane statuses for work package tracking are planned, doing, for_review, and done. Work packages can be effortlessly transitioned between these four defined lanes to reflect their current pipeline state.