From pith
Generates one-shot plans for feature planning, task breakdown, sprint planning, and implementations using Goal/Steps/Risks/Done-when format with imperative steps, real risks, and testable criteria.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pith:pith-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan format. Numbered steps. No narrative.
Plan format. Numbered steps. No narrative.
Goal: [what done looks like — one sentence]
Steps:
Risks: [what could block or break this] Done when: [exact, testable acceptance criteria]
Goal: add email verification to user registration
Steps:
email_verified boolean column to users table — db/migrations/EmailService.sendVerification(email, token) — src/services/email.tssrc/routes/auth.ts:register()GET /api/auth/verify?token= endpoint — src/routes/auth.tssrc/middleware/auth.tstests/auth.test.tsRisks:
Done when: POST /register triggers email + GET /verify?token=valid sets verified=true + unverified login returns 403
One-shot. Does not persist.
npx claudepluginhub abhisekjha/pith --plugin pithWrites detailed implementation plans from specs for multi-step tasks before coding, with file structure maps, TDD bite-sized steps, and markdown tracking format.
Generates numbered task lists from specs before coding, detailing file paths, exact changes, tests, and success evidence for each task. Use for multi-file, multi-day, or team projects.