Agent Plugins Marketplace
All plugins

grill-with-docs

v5.4.0

Entrega hotfixes por uma faixa rápida e verificável; reconciliação incremental com receipts fail-closed.

CodexClaude Code3 Skills

By Carlos AraujoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install grill-with-docs for Codex and Claude Code

Installs for the current user
codex plugin marketplace add cadugevaerd/grill-with-docs
codex plugin marketplace upgrade grill-with-docs
codex plugin add grill-with-docs@grill-with-docs

Paste and run these commands in a terminal with Codex. They add and refresh the grill-with-docs catalog, then install this plugin.

Compatibility: the page URL and API slug “grill-with-docs-2” remain stable.

  • Codex: grill-with-docs-2@agent-plugin-marketplacegrill-with-docs@grill-with-docs

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cadugevaerd/grill-with-docs

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/grill-implement-parallel/SKILL.md
├── skills/grill-partition/SKILL.md
└── skills/grill-with-docs/SKILL.md

Included Skills3

grill-implement-parallelskills/grill-implement-parallel/SKILL.md

Orquestra os workers não-frontier da etapa implement-parallel sobre o Execution DAG, com worktree isolado por worker e receipt submetido apenas pelo leader.

grill-partitionskills/grill-partition/SKILL.md

Particiona tasks.md em subfases file-disjuntas e emite o Execution DAG versionado da etapa partition, de forma determinística e sem julgamento de modelo.

grill-with-docsskills/grill-with-docs/SKILL.md

Entrevista decisões arquiteturais por work item isolado, mantém feature plan-only e oferece hotfix-fast executável com HOTFIX-GO fail-closed.

Plugin manifests2

plugin/.codex-plugin/plugin.json
{
  "name": "grill-with-docs",
  "version": "5.4.0",
  "description": "Entrega hotfixes por uma faixa rápida e verificável; reconciliação incremental com receipts fail-closed.",
  "author": {
    "name": "Carlos Araujo",
    "email": "[email protected]",
    "url": "https://github.com/cadugevaerd"
  },
  "homepage": "https://github.com/cadugevaerd/grill-with-docs",
  "repository": "https://github.com/cadugevaerd/grill-with-docs",
  "license": "MIT",
  "keywords": [
    "architecture",
    "adr",
    "decision-log",
    "worktree",
    "constitution",
    "roadmap",
    "audit",
    "reconciliation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Grill with Docs",
    "shortDescription": "Um grill isolado por work item, com reconciliação global.",
    "longDescription": "Mantém artefatos por feature/fix/hotfix em .grill/work-items, valida a Constituição sem modificá-la e agrega somente trabalhos concluídos em uma projeção global determinística.",
    "developerName": "Carlos Araujo",
    "category": "Development",
    "capabilities": [
      "Isolated Work Items",
      "Constitution Bootstrap",
      "Lifecycle Checkpoints",
      "Deterministic Status",
      "Architecture Interview",
      "Constitution Gate",
      "Decision Audit",
      "Worktree Reconciliation",
      "Legacy Migration",
      "Delivery First Hotfix"
    ],
    "defaultPrompt": [
      "/grill-with-docs iniciar type=feature slug=minha-feature",
      "/grill-with-docs iniciar type=fix slug=correcao",
      "/grill-with-docs hotfix slug=incidente",
      "/grill-with-docs hotfix-go work-id=<id>",
      "/grill-with-docs retomar work-id=<id>",
      "/grill-with-docs auditar work-id=<id>",
      "/grill-with-docs conciliar"
    ]
  }
}
plugin/.claude-plugin/plugin.json
{
  "name": "grill-with-docs",
  "version": "5.4.0",
  "description": "Entrega hotfixes por uma faixa rápida e verificável; reconciliação incremental com receipts fail-closed.",
  "author": {
    "name": "Carlos Araujo"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[grill-with-docs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/grill-with-docs-2)