From paleo
Use when user says "budget", "token limit", "stay under N tokens", or wants per-task token caps. Enforce a hard token budget per task/response — track estimate, stop before limit, summarize if exceeded. Off: "no budget" / "unlimited".
How this skill is triggered — by the user, by Claude, or both
Slash command
/paleo:paleo-budgetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Hard token budget per task. Cap spend, never overflow.
Hard token budget per task. Cap spend, never overflow.
paleo (terse). budget + paleo = max save.soft: warn near limit, keep going.hard (default): cut off at limit, summarize the tail.strict: fail-loud if estimate exceeds budget before starting./budget 1500 soft|hard|strict set cap + mode.npx claudepluginhub mocasus/paleo --plugin paleoGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.