forge-generate

Automates Claude Code project setup from a BLUEPRINT.md by validating, planning, and generating configuration artifacts.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/whatwecando/dagsmith --skill forge-generate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: forge-generate
Source: https://github.com/whatwecando/dagsmith/tree/main/templates/skills/forge-generate
Command: npx skills add https://github.com/whatwecando/dagsmith --skill forge-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end setup of Claude Code projects from a BLUEPRINT.md by validating the blueprint, planning milestones/phases/tasks, and generating all configuration artifacts (CLAUDE.md, settings.json, agents, hooks, rules, and commands).

Core Features & Use Cases

  • Validates BLUEPRINT.md against the required schema and semantic checks to ensure a complete project specification.
  • Plans milestones, phases, and atomic tasks to produce a deterministic execution plan and a robust roadmap.
  • Generates all necessary project infrastructure files (.claude/, .planning/) and integrates with version-control-friendly outputs for team collaboration.

Quick Start

Run the forge generate command to scaffold a Claude Code project from BLUEPRINT.md.

Frequently Asked Questions about forge-generate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Code project setup from a blueprint?▼

Automating Claude Code project setup requires a BLUEPRINT.md file that the pipeline validates to scaffold milestones, tasks, CLAUDE.md, settings.json, agents, hooks, rules, and commands.

What is a deterministic pipeline for generating Claude Code project artifacts?▼

A deterministic pipeline validates a blueprint schema, plans milestones and atomic tasks, and generates version-control-friendly configuration artifacts like settings.json, CLAUDE.md, and agent rules.

Do I need a BLUEPRINT.md file before generating Claude Code configurations?▼

Yes, a BLUEPRINT.md file is a strict prerequisite. The generation process validates this document against required schema and semantic checks before producing any project infrastructure artifacts.

Can I use blueprint automation to plan milestones and tasks for team software delivery?▼

Yes, blueprint automation parses your specification to plan milestones, phases, and atomic tasks, producing a deterministic execution plan and robust roadmap for structured team software delivery.

What's the best way to scaffold a full Claude Code project with agents and hooks?▼

Scaffolding a full Claude Code project with agents and hooks is best handled by running a single generate command against a validated BLUEPRINT.md to produce all necessary .claude and .planning artifacts.

Why does blueprint validation fail when generating Claude Code project files?▼

Blueprint validation fails when your BLUEPRINT.md does not conform to the required schema or lacks semantic completeness, halting the generation of CLAUDE.md, settings, and planning artifacts until corrected.