pwdev-power
v0.1.0+codex.20260906005641Disciplined, approval-gated development: product requirements, executable roadmap, brainstorm-gated plans, subagent-driven execution with a ledger and bounded fix loop, adversarial verification, and isolated cmux fleets.
By Paulo SoaresLicense: Apache-2.02 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 15 skill or MCP entries
- Source updated
- Sep 15, 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 pwdev-power for Codex and Claude Code
codex plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace
codex plugin marketplace upgrade pwdev-flow
codex plugin add pwdev-power@pwdev-flowPaste and run these commands in a terminal with Codex. They add and refresh the pwdev-flow catalog, then install this plugin.
Compatibility: the page URL and API slug “pwdev-power” remain stable.
- Codex:
pwdev-power@agent-plugin-marketplace→pwdev-power@pwdev-flow
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/pwdev-solucoes/pwdev-claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pwdev-power/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/power/SKILL.md├── skills/power-brainstorm/SKILL.md├── skills/power-debug/SKILL.md├── skills/power-execute/SKILL.md├── skills/power-finish/SKILL.md├── skills/power-fleet/SKILL.md├── skills/power-init/SKILL.md├── skills/power-plan/SKILL.md├── skills/power-product/SKILL.md├── skills/power-quick/SKILL.md├── skills/power-review/SKILL.md├── skills/power-roadmap-status/SKILL.md├── skills/power-tdd/SKILL.md├── skills/power-verify/SKILL.md└── skills/power-worktree/SKILL.md
Included Skills15
Use when starting any conversation in a repository that uses PWDEV Power - establishes how to find and apply Power skills before any response, including clarifying questions
Use before any creative work - creating a feature, building a component, adding functionality, or changing behavior - to explore intent and design before implementation
Use when encountering any bug, test failure, or unexpected behavior, before proposing any fix
Use when an approved plan needs executing task by task in this session, with a fresh implementer per task and review between tasks
Use when implementation is complete, tests pass, and the work needs integrating - merging, opening a pull request, or being left in place
Use when approved phases should run in parallel — visually in a cmux panel or unattended — when fleet status is requested, or when a fleet member must be stopped or merged
Use when a repository has no PWDEV Power workspace yet, when resuming one, when the codebase map needs refreshing, or when the setup should be checked
Use when a design or set of requirements exists and work needs decomposing into tasks, before touching any code
Use when a product requirement, PRD, or executable roadmap is requested, or when an approved requirement needs decomposing into phases, epics, features and tasks
Use when a change is small and already understood - at most three files, such as a typo, a config value, a rename, or a one-line bugfix - and a plan file would cost more than the change
Use when work needs reviewing before it is merged, and when review feedback has arrived and needs acting on
Use when the status, progress, completeness, traceability, or next valid action of a PWDEV Power product roadmap is requested
Use when implementing any feature or fixing any bug, before writing implementation code
Use when about to claim work is complete, fixed, or passing, and when a finished feature needs adversarial verification before integration
Use when starting feature work that needs isolation from the current workspace, or before executing an implementation plan
Plugin manifests2
{
"name": "pwdev-power",
"version": "0.1.0+codex.20260906005641",
"description": "Disciplined, approval-gated development: product requirements, executable roadmap, brainstorm-gated plans, subagent-driven execution with a ledger and bounded fix loop, adversarial verification, and isolated cmux fleets.",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"codex",
"spec-driven-development",
"tdd",
"workflow",
"verification",
"fleet",
"cmux",
"hermes"
],
"skills": "./skills/",
"interface": {
"displayName": "PWDEV Power",
"shortDescription": "Disciplined spec-driven development workflows",
"longDescription": "Write a product requirement, decompose it into an executable roadmap, brainstorm and plan a feature behind an approval gate, execute it task by task with a durable ledger and a bounded fix loop, verify it adversarially, and run approved phases as isolated autonomous fleets.",
"developerName": "PWDEV Solucoes",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Write a product requirement and turn it into an executable roadmap.",
"Brainstorm and plan this feature behind an approval gate.",
"Execute the approved plan task by task, then verify it adversarially."
]
}
}{
"name": "pwdev-power",
"displayName": "PWDEV Power — Disciplined Spec-Driven Development",
"version": "0.1.0",
"description": "Fast, approval-gated development with PRD and roadmap, subagent-driven execution with a ledger and bounded fix loop, and isolated cmux fleets. Runs on Claude Code, Codex, and Hermes Agent.",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"claude-code",
"claude-plugin",
"codex",
"hermes",
"cmux",
"spec-driven",
"tdd",
"workflow",
"fleet",
"portable"
]
}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.
[pwdev-power on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pwdev-power)