board

Manage task additions, claim assignments, and completions on a shared BOARD.md file.

20|25|Updated May 30, 2026
One-click install
npx skills add https://github.com/OpenCoven/coven-cave --skill board-opencoven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: board
Source: https://github.com/OpenCoven/coven-cave/tree/main/marketplace/plugins/board/skills/board
Command: npx skills add https://github.com/OpenCoven/coven-cave --skill board-opencoven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually updating task status on BOARD.md can be error-prone and time-consuming. This Skill streamlines this process, improving accuracy and efficiency.

Core Features & Use Cases

  • Task Addition: Add new tasks to the BOARD.md with ease, allowing the entire team to view the new task.
  • Task Assignment: Claim or reassign tasks with the claim command, ensuring the task is handled by the appropriate person.
  • Task Completion: Mark tasks as completed using the done command, with the option to track activity through the log.

Quick Start

To add a new task to the BOARD, simply use the command 'board add "task description".'

Frequently Asked Questions about board

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

FAQPage Schema
How do I manage team task tracking on a shared BOARD.md file without manual errors?

You can manage team task tracking on a shared BOARD.md file using a simple command-line interface to add, claim, and complete entries. This approach replaces manual editing to prevent errors and improve task management efficiency.

What's the best way to assign tasks to team members using a CLI for task tracking?

The best way to assign tasks via a CLI is using the 'claim' command. This directly modifies the task assignment on the shared BOARD.md file, ensuring the task tracking system accurately reflects who is handling each item.

How do I add new tasks to a shared markdown board for team collaboration?

To add new tasks for team collaboration, use the 'board add' command followed by the task description. This automatically updates the shared BOARD.md file so the entire team can immediately view the new task.

Can I track task completion history through the BOARD.md CLI?

Yes, you can track task completion history when marking items as done. The CLI allows you to mark tasks as completed using the 'done' command, with an option to log the activity for tracking purposes.

Does the BOARD.md task management CLI require any external dependencies?

No external dependencies are required to run the BOARD.md task management CLI. It operates independently using built-in shell commands and scripting to reliably modify task entries on the markdown file.