project-manager

Manage project tasks on a markdown-based Kanban board.

6|1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/bitscrafts/EFR32MG2X-RS --skill project-manager-bitscrafts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-manager
Source: https://github.com/bitscrafts/EFR32MG2X-RS/tree/main/.claude/skills/project-manager
Command: npx skills add https://github.com/bitscrafts/EFR32MG2X-RS --skill project-manager-bitscrafts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the challenge of tracking and coordinating hardware HAL development work by maintaining a markdown-based Kanban board across docs/BACKLOG.md and docs/LOG.md, ensuring visibility and smooth task flow.

Core Features & Use Cases

  • Task creation and backlog management: add tasks with priority and phase metadata to Ready (Prioritized) in BACKLOG.md.
  • Task lifecycle movement: move tasks between Ready, In Progress, Blocked, and Done with @started/@done metadata.
  • Milestone logging: append milestones to LOG.md to track progress and impact.
  • Status visibility: generate overview of current sprint, progress, blockers, and metrics.

Quick Start

Create and manage tasks in docs/BACKLOG.md using the project-manager skill to move items through Ready, In Progress, Blocked, Done, and to log milestones.

Frequently Asked Questions about project-manager

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

FAQPage Schema
How do I manage a markdown Kanban board for project tasks?

A markdown Kanban board tracks project tasks by moving them across Ready, In Progress, Blocked, and Done columns. It enforces metadata tags such as @priority, @phase, @started, and @done to maintain structured task flow within BACKLOG.md.

How do I track project milestones in markdown?

To track project milestones in markdown, append completion records to a dedicated LOG.md file. This logs ongoing development progress and impact, ensuring historical visibility for your project milestones.

Can I automate backlog task movement with priority and phase metadata?

You can automate backlog task movement by applying @priority and @phase metadata tags to items. The skill uses markdown-edit scripts to safely manipulate files, ensuring tasks move correctly between Ready, In Progress, Blocked, and Done.

Does this Kanban project management approach work without external dependencies?

This markdown Kanban project management approach works without external dependencies. It relies entirely on docs/BACKLOG.md and docs/LOG.md files, using internal scripts to ensure safe file manipulation and automated task tracking.

What is the best way to visualize blockers and sprint progress in markdown?

The best way to visualize blockers and sprint progress in markdown is by generating a status overview. This outputs a snapshot of current sprint metrics, active tasks, and blockers directly from your BACKLOG.md file.

Why use markdown-based project management for HAL development workflows?

Markdown-based project management tracks HAL development workflows by maintaining a lightweight Kanban board across docs files. It solves the challenge of coordinating hardware work by ensuring task visibility and smooth flow without leaving your documentation environment.