Promptforge Implementation
# 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 Mapwhen 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
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions