Agent Plugins Marketplace
All plugins

pdforge

v1.14.0

Product Development Forge - AI-driven 7-phase product development workflow. Provides complete methodology from requirements analysis to deployment, including brainstorming, TDD, three-stage review, and auto-fix loops.

Claude Code7 Skills

By XRenSiuLicense: MIT2 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 21, 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 pdforge for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pdforge@agent-plugin-marketplace

Paste 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/XRenSiu/claude-code-forge

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pdforge/.

Plugin files

plugins/pdforge/
├── .claude-plugin/plugin.json
├── skills/brainstorming/SKILL.md
├── skills/executing-plans/SKILL.md
├── skills/figma-to-code/SKILL.md
├── skills/finishing-a-development-branch/SKILL.md
├── skills/planning-with-files/SKILL.md
├── skills/requesting-code-review/SKILL.md
└── skills/systematic-debugging/SKILL.md

Included Skills7

brainstormingskills/brainstorming/SKILL.md

在任何创意性工作前你必须使用此 Skill。 Use when: (1) 设计新功能, (2) 构建新组件, (3) 修改核心行为, (4) 解决复杂问题。 Triggers: "设计", "新功能", "怎么做", "方案", "build", "create", "design"

executing-plansskills/executing-plans/SKILL.md

快速模式任务执行,适用于 0->1 产品和 MVP 开发。 Use when: 使用 /pdforge --mode 0to1 或 --mode fast, MVP 开发, 任务计划已准备好待执行。

figma-to-codeskills/figma-to-code/SKILL.md

将 Figma 设计稿转换为使用项目组件库的代码。 Use when: (1) 用户提供 Figma URL 要求实现设计, (2) 需要将设计稿转为项目代码, (3) 用户说"实现这个设计"/"把这个加到页面"。 Examples: "帮我实现这个设计稿 https://figma.com/...", "把这个组件加到 Dashboard", "figma to code"

finishing-a-development-branchskills/finishing-a-development-branch/SKILL.md

开发完成后的收尾流程。所有任务完成、测试通过、审查批准后激活。处理合并/PR/保留/丢弃决策。

planning-with-filesskills/planning-with-files/SKILL.md

Manus 风格的持久化 Markdown 规划系统,用于复杂多步骤任务。 Use when: (1) 任务超过 3 步, (2) 研究需要多个来源, (3) 任务跨越多个会话, (4) 需要追踪错误和决策, (5) 容易忘记原始目标。 Examples: "帮我实现这个功能", "研究一下 X", "这个 bug 怎么修", "重构这段代码"

requesting-code-reviewskills/requesting-code-review/SKILL.md

定义何时、如何请求代码审查。在完成任务步骤后或 PR 合并前激活。

systematic-debuggingskills/systematic-debugging/SKILL.md

4+1 阶段根因分析框架。遇到 bug、测试失败、意外行为、"不知道为什么不工作"时激活。

Plugin manifests1

plugins/pdforge/.claude-plugin/plugin.json
{
  "name": "pdforge",
  "description": "Product Development Forge - AI-driven 7-phase product development workflow. Provides complete methodology from requirements analysis to deployment, including brainstorming, TDD, three-stage review, and auto-fix loops.",
  "version": "1.14.0",
  "author": {
    "name": "XRenSiu",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/XRenSiu/claude-code-forge/tree/main/plugins/pdforge",
  "repository": "https://github.com/XRenSiu/claude-code-forge",
  "license": "MIT",
  "keywords": [
    "product-development",
    "tdd",
    "code-review",
    "brainstorming",
    "workflow",
    "automation",
    "figma",
    "design-to-code"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pdforge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pdforge)