What problem does it solve? Keeping a public project-management board consistent is tedious: statuses drift across files, completed work lingers in the open tree, and numbering collides. This Skill enforces the .pm board conventions so every workstream, milestone, task, and inbox note stays synchronized and correctly filed. ## Core Features & Use Cases - Board lifecycle management: Create workstreams, capture inbox notes, promote notes into milestones, add tasks, and mark work done with automatic moves into done/ directories. - Blocked and dropped work handling: Park blocked items under blocked/ with an explicit unblock condition, and drop unwanted work with a public tombstone record. - Status and validation reporting: Run a status pass that lists next actionable tasks per milestone and flags convention violations such as missing pillar linkage or vague definitions of done. - Use Case: A maintainer asks to promote an inbox idea into a milestone; the Skill applies the sizing rule, creates the milestone with standing closing tasks, links it to an adoption pillar, and updates the workstream README. ## Quick Start Ask the agent to run /pm status to show the current board state and the next actionable task in each milestone.