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

AI & Automation Listed

brand-launchpad

Personal or project brand launch playbook distilled from 4 source videos (Caleb Ralston brand course, Oren John creative living-portfolio, Harry Dry copywriting, 100k content 2026). Takes a project or person and outputs: brand DNA, positioning, content cadence, 3 native formats, 30-day plan, and a copy-tested hero line. Use when the user says "build a brand for X", "personal brand", "make X a brand", "brand strategy", "content strategy", "launch plan for X", "what should I post about X", or names a specific project and asks for promotion / awareness / followers / clients.

2 Updated today
shauryalowkeygotaura
AI & Automation Solid

packmind-onboard

Complete automated onboarding: analyzes codebase, creates package, and generates standards & commands via CLI. Automatic package creation when none exist, user selection when packages are available.

303 Updated today
PackmindHub
Code & Development Listed

power-coding

Mindful-coding OS for any LLM coding agent — faster, quality, scalable output. One invoke configures seven layers (0–6): (0) BRIEF — optional one-page PRD.md (skipped if design.MD/README already covers it, or on request), plus git init, gitignore, and a day-one security baseline; (1) HARNESSING — Handoff.MD (user-picked sections, one magic phrase chains sessions, updated on concrete events — before every commit / end of every phase — with a line/item compaction cap and a last-synced sha for concurrent-session reconcile) + auto Learning.MD for bugs and flow changes; (2) LOOP ENGINEERING — Loop.MD with evals drafted from the project's brief, and a status machine that offers to "turn on the loop" once the first draft works; (3) VIBE DEBUGGING — Mermaid flow diagrams to a strict convention, optionally a temp local-only in-app debug tab; (4) FMEA — product-aware failure-mode scans (Severity×Occurrence×Detection→RPN, P0/P1/P2) cross-referencing diffs against the PRD and architecture, on feature-complete, pre-commit

5 Updated 2 days ago
APareek89