prompt-architect
v0.1.0Prompt Architect turns rough intent into copy-ready prompts with risk, evidence, authority, output, verification, and execution-topology controls.
By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 6, 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 prompt-architect for Codex
codex plugin marketplace add nerymurillohnd/codex-essentials
codex plugin marketplace upgrade codex-essentials
codex plugin add prompt-architect@codex-essentialsPaste and run these commands in a terminal with Codex. They add and refresh the codex-essentials catalog, then install this plugin.
Compatibility: the page URL and API slug “prompt-architect” remain stable.
- Codex:
prompt-architect@agent-plugin-marketplace→prompt-architect@codex-essentials
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/nerymurillohnd/codex-essentialsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/prompt-architect/.
Plugin files
├── .codex-plugin/plugin.json└── skills/prompt-architect/SKILL.md
Included Skills1
Use when a user wants to write, improve, audit, structure, or generate a prompt, especially for agentic, coding, research, repository, production-adjacent, multi-step, high-risk, or underspecified work.
Plugin manifests1
{
"name": "prompt-architect",
"version": "0.1.0",
"description": "Prompt Architect turns rough intent into copy-ready prompts with risk, evidence, authority, output, verification, and execution-topology controls.",
"author": {
"name": "Nery Samuel Murillo",
"email": "[email protected]",
"url": "https://github.com/nerymurillohnd"
},
"homepage": "https://forestal-mt.com",
"repository": "https://github.com/nerymurillohnd/codex-essentials",
"license": "MIT",
"keywords": [
"prompting",
"prompt-engineering",
"agents",
"codex",
"templates",
"verification",
"official-docs",
"actionability",
"workflow"
],
"interface": {
"displayName": "Prompt Architect",
"shortDescription": "Build risk-calibrated prompts from rough intent.",
"longDescription": "A self-contained prompt-authoring workflow that turns incomplete intent into copy-ready prompts. It calibrates risk and density, resolves only material ambiguity, verifies changing facts against primary sources when needed, selects an execution topology when justified, recommends run settings outside the prompt, and checks requirement coverage before delivery.",
"developerName": "Nery Samuel Murillo",
"category": "Productivity",
"capabilities": [
"Prompt intake and gap detection",
"Official actionability and freshness checks for changing technical claims",
"Output density and verbosity calibration",
"Model and reasoning recommendations delivered outside the prompt",
"Single-agent, parallel-tool, and subagent topology selection",
"Bounded subagent contracts, integration, and lifecycle cleanup",
"Risk-calibrated prompt depth selection",
"Execution-contract prompt drafting",
"Domain add-ons for coding, Git, research, writing, strategy, compliance, and infrastructure",
"Definition of Done and final delivery gate enforcement",
"Prompt self-audit with assumptions and verification",
"Optional goal-tracking add-on for long-running Codex tasks",
"Deterministic reference and example routing"
],
"websiteURL": "https://forestal-mt.com",
"privacyPolicyURL": "https://forestal-mt.com/privacy/",
"termsOfServiceURL": "https://forestal-mt.com/terms/",
"defaultPrompt": [
"Use Prompt Architect to turn this rough task into a copy-ready prompt.",
"Audit this prompt for ambiguity, authority, actionability, density, and verification gaps.",
"Draft a Codex prompt and decide whether single-agent or multi-agent execution fits the task."
],
"brandColor": "#0F766E"
},
"skills": "./skills/"
}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.
[prompt-architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prompt-architect)