pwdev-flow
v0.6.0+codex.20260817000000Runtime-independent, spec-driven development with operational health, audit, maintenance, PWDEV Code migration, isolated autonomous fleets, and guarded external CLI delegation.
By Paulo SoaresLicense: Apache-2.02 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 17 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-flow for Codex and Claude Code
codex plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace
codex plugin marketplace upgrade pwdev-flow
codex plugin add pwdev-flow@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-flow” remain stable.
- Codex:
pwdev-flow@agent-plugin-marketplace→pwdev-flow@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-flow/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/flow-audit/SKILL.md├── skills/flow-compat/SKILL.md├── skills/flow-delegate/SKILL.md├── skills/flow-design/SKILL.md├── skills/flow-discover/SKILL.md├── skills/flow-execute/SKILL.md├── skills/flow-fleet/SKILL.md├── skills/flow-health/SKILL.md├── skills/flow-init/SKILL.md├── skills/flow-maintenance/SKILL.md├── skills/flow-memory/SKILL.md├── skills/flow-plan/SKILL.md├── skills/flow-product/SKILL.md├── skills/flow-quick/SKILL.md├── skills/flow-review/SKILL.md├── skills/flow-simplify/SKILL.md└── skills/flow-verify/SKILL.md
Included Skills17
Enable, record, query, summarize, or verify the opt-in PWDEV Flow semantic audit trail. Use when the user asks what Flow actions occurred, wants audit integrity checked, or needs a portable JSONL record of workflow gates and artifacts.
Route supported legacy PWDEV Code command intent to canonical PWDEV Flow skills. Use when the user mentions old /pwdev-code:* commands, asks for PWDEV Code compatibility, or wants to adopt an existing .planning workspace without losing history.
Delegate a bounded repository task to an allowlisted external coding CLI through the guarded Flow runner. Use for automatic provider selection or explicit Codex, OpenCode, Kimi, Gemini, or Kiro delegation that requires timeout handling and independent local review.
Design an approval-gated feature specification from approved requirements. Use when PWDEV Flow discovery is complete and the user needs architecture decisions, component boundaries, quality constraints, and a definition of done.
Discover and approve feature requirements through focused interviewing and repository research. Use when the user has a feature idea, unclear scope, conflicting requirements, or needs Flow context artifacts before design.
Execute approved PWDEV Flow plans one atomic task at a time with test-first implementation, fresh verification, blocker handling, and durable evidence. Use after the plan gate is approved or for approved Flow correction tasks.
Launch, inspect, and tear down autonomous phase fleets in isolated Git worktrees, on the Codex or the Claude runtime. Use when approved Flow phase slugs should run in parallel, when fleet status is requested, or when a fleet member must be stopped or explicitly merged.
Diagnose repository and PWDEV Flow health without changing the project. Use when the user asks for a health check, workspace consistency check, dependency assessment, readiness report, or evidence-based scorecard.
Initialize, inspect, resume, or migrate portable PWDEV Flow project state. Use when the user asks to set up PWDEV Flow, adopt an existing repository or legacy PWDEV Code workspace, resume its workflow, or diagnose its current state.
Inventory, archive, and summarize PWDEV Flow project history safely. Use when the user asks to find stale artifacts, archive completed work, clean the Flow workspace without deletion, or generate a changelog from verified history.
Curate durable PWDEV Flow project decisions, lessons, and conventions. Use when the user asks to capture, list, show, link, supersede, or select project memory, or when an approved workflow decision should persist across phases.
Decompose an approved PWDEV Flow specification into dependency-aware waves and atomic executable tasks. Use when design is approved and the user needs exact file scope, test-first actions, verification commands, and an execution gate.
Create an approval-gated product requirements document or decompose an approved PRD into a traceable roadmap. Use for product-level problems, new initiatives, multi-feature scope, PRDs, release outcomes, or roadmap planning.
Deliver a small, bounded code change through inspection, a mini-plan, implementation, testing, review, and adversarial verification. Use for bug fixes, configuration changes, and features expected to touch no more than five files.
Review a code diff or explicit file set through independent correctness and QA lenses. Use when the user asks for a code review, test-coverage assessment, pre-merge audit, or review gate in a PWDEV Flow workflow.
Analyze a completed phase diff for high-confidence behavior-preserving simplifications and apply only explicitly approved proposals. Use after execution and before review to reduce duplication, dead code, needless complexity, or avoidable inefficiency.
Adversarially verify an implementation against its objective, acceptance criteria, definition of done, and prohibitions using fresh evidence. Use for completion gates, release readiness, or independent verification after implementation and review.
Plugin manifests2
{
"name": "pwdev-flow",
"version": "0.6.0+codex.20260817000000",
"description": "Runtime-independent, spec-driven development with operational health, audit, maintenance, PWDEV Code migration, isolated autonomous fleets, and guarded external CLI delegation.",
"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",
"workflow",
"review",
"verification",
"audit",
"fleet",
"delegation",
"migration"
],
"skills": "./skills/",
"interface": {
"displayName": "PWDEV Flow",
"shortDescription": "Portable spec-driven development workflows",
"longDescription": "Discover, design, plan, execute, review, simplify, and verify through approval-gated workflows, with portable health checks, semantic audit, safe maintenance, legacy PWDEV Code migration, isolated autonomous Codex phase fleets, and guarded external coding CLI delegation.",
"developerName": "PWDEV Solucoes",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Discover and design this feature with PWDEV Flow.",
"Plan and execute this approved PWDEV Flow specification.",
"Review and verify this implementation independently.",
"Diagnose, audit, maintain, or migrate this PWDEV Flow workspace safely.",
"Launch an isolated autonomous Codex phase fleet or delegate safely to an external coding CLI."
]
}
}{
"name": "pwdev-flow",
"displayName": "PWDEV Flow — Portable Spec-Driven Development",
"version": "0.6.0",
"description": "Portable, approval-gated software development for Claude Code and Codex, with shared artifacts, semantic audit, guarded delegation, and isolated native 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": [
"claude-code",
"claude-plugin",
"codex",
"workflow",
"spec-driven",
"audit",
"fleet",
"delegation",
"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-flow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pwdev-flow)