dz
v1.0.0A plain-language, resumable workflow for turning product ideas or unfinished projects into tested applications and agents.
By IrixiLicense: PolyForm-Perimeter-1.0.112 GitHub starsUpdated 48 minutes ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 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 dz for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dz@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/Irixil/irixi-project-forgeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/dz/SKILL.md
Included Skills1
Guide nontechnical users from a rough idea or mid-task project through accepted decisions, staged implementation, evidence, risk choices, release, and resumable handoff. Not for unrelated isolated fixes or conceptual Q&A.
Plugin manifests1
{
"name": "dz",
"version": "1.0.0",
"description": "A plain-language, resumable workflow for turning product ideas or unfinished projects into tested applications and agents.",
"author": {
"name": "Irixi",
"url": "https://github.com/Irixil"
},
"homepage": "https://github.com/Irixil/irixi-project-forge#readme",
"repository": "https://github.com/Irixil/irixi-project-forge",
"license": "PolyForm-Perimeter-1.0.1",
"keywords": [
"product",
"workflow",
"sdlc",
"agent",
"beginner"
],
"skills": "./skills/",
"interface": {
"displayName": "DZ — Irixi Project Forge",
"shortDescription": "Build products step by step in plain language",
"longDescription": "DZ guides a nontechnical user from an idea or unfinished project through product decisions, staged implementation, evidence, risk decisions, release, and resumable handoff.",
"developerName": "Irixi",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Use DZ to turn my idea into the next small, testable product step.",
"Use DZ to resume this unfinished project without starting over."
],
"brandColor": "#5B4BDB"
}
}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.
[dz on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dz)