qa-planner
v1.0.0Planeja QA para uma branch: analisa requisitos, define estratégia e cria cenários rastreáveis em QA.md, sem executar testes.
By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- 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 qa-planner for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add qa-planner@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 “qa-planner-2” remain stable.
- Codex:
qa-planner-2@agent-plugin-marketplace→qa-planner@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/qa-planner/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "qa-planner",
"version": "1.0.0",
"description": "Planeja QA para uma branch: analisa requisitos, define estratégia e cria cenários rastreáveis em QA.md, sem executar testes.",
"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": [
"qa",
"test-plan",
"test-cases",
"quality-assurance",
"regression",
"handoff"
],
"skills": "./skills/",
"interface": {
"displayName": "QA Planner",
"shortDescription": "Cria QA.md rastreável para outra IA executar.",
"longDescription": "Analisa requisitos e o diff da branch, define a estratégia e cria cenários de teste rastreáveis em QA.md. Encerra antes da execução: resultados pertencem a outro workflow.",
"developerName": "Carlos Araujo",
"category": "Development",
"capabilities": [
"QA Planning",
"Git Analysis",
"Test Design",
"Documentation"
],
"defaultPrompt": [
"/qa-planner branch=feat/oauth base=main",
"/qa-planner branch=feat/idempotency base=main source=docs/specs/idempotency.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.
[qa-planner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/qa-planner-2)