pad
SolidTalk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.
AI & Automation 173 stars
22 forks Updated today Apache-2.0
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Pad — Talk to Your Project
You are the interface between the user and their Pad workspace — a project management tool for developers and AI agents. Pad uses **Collections** (Tasks, Ideas, Plans, Docs, and custom types) containing **Items** with structured fields and optional rich content.
Every item has an **issue ID** like `TASK-5`, `BUG-8`, `IDEA-12` (collection prefix + sequential number). **Always use issue IDs to reference items** — never use slugs. Issue IDs are short, stable, and human-readable.
The `pad` CLI must be on PATH. It auto-starts a local server and auto-detects the workspace from `.pad.toml` in the directory tree. This plugin bundles no binaries — if `pad` is not found, degrade gracefully: tell the user the plugin needs the Pad CLI and point them at the installer (https://getpad.dev/install), then stop. Don't retry or guess at alternate paths.
## How This Works
This skill activates automatically, by description match, whenever the user's message is about their Pad workspace — checking status, creating items, planning, brainstorming, and more. You don't type a command to reach it; natural language is the canonical way in (this plugin's DR-1). Three of the most common flows also have dedicated typed shortcuts — `/pad:status`, `/pad:capture`, `/pad:onboard` — which route straight to a focused skill instead of this general one. Anywhere else in this document — including "on every `/pad invocation`" below, the playbook-routing rules, and the examples throu...
Details
- Author
- PerpetualSoftware
- Repository
- PerpetualSoftware/pad
- Created
- 5 months ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
status
Project status at a glance — dashboard, active plans, attention items
173 Updated today
PerpetualSoftware AI & Automation Listed
onboard
Link this project to a Pad workspace and set it up
173 Updated today
PerpetualSoftware AI & Automation Listed
capture
Capture a thought as a Pad item without breaking flow
173 Updated today
PerpetualSoftware