Agent Plugins Marketplace
All plugins

pwdev-power

v0.1.0+codex.20260906005641

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.

CodexClaude Code15 Skills

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

Installs for the current user
codex plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace
codex plugin marketplace upgrade pwdev-flow
codex plugin add pwdev-power@pwdev-flow

Paste 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-marketplacepwdev-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-marketplace

Clone 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

plugins/pwdev-power/
├── .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

powerskills/power/SKILL.md

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

power-brainstormskills/power-brainstorm/SKILL.md

Use before any creative work - creating a feature, building a component, adding functionality, or changing behavior - to explore intent and design before implementation

power-debugskills/power-debug/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior, before proposing any fix

power-executeskills/power-execute/SKILL.md

Use when an approved plan needs executing task by task in this session, with a fresh implementer per task and review between tasks

power-finishskills/power-finish/SKILL.md

Use when implementation is complete, tests pass, and the work needs integrating - merging, opening a pull request, or being left in place

power-fleetskills/power-fleet/SKILL.md

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

power-initskills/power-init/SKILL.md

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

power-planskills/power-plan/SKILL.md

Use when a design or set of requirements exists and work needs decomposing into tasks, before touching any code

power-productskills/power-product/SKILL.md

Use when a product requirement, PRD, or executable roadmap is requested, or when an approved requirement needs decomposing into phases, epics, features and tasks

power-quickskills/power-quick/SKILL.md

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

power-reviewskills/power-review/SKILL.md

Use when work needs reviewing before it is merged, and when review feedback has arrived and needs acting on

power-roadmap-statusskills/power-roadmap-status/SKILL.md

Use when the status, progress, completeness, traceability, or next valid action of a PWDEV Power product roadmap is requested

power-tddskills/power-tdd/SKILL.md

Use when implementing any feature or fixing any bug, before writing implementation code

power-verifyskills/power-verify/SKILL.md

Use when about to claim work is complete, fixed, or passing, and when a finished feature needs adversarial verification before integration

power-worktreeskills/power-worktree/SKILL.md

Use when starting feature work that needs isolation from the current workspace, or before executing an implementation plan

Plugin manifests2

plugins/pwdev-power/.codex-plugin/plugin.json
{
  "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."
    ]
  }
}
plugins/pwdev-power/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)