constructing-software-stepwise
v3.0.0Stepwise design and reconstruction of existing code, with whole-file source versions, incremental sync, and an interactive design reader.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add constructing-software-stepwise@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/HollandDM/my-skillsClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/constructing-software-stepwise/SKILL.md
Included Skills1
Stepwise software design, reconstruction of existing code, fresh reconstruction, incremental sync, and interactive design review.
Plugin manifests2
{
"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"
}{
"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"
}
}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.
[constructing-software-stepwise on Agent Plugins Marketplace](https://pluginsmp.com/plugins/constructing-software-stepwise)