wise-profile

Solid

Set the session's token-budget profile — low, medium, or max — which every profile-sensitive wise skill and workflow reads at start to scale model tiers, optional research scope, reviewer-panel size, and retry caps. Budget only: it NEVER changes correctness rules (commit conventions, dirty-tree refusals, review gates, push refusals). Bare invocation shows a three-option picker; `/wise-profile low` sets directly. Persists per session (default: medium = the plugin's standard behavior). Invoked as `/wise-profile` (bare alias) or `/wise:wise-profile` (canonical). Use when the user says "set profile", "low budget mode", "token budget", "cheaper runs", "max quality mode", or types `/wise-profile`.

AI & Automation 4 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /wise-profile — session token-budget profile Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. ## Why this skill exists wise's autonomous skills and workflows default to their standard depth (opus tiers, full research, full reviewer panels). On API billing that depth costs real money; on a subscription it is usually what you want. This skill is the one knob: set the budget once per session, and every profile-sensitive skill reads it silently. What each level means (each consumer carries its exact mapping table; `medium` = the plugin's standard behavior): | level | meaning | |---|---| | `low` | cheapest run that keeps every gate: sonnet tiers for research / implementation (planning/authoring stay on Opus — **Opus 4.8, never Opus 5**: a MUST rule, see below), minimal optional research, solo leads instead of panels, low retry caps | | `medium` | the standard defaults (set this to undo a `low`/`max`) | | `max` | everything on: opus tiers across phases, full research, review findings adversarially verified before apply | The hard invariant, at every level: profiles change model tier / optional-step scope / team size / caps ONLY — never correctness rules. Commit conventions, dirty-tree refusals, review gates, and push refusals are identical...

Details

Author
e1024kb
Repository
e1024kb/wise-claude
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

wise

wise copilot — natural-language entry point for the whole wise plugin. With no argument, prints the catalog of available `/wise-*` commands plus the reference skills; with free-text (e.g. `/wise open a PR`, `/wise draft a commit message`), classifies the request against the catalog and offers to run the matching command. Use when the user types `/wise` bare (for the help listing) or `/wise <free-form description>` (to find the right command).

4 Updated today
e1024kb
Data & Documents Listed

set-profile

Switch a run's profile tier (small/medium/large/xl). Controls /ultra gate rigor, worker model, validator model, topic target count, and suggested parallelism.

0 Updated 2 weeks ago
SashaMarchuk
AI & Automation Listed

wise-report

Produce a verified status report of the current session - what is done, what is not, the plan, next steps, open questions, leftovers, and postponed tasks - in compact ref-coded form (F facts, A actions, Q questions, R risks, L leftovers, P postponed), with every claim backed by checkable evidence (git SHA, PR number, file path, test output) or explicitly marked unverified. Pass `--full` for expanded detail, `--save` to also write the report to a handoff file that survives compaction and session end. Invoked as `/wise-report` (bare alias) or `/wise:wise-report` (canonical). Use when the user says "session status", "status report", "where are we", "what's done", "what's left", "summarize the session", "session summary", "what's next", "handoff report", or types `/wise-report`.

4 Updated today
e1024kb