grillme-gestor
v1.0.0Versao nao-tecnica da grillme-langgraph: entrevista de negocio e entrega o mesmo artefato tecnico LangGraph em markdown.
By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 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 grillme-gestor for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add grillme-gestor@codex-skillsPaste and run these commands in a terminal with Codex. They add and refresh the codex-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “grillme-gestor-2” remain stable.
- Codex:
grillme-gestor-2@agent-plugin-marketplace→grillme-gestor@codex-skills
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/codex-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/grillme-gestor/.
Plugin files
├── .codex-plugin/plugin.json└── skills/grillme-gestor/SKILL.md
Included Skills1
Versão não-técnica da grillme-langgraph. Entrevista um gestor ou profissional não-técnico sobre um processo usando APENAS perguntas de negócio (sem jargão), e produz EXATAMENTE a mesma saída técnica que a grillme-langgraph — diagrama do grafo LangGraph, schema do State (CRUE), tabela de nodes determinístico vs não-determinístico, e explicação de cada node — entregue como um arquivo markdown. Use quando o usuário for um gestor/cliente que precisa descrever um processo para virar uma automação, quando pedir uma "versão para o gestor", "versão não-técnica", "briefing para enviar", ou mencionar "grillme gestor". O usuário descreve o processo em linguagem de negócio; VOCÊ faz toda a tradução para o design técnico.
Plugin manifests1
{
"name": "grillme-gestor",
"version": "1.0.0",
"description": "Versao nao-tecnica da grillme-langgraph: entrevista de negocio e entrega o mesmo artefato tecnico LangGraph em markdown.",
"author": {
"name": "Carlos Araujo",
"email": "[email protected]",
"url": "https://github.com/cadugevaerd"
},
"homepage": "https://github.com/cadugevaerd/codex-skills",
"repository": "https://github.com/cadugevaerd/codex-skills",
"license": "MIT",
"keywords": [
"langgraph",
"gestor",
"nao-tecnico",
"design",
"interview"
],
"skills": "./skills/",
"interface": {
"displayName": "Grillme Gestor",
"shortDescription": "Entrevista de negocio para fluxo LangGraph.",
"longDescription": "Conduz uma entrevista sem jargao tecnico e transforma o processo em diagrama, State CRUE, tabela de nodes e explicacao tecnica em arquivo markdown.",
"developerName": "Carlos Araujo",
"category": "Development",
"capabilities": [
"Interactive",
"Write",
"Design"
],
"defaultPrompt": [
"/grillme-gestor desenhar processo de atendimento",
"/grillme-gestor transformar este fluxo em LangGraph"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[grillme-gestor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/grillme-gestor-2)