From minime
Replicate a planned task in a tight test-driven loop. Generate -> run -> observe REAL output -> fix. Re-injects blueprint constraints after context compaction or when switching focus. No human review gate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minime:replicateWhen to use
After /minime:blueprint has handed off, or whenever the user wants the implementation loop with grounded test execution.
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger: `/minime:blueprint` has handed off, or the user invoked you directly with an existing plan. **No human review gate.** Quality here comes from a tight execution-grounded loop, not from human checkpoints.
Trigger: /minime:blueprint has handed off, or the user invoked you directly with an existing plan. No human review gate. Quality here comes from a tight execution-grounded loop, not from human checkpoints.
Locate the persisted blueprint at VIRTUCON_HQ/<org>/_<repo>/blueprints/<date>-<name>.blueprint.md (VIRTUCON_HQ is in the session nudge). Read the file at the start of this phase to confirm it exists. If it does not exist, the blueprint phase failed to persist it; create it now before proceeding.
As you complete each criterion:
[x] on the criterion when its test goes green. Do this immediately. Do not batch check-offs for later.[x] must have its proof inline — a checkmark without evidence is not a checkmark.Follow context-engineering guidance in assets/ORCHESTRATION.md § Context engineering.
Evidence is real output from real execution: test results, command output, HTTP responses, screenshots, logs. See assets/ORCHESTRATION.md § Evidence value chain for the weight tiers.
Before running tests for a criterion, classify the touched surface and choose the narrowest proof:
Adapted from openclaw's "prove touched surface" principle: narrow tests first, broaden only when the contract demands it.
When entering a directory for the first time in a task, check the repo wiki for entries whose Scope field matches that directory. These entries carry directory-specific guidance (the equivalent of in-repo AGENTS.md files). Apply any matching active entries as constraints for work in that directory. If no scoped entries exist, proceed normally.
Repeat per acceptance criterion:
any executables require execution evidence. Shell scripts, CLI tools, Dockerfiles, Makefiles, and any other new executable artifact must be run with real inputs before marking the criterion done. Applies to any runnable file. "I wrote a script" is not evidence. "I ran the script and here is the output" is.
Re-read the "Constraints / non-negotiables" and "Out of scope" sections of the blueprint:
Before handing off to review, re-read the persisted blueprint and verify:
[x] in the file. If any are missing, edit the file now.Status: field reflects the current state (e.g., implementing -> implemented).## Evidence collected section to the blueprint referencing: all test commands run (with raw shortened output — not summaries), files changed, and assumptions made. This collects evidence in one place ON TOP of the inline proof under each criterion. This ensures inspect can evaluate from disk without needing chat context from this phase.
Do not skip this step. The review phase relies on the blueprint being accurate.Explicit next step: now invoke skill("inspect") to get an evidence-based review.
npx claudepluginhub abossard/virtucon --plugin minimeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.