Releases: nxxxsooo/loop
Release list
loop v3.0.2
loop v3.0.2 simplifies the public install surface without changing Skill behavior.
Install
Guided install (recommended). Installs the complete bundle while preserving Agent, scope, and installation-method choices:
npx skills@latest add nxxxsooo/loop --skill '*'Quick global install. Skips prompts and installs the complete bundle globally according to CLI Agent detection:
npx skills@latest add nxxxsooo/loop -g -yUpdate an existing global installation
npx skills@latest update loop deep-grill deep-design deep-build -g -yVerification
- Bundle contracts, licenses, Raycast snippets, and pinned sources validated.
- README excerpts match the released loop Skill.
- Guided command installed all four Skills in an isolated project.
Full Changelog: v3.0.1...v3.0.2
loop v3.0.1
? now explains without breaking the active loop.
- freezes only the pending action while preserving the child, artifact, frontier, and authority
- uses OMO countdown/autoresume when available
- otherwise uses a localized native question, with a concise localized fallback
- resumes the pending next action without another skill invocation
- removes legacy routing explanations from the normal workflow
Update installed copies:
npx skills@latest update loop deep-grill deep-design deep-build -g -yloop v3.0.0
loop is now the persistent entry point for a complete product workflow.
deep-grillcombines idea discovery and adversarial audit. Discovery produces a confirmed Product Brief.deep-designturns the Product Brief into a confirmed Build Contract and uses OpenSpec internally when warranted.deep-buildimplements the contract in verified slices and delivers only within authority.- Artifact readiness advances the workflow without asking users to nominate the next skill.
- A message containing only
?pauses and re-explains the current state without progressing. - Standalone
grillingandwhatare retired, and Wayfinder is outside the default workflow.
Migrate from v2
npx skills@latest remove grill-loop grilling what -g -y
npx skills@latest add nxxxsooo/loop --skill loop deep-grill deep-design deep-build -g -yThe repository was renamed from nxxxsooo/grill-loop to nxxxsooo/loop; GitHub redirects existing repository links.
grill-loop v2.0.1
Fixed
- Clarify that the released GitHub source exposes exactly four public skills.
- Explain why the install command still names those skills explicitly: a maintainer local checkout may also expose ignored project-local helpers to local discovery.
grill-loop v2.0.0
What changed
- Update bundled
grillingto Matt Pocock Skills v1.2.2 with dependency-aware frontier rounds. - Update bundled
deep-grillto v2.0.0 for autonomous audits of plans, ideas, and implied approaches. - Add the explicit
whatrecovery skill for compact re-explanations with optionalCONTEXT.mdterminology. - Add native question-based route handoffs: recommended route first, relevant alternative, stop, and free-form clarification.
- Keep Wayfinder explicit and issue-tracker-backed; keep specification, design, and implementation as optional routes.
- Preserve implementation-time rerouting signals for vocabulary, module design, feedback loops, and shallow modules.
- Pin bundled sources and add a fourth exact Raycast snippet.
Breaking changes
grillingnow asks the current decision frontier in rounds instead of one question at a time.deep-grillreturns an autonomous verdict instead of maintaining a repeated user decision-batch loop.- Install commands now name the four public skills explicitly. A maintainer local checkout may also expose ignored project-local helpers to wildcard discovery.
grill-loop v1.4.0
Wayfinder routing
- Route large, cross-session decision fog to the optional
wayfindercapability. - Keep coherent durable changes in OpenSpec, with a clear handoff after Wayfinder resolves the route.
- Execute clear one-session work directly when no durable change record is needed.
- Refresh the bilingual documentation and full-prompt Raycast snippet.
grill-loop v1.3.1
Bundled-skill migration guidance
v1.3.1 documents the one-time source rebind required by installations created with v1.2.0 or an earlier single-skill layout. Those locks point to the former repository-root SKILL.md, so the normal updater cannot discover the new bundled path by itself.
No skill behavior or Raycast prompt changed from v1.3.0.
Upgrade from v1.2.0 or earlier
Rebind all three bundled skills once:
npx skills@latest add nxxxsooo/grill-loop --skill '*' -g -yUse -p instead of -g for a project-scoped installation.
After migration, normal updates work:
npx skills@latest update grill-loop grilling deep-grill -g -yVerification
- Reproduced the stale root-path lock behavior from the maintainer's
v1.2.0installation. - Rebound all three skills to
nxxxsooo/grill-loopand their nestedskills/*/SKILL.mdpaths. - Verified the documented update command reports all three global skills current.
- Re-ran README synchronization and bundle validation.
grill-loop v1.3.0
Portable OpenSpec and Raycast support
- Bundle
grill-loop,grilling, anddeep-grillin one repository install. - Initialize missing OpenSpec project or client integration only through the official
openspec initCLI flow. - Add optional, shareable Raycast snippets with full canonical prompts and keywords
;gr,;dg, and;lp. - Reject missing, unrelated, or stale Raycast prompt data during bundle validation.
- Keep Raycast import opt-in and preserve OpenSpec's own lifecycle and generated state.
Install
npx skills@latest add nxxxsooo/grill-loop --skill '*' -g -yUpdate
Existing v1.2.0 or earlier installations use the former repository-root SKILL.md lock path. Rebind once when migrating to the bundled layout:
npx skills@latest add nxxxsooo/grill-loop --skill '*' -g -yAfter migration, use:
npx skills@latest update grill-loop grilling deep-grill -g -yUse -p instead of -g for project-scoped installations. Installed copies do not update automatically.
Optional Raycast import
Download skills/grill-loop/assets/raycast-snippets.json, then run Raycast's Import Snippets command. Installing the skills never modifies Raycast automatically.
Compatibility and verification
- Backward-compatible release; no migration is required.
- OpenSpec remains optional and requires its CLI when selected.
- Verified README synchronization, all three skill packages, exact Raycast prompt parity, isolated OpenSpec initialization and client addition, negative drift/leakage checks, and a fresh GitHub-backed consumer install.
grill-loop v1.2.0
Native goal continuation
- Propose a compact, adaptable goal card when sustained work benefits from persistence.
- Require user approval before registering it with the active client's native goal mechanism.
- Keep routing until the approved goal is met, pausing only for new input or authority.
- Maintain no duplicate goal or workflow state.
Update an installed copy with:
npx skills@latest update grill-loop -g -yv1.1.0
What changed
- Treat a routed capability's suggested next command as evidence rather than the Loop's automatic next move.
- When an apply-ready change still has unresolved user-facing design, route through Open Design or another prototyping capability before implementation.
- Review the prototype with
design-taste-frontendwhere its scope fits, or another design specialist, then feed accepted decisions back into OpenSpec design and tasks. - Skip the design route for backend-only work, resolved designs, and changes without a material design surface.
Install
npx skills@latest add nxxxsooo/grill-loopUpdate
npx skills@latest update grill-loop -g -yUse -p instead of -g for a project-scoped installation. Installed copies do not update automatically.
Compatibility
This is a backward-compatible routing improvement. grill-loop remains explicitly invoked, adds no mandatory lifecycle, and owns no gates, hooks, background processes, or duplicate workflow state.
Verification
- Anthropic Skill validator passed.
- README excerpts match
SKILL.mdexactly. - Shared local Skill audit passed with 110 Skills, zero errors, and zero warnings.
- Regression comparison routes an unresolved public UI through Open Design and taste before apply, while resolved UI and backend-only cases retain a direct implementation path.