Agent Plugins Marketplace
All plugins

constructing-software-stepwise

v3.0.0

Stepwise design and reconstruction of existing code, with whole-file source versions, incremental sync, and an interactive design reader.

CodexClaude Code1 Skill

By HollandDM0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
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 constructing-software-stepwise for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add constructing-software-stepwise@agent-plugin-marketplace

Paste 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/HollandDM/my-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is constructing-software-stepwise/.

Plugin files

constructing-software-stepwise/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/constructing-software-stepwise/SKILL.md

Included Skills1

constructing-software-stepwiseskills/constructing-software-stepwise/SKILL.md

Stepwise software design, reconstruction of existing code, fresh reconstruction, incremental sync, and interactive design review.

Plugin manifests2

constructing-software-stepwise/.codex-plugin/plugin.json
{
  "name": "constructing-software-stepwise",
  "version": "3.0.0",
  "description": "Stepwise design and reconstruction of existing code, with whole-file source versions, incremental sync, and an interactive design reader.",
  "author": {
    "name": "HollandDM"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Stepwise Software Design",
    "shortDescription": "Design software and track existing implementation changes.",
    "longDescription": "Stepwise design and reconstruction of existing code, with whole-file source versions, incremental sync, and an interactive design reader.",
    "developerName": "HollandDM",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Design this system with Stepwise.",
      "Adopt this implementation and track changes.",
      "Reconcile this design against current code."
    ],
    "brandColor": "#007C78"
  },
  "repository": "https://github.com/HollandDM/my-skills",
  "homepage": "https://github.com/HollandDM/my-skills#constructing-software-stepwise"
}
constructing-software-stepwise/.claude-plugin/plugin.json
{
  "name": "constructing-software-stepwise",
  "description": "Stepwise design and reconstruction of existing code, with whole-file source versions, incremental sync, and an interactive design reader.",
  "version": "3.0.0",
  "author": {
    "name": "HollandDM"
  }
}

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

[constructing-software-stepwise on Agent Plugins Marketplace](https://pluginsmp.com/plugins/constructing-software-stepwise)