levantamento-requisitos
v1.0.0Levanta requisitos verificáveis e entrega um handoff pronto para implementar sem suposições ocultas.
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 levantamento-requisitos for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add levantamento-requisitos@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 “levantamento-requisitos-2” remain stable.
- Codex:
levantamento-requisitos-2@agent-plugin-marketplace→levantamento-requisitos@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/levantamento-requisitos/.
Plugin files
├── .codex-plugin/plugin.json└── skills/levantamento-requisitos/SKILL.md
Included Skills1
Levanta requisitos verificáveis e entrega um handoff pronto para implementar sem suposições ocultas.
Plugin manifests1
{
"name": "levantamento-requisitos",
"version": "1.0.0",
"description": "Levanta requisitos verificáveis e entrega um handoff pronto para implementar sem suposições ocultas.",
"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": [
"requirements",
"discovery",
"acceptance-criteria",
"handoff",
"project-planning"
],
"skills": "./skills/",
"interface": {
"displayName": "Levantamento de Requisitos",
"shortDescription": "Entrega requisitos rastreáveis antes de implementar.",
"longDescription": "Levanta evidências, lacunas, decisões, critérios de aceite e riscos para entregar um handoff implementável sem suposições ocultas.",
"developerName": "Carlos Araujo",
"category": "Development",
"capabilities": [
"Requirements Discovery",
"Acceptance Criteria",
"Risk Analysis",
"Implementation Handoff"
],
"defaultPrompt": [
"/levantamento-requisitos Criar integração de pedidos entre ERP e e-commerce",
"/levantamento-requisitos Nova área administrativa source=docs/product.md"
]
}
}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.
[levantamento-requisitos on Agent Plugins Marketplace](https://pluginsmp.com/plugins/levantamento-requisitos-2)