pwdev-code
v2.4.0Spec-driven development framework — hybrid orchestration with 8 real subagents (executor, advisor, simplifier, code-reviewer, QA, adversarial verifier, researcher, roadmap), per-task model routing by complexity, curated project memory graph feeding every spawn, opt-in parallel waves with worktree isolation, /pwdev-code:fleet for running multiple phases end-to-end (plan→execute→review→verify) unattended in isolated worktree+docker+tmux sessions, external CLI delegation (codex, opencode, kimi, gemini, kiro + smart /delegate), optional external reviewer CLI, strict dual-verifier mode, 6 phases with correction loops, deterministic SQLite audit via hooks, and extensible skills that turn requirements into verified, traceable code.
By Paulo SoaresLicense: Apache-2.02 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 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-code for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pwdev-code@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/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-code/.
Plugin files
├── .claude-plugin/plugin.json├── skills/skill-frontend-design/SKILL.md└── skills/skill-user-stories/SKILL.md
Included Skills2
Design precise, production-grade enterprise UI — dashboards, admin panels, SaaS interfaces, and data-heavy applications. Use this skill for professional software interfaces that need Jony Ive-level craft: clean, minimal, functional, with intentional personality. Do NOT use for creative landing pages, marketing sites, or experimental/artistic frontends.
Write and refine high-quality user stories — INVEST criteria, "As a X, I want Y, so that Z" format, Gherkin acceptance criteria when applicable, definition of ready, anti-patterns, and a review checklist. Use when creating or reviewing user stories, PRD section 6, backlog items, or acceptance criteria. Do NOT use for technical specs, architecture decisions, or task decomposition.
Plugin manifests1
{
"name": "pwdev-code",
"displayName": "PWDEV Code — Spec-Driven Development",
"version": "2.4.0",
"description": "Spec-driven development framework — hybrid orchestration with 8 real subagents (executor, advisor, simplifier, code-reviewer, QA, adversarial verifier, researcher, roadmap), per-task model routing by complexity, curated project memory graph feeding every spawn, opt-in parallel waves with worktree isolation, /pwdev-code:fleet for running multiple phases end-to-end (plan→execute→review→verify) unattended in isolated worktree+docker+tmux sessions, external CLI delegation (codex, opencode, kimi, gemini, kiro + smart /delegate), optional external reviewer CLI, strict dual-verifier mode, 6 phases with correction loops, deterministic SQLite audit via hooks, and extensible skills that turn requirements into verified, traceable code.",
"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",
"workflow",
"memory",
"agents",
"subagents",
"hooks",
"software-development",
"spec-driven",
"quality-assurance"
]
}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-code on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pwdev-code)