NAMEWTA

Specforge — Development skill for Claude Code

Development community

SpecForge's job is to keep the good parts — artifact gating, progressive loading, profile tailoring, sub-agent hand-offs — and unify them behind one CLI so you get the benefits without adopting five s.

How to install Specforge

This entry records only its repository, not the path inside it, so there is no exact command to give. Open NAMEWTA/specforge and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Specforge does

SpecForge's job is to keep the good parts — artifact gating, progressive loading, profile tailoring, sub-agent hand-offs — and unify them behind one CLI so you get the benefits without adopting five separate tools.

Alternatives in Development

  • Notion Meeting Intelligence — Prep meetings by pulling Notion context and tailoring agendas 14.6k ★
  • Claude How To — by luongnv89 — Example-driven guide to mastering Claude Code through progressive tutorials with copy-paste tem 8.5k ★
  • Skill Decision Support — Present options with trade-offs for informed decision-making — use when choosing between approaches 2.8k ★

README

SpecForge

**AI-native spec-driven development workflow CLI** — a synthesis of lessons from [OpenSpec](https://github.com/Fission-AI/OpenSpec), [gstack](https://github.com/garrytan/gstack), [superpowers](https://github.com/obra/superpowers), [claude-task-master](https://github.com/eyaltoledano/claude-task-master) and [Anthropic skills](https://github.com/anthropics/skills), re-forged into a single local CLI plus a repeatable workflow template.

[![npm](https://img.shields.io/npm/v/@namewta/specforge.svg)](https://www.npmjs.com/package/@namewta/specforge) [![node](https://img.shields.io/node/v/@namewta/specforge.svg)](https://nodejs.org) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

**Languages:** **English** · [简体中文](./README-ZH.md)


Heritage: Built on the Shoulders of Five Projects

SpecForge does not reinvent spec-driven development — it **internalizes and fuses** the most battle-tested patterns from the open-source ecosystem into one coherent toolchain. SpecForge absorbs the **methodology, not the implementation**, from each project listed below.

Source Project What SpecForge Adopts
**OpenSpec** (Fission-AI) Dual-directory model (.specforge/ framework assets + specforge/ user assets), artifact DAG (BLOCKED / READY / DONE), Profile system (minimal / standard / custom), dual-track surface of Commands + Skills
**gstack** (garrytan) Preamble bootstrapping system (inline blocks), multi-perspective plan review, session-aware context collection
**superpowers** (obra) Iron Laws hard gates, skill chaining / invocation, sub-agent-driven implementation, anti-evasion language, stress-test discipline
**claude-task-master** (eyaltoledano) PRD → task decomposition pipeline, Zod-validated schema