minimise
01Plugin Claude Code
Skills for minimise (mini), the multi-agent plan runner.
Plugin Claude Code
Skills for minimise (mini), the multi-agent plan runner.
Plugin Claude Code
Six skills for minimise (mini), the multi-agent plan runner. /minimise:brainstorm authors a job or loop plan under control before handing off, /minimise:job runs multi-step work as a background job, /minimise:loop iterates on one artifact, /minimise:review-plan and /minimise:review-implementation are the hook gates.
Command Claude Code
Create a session handoff document for the next session.
Command Claude Code
Improve a document for human readability — cut noise, keep all content.
Command Claude Code
Start a session by reading the latest handoff for context.
Instructions file
Instructions for dosatos/minimise, covering claude code project settings, quick start, scratch & generated files — keep the repo root clean, environment and session handoff.
Skill Claude CodeCodex
Author a mini job or loop plan under control — triage loop-vs-job, run a retrieval-aware interview pre-filled from existing personas and recent runs, then preview the exact YAML behind an approve/edit/reject gate before handing off to the unchanged mini job new / mini loop new. Use when starting a new job or loop from…
Skill Claude CodeCodex
Run multi-step work as a background minimise job — authors a plan YAML, wires the review gates, runs it, and reports what landed.
Skill Claude CodeCodex
Run open-ended iteration on one artifact as a minimise refinement loop — plan → implement → evaluate, repeating until the goal is met or maxiterations is hit.
Skill Claude CodeCodex
Reviews what a minimise job actually IMPLEMENTED against its plan — a NON-BLOCKING advisory reviewer that reads the plan (YAML) from stdin, inspects the job's git diff, and reports findings without ever aborting the job. Use when invoked as /minimise:review-implementation, or when a minimise postplan hook runs claude…
Skill Claude CodeCodex
Reviews a minimise job plan or loop spec as a pragmatic BLOCKING quality gate, reading it (YAML) from stdin and printing a machine-readable REVIEW: PASS / REVIEW: FAIL verdict. Use when invoked as /minimise:review-plan, or when a minimise preplan hook runs claude -p '/minimise:review-plan' to gate a job before…
Skill Claude CodeCodex
Verify and install the prerequisites for minimise — the mini CLI, the claude CLI, and a git repo.