By allen2c
PLANK — Plaintext Local Agile Notes & Kanban. File-system-native project management for Git repositories, with optional PLANK BLACK strict mode.
Enforce PLANK BLACK project management in AI-assisted workflows. Use when starting or ending a work session, creating or closing tickets, running GC, or managing any project that follows the PLANK BLACK standard. This skill handles STATUS.md sync, Action Log, Stopped-at tracking, and session protocol.
Manage project issues using the PLANK standard (Plaintext Local Agile Notes & Kanban). Use when creating issues, updating ticket status, managing epics, or setting up a new PLANK-compliant project in a Git repository.
Plaintext Local Agile Notes & Kanban
A file-system-native project management standard for Git repositories. Any repo that follows this spec can be read, written, and automated by humans, CLI tools, and AI agents — without external services.
→ PLANK.md — the minimal shared contract → PLANK_BLACK.md — the opinionated strict superset
Add .plank/issues/ to your repo root and create your first issue:
mkdir -p .plank/issues
---
id: PROJ-001
title: Your first task
status: todo
priority: medium
created: 2026-02-26
updated: 2026-02-26
---
# Your first task
## Description
...
/plugin marketplace add allen2c/PLANK
/plugin install plank@plank-marketplace
This gives you two skills:
| Skill | Command | Description |
|---|---|---|
| PLANK | /plank:plank | Manage issues using the minimal PLANK standard |
| PLANK BLACK | /plank:plank-black | Enforce the strict PLANK BLACK workflow |
Fetch the spec before operating on any PLANK-compliant repo:
GET https://raw.githubusercontent.com/allen2c/PLANK/main/PLANK.md
If the project follows PLANK BLACK, also fetch:
GET https://raw.githubusercontent.com/allen2c/PLANK/main/PLANK_BLACK.md
CC0 — copy, fork, adapt freely.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub allen2c/plank --plugin plankAdds Routic skills for API server and client design.
Markdown-based Kanban board managed by Claude Code. Cards live as .md files — no database, no server.
Cotask — task management with TASKS.md kanban dashboard
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns