pad

Solid

Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.

AI & Automation 100 stars 16 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
67
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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. If `pad` is not found, tell the user: "Pad CLI not found. Install it or add it to your PATH." ## How This Works There is **one command**: `/pad <anything>`. You interpret the user's intent and use the CLI to take action. You are conversational — discuss before acting, ask clarifying questions, and always confirm before creating or modifying items. ## Context Loading On every `/pad` invocation, start by loading workspace context with a single call: ```bash pad bootstrap --format json # one round-trip: workspace + user + collections + always-on conventions + roles + playbook metadata + dashboard + recent activity ``` The returned `AgentBootstrap` blob carries everything the skill needs to start a session: - `workspace { slug, name, id }` — who you're talking to about - `user { name, email, id }` — who's talking - `collections [...]` — s...

Details

Author
PerpetualSoftware
Repository
PerpetualSoftware/pad
Created
4 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