home/coding/promptforge-implementation

Promptforge Implementation

GPTClaudeDeepSeek··1,252 copies·updated 2026-07-14
promptforge-implementation.prompt
# PromptForge Implementation Plan

> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.

**Goal:** Build a Claude Code plugin + MCP server that lets developers run parameterized generative prompt packages via `/forge run <package>` — scaffolding entire project architectures on demand.

**Architecture:** TypeScript MCP server (stdio transport) with four tools (forge_list, forge_search, forge_info, forge_run). Packages are directories with prompt.md, constraints.md, schema.json, meta.json. A Claude Code plugin wraps it with a slash command, agent, skill, and SessionStart hook.

**Tech Stack:** Node.js 22, TypeScript (ES2022/NodeNext), `@modelcontextprotocol/sdk@1.29.0`, `zod@4.4.2`, `ajv@8`, `vitest@^3`, Claude Code plugin system.

---

## File Map

when to use it

Community prompt sourced from the open-source GitHub repo ashishkrswain/promptforge (no explicit license). A "Promptforge Implementation" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

codingcommunitydeveloper

source

ashishkrswain/promptforge · no explicit license