From pith
Generates one-shot plans for features, tasks, sprints, and implementations using Goal/Steps/Risks/Done-when format. Non-persistent.
npx claudepluginhub abhisekjha/pith --plugin pithThis skill uses the workspace's default tool permissions.
Plan format. Numbered steps. No narrative.
Generates detailed phased implementation plans with sprints and atomic tasks for bugs, features, or tasks. Activates when user says 'plan harder'. Saves as Markdown plan file.
Creates structured task plans with small verifiable steps, dependencies, and project-specific details. Use for implementing features, refactoring, or multi-step work.
Share bugs, ideas, or general feedback.
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.