Agent Plugins Marketplace
All plugins

precode-system-foundations

v1.2.0

Cria uma fundação de produto revisável antes do código: PRD, módulos, permissões, invariantes de dados, isolamento multiusuário e fases.

Codex1 Skill

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 precode-system-foundations for Codex

Installs for the current user
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add precode-system-foundations@codex-skills

Paste 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 “precode-system-foundations-2” remain stable.

  • Codex: precode-system-foundations-2@agent-plugin-marketplaceprecode-system-foundations@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-skills

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

Plugin files

plugins/precode-system-foundations/
├── .codex-plugin/plugin.json
└── skills/precode-system-foundations/SKILL.md

Included Skills1

precode-system-foundationsskills/precode-system-foundations/SKILL.md

Inspeciona evidências de um projeto e mantém uma fundação pré-código corrigível, sem converter inferência em decisão.

Plugin manifests1

plugins/precode-system-foundations/.codex-plugin/plugin.json
{
  "name": "precode-system-foundations",
  "version": "1.2.0",
  "description": "Cria uma fundação de produto revisável antes do código: PRD, módulos, permissões, invariantes de dados, isolamento multiusuário e fases.",
  "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": [
    "prd",
    "product-discovery",
    "architecture",
    "modules",
    "authorization",
    "database",
    "multiuser",
    "planning"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Precode System Foundations",
    "shortDescription": "Estrutura um produto antes da implementação.",
    "longDescription": "Transforma uma ideia de sistema em PRD, módulos, regras de acesso, invariantes de dados, separação multiusuário e plano por fases verificáveis.",
    "developerName": "Carlos Araujo",
    "category": "Development",
    "capabilities": [
      "PRD",
      "Product Modules",
      "Architecture",
      "Authorization",
      "Data Invariants",
      "Implementation Planning"
    ],
    "defaultPrompt": [
      "/precode-system-foundations Planeje um produto SaaS multiusuário antes de codificar.",
      "/precode-system-foundations Crie a fundação do sistema, com módulos, permissões e fases."
    ]
  }
}

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

[precode-system-foundations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/precode-system-foundations-2)