repo-task-board

Organize and triage Markdown task files under docs/tasks/issues.

58|4|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/po4yka/RIPDPI --skill repo-task-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-task-board
Source: https://github.com/po4yka/RIPDPI/tree/main/.claude/skills/repo-task-board
Command: npx skills add https://github.com/po4yka/RIPDPI --skill repo-task-board

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines governance of work items that live as plain-Markdown files under docs/tasks/issues/, enabling consistent triage, planning, and progress tracking.

Core Features & Use Cases

  • Standardized task format: enforce a YAML frontmatter schema for each task (title, type, status, area, priority, owner, parent, blocks, blocked_by, created, updated) and a detailed spec body.
  • Single source of truth: the docs/tasks/issues/ directory as the canonical record for all tasks and epics, with an auto-generated board at docs/tasks/board.md.
  • Lifecycle and governance: supports backlog, todo, doing, review, blocked, done, and drop states with collaboration-friendly workflows.

Quick Start

Create a new Markdown file under docs/tasks/issues/ with an appropriate slug and fill in the frontmatter fields as defined; then regenerate docs/tasks/board.md.

Frequently Asked Questions about repo-task-board

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

FAQPage Schema
How do I manage Markdown tasks and epics in a repository?

You can manage Markdown tasks by storing them as plain-Markdown files under docs/tasks/issues/ with a standardized YAML frontmatter schema. This enables consistent lifecycle tracking, backlog grooming, and auto-generated board generation for repository work.

What file format and frontmatter fields do I need for repository task tracking?

Repository task tracking uses plain-Markdown files with YAML frontmatter. Required fields include title, type, status, area, priority, owner, parent, blocks, blocked_by, created, and updated to ensure consistent parsing and governance.

How do I create a Kanban board from Markdown files in docs/tasks?

Create a Markdown file under docs/tasks/issues/ with an appropriate slug and fill in the defined frontmatter fields. Then, regenerate docs/tasks/board.md to automatically produce an aggregated Kanban-style board view.

What task statuses are supported for Markdown-based backlog grooming?

Markdown-based backlog grooming supports backlog, todo, doing, review, blocked, done, and drop states. These lifecycle statuses enable collaboration-friendly workflows and structured progress triage for repository epics.

Can I use plain-Markdown task boards for agent-ready planning and ROADMAP.md updates?

Yes, plain-Markdown task boards support agent-ready planning and ROADMAP.md updates. The structured spec body and frontmatter schema enable consistent parsing for automated triage, epic tracking, and dependency management.

What are the limitations of using Markdown files for repository task management?

Using Markdown files for repository task management lacks a built-in backend database, relying entirely on file system parsing. Without strict adherence to the frontmatter schema, the auto-generated board.md and dependency tracking will fail to parse correctly.