Skip to main content

Forge Cheatsheet

Complete reference: 44 slash commands + the Forge CLI

44 commands + 7 CLI subcommands

/

Planning

Activates La Herreria: a pipeline of up to 10 skills that generates BMC, PDR, Tech Spec, UX Research, User Stories, UX Design, UI Wireframes, UI, Security Audit, and the final Blueprint. All before writing a single line of code.

This command requires Forge Pro.

Generates a 9-section canvas with product vision: problem, solution, value proposition, audience, channels, metrics, competitive advantage, cost structure, and revenue streams.

This command requires Forge Pro.

Analyzes your market and generates a pricing strategy with tiers, psychological anchors, freemium/premium models, and pricing recommendations based on perceived value.

This command requires Forge Pro.

Identifies the metric that best represents the value your product delivers. Defines input metrics, leading indicators, and a conceptual dashboard for tracking growth.

This command requires Forge Pro.

Maps the competitive landscape with analysis of 5+ competitors, positioning, differentiators, weaknesses, and generates battlecards for sales and marketing.

This command requires Forge Pro.

Orchestrates 7 analyses (brujula, estrella, rivales, precio, roi, metas, lanzamiento) into an executive dashboard with a Build Confidence Score (1-10) and a Go / Caution / No-Go verdict before you build.

This command requires Forge Pro.

Building

Reads the Blueprint, generates La Pieza (technical spec per feature), presents execution phases, and asks: Manual Build (phase by phase with your approval) or Forge Mode (autonomous agents in parallel).

This command requires Forge Pro.

Generates a complete landing page: hero, problem/solution, features, pricing, FAQ, testimonials. Optimized for conversion with persuasive copy and anti-AI-slop design.

This command requires Forge Pro.

Sets up Supabase Auth with email/password, login/signup/reset pages, route protection middleware, and session management. Fully integrated with the Golden Path.

This command requires Forge Pro.

Scans the project to understand its state: stack, structure, implemented features, pending work, and Blueprint status. Ideal for resuming work between sessions.

This command requires Forge Pro.

MCP, SDK, auth, profiles, and a multi-provider Model Gateway (OpenAI / Anthropic / Gemini / Grok). An agent-optimized BaaS (~30% fewer tokens) with simple self-hosting.

This command requires Forge Pro.

Polar (Merchant of Record) vs Stripe (direct) decision tree: checkout, webhooks, and subscriptions. Indie without a company → Polar; custom billing → Stripe.

This command requires Forge Pro.

Transactional email system with Resend, reusable React Email templates, and unsubscribe management. Welcome emails, magic links, billing notifications.

This command requires Forge Pro.

Turns your Next.js into an installable PWA with push notifications (iOS-compatible, VAPID, service worker). Users install the app without going through the App Store.

This command requires Forge Pro.

Premium landing with scroll-scrubbed video, a starscape, annotation cards, count-up, and glass-morphism. Ideal for hardware or visual-product launches.

This command requires Forge Pro.

Quality

Powered by Impeccable. Evaluates: visual hierarchy, typography, color, spacing, responsive, interaction, UX writing, consistency, accessibility, and AI slop detection. Score 0-100.

This command requires Forge Pro.

Systematic micro-refinements: pixel alignment, spacing consistency, smooth transitions, hover/focus/active states, and typographic polish.

This command requires Forge Pro.

Detects inconsistencies between components and the defined design system. Fixes color tokens, typography, spacing, and components that deviated from the standard.

This command requires Forge Pro.

Powered by Lighthouse. 150+ checks: Performance (Core Web Vitals), Accessibility (WCAG 2.1 AA), SEO (meta tags, structured data), Best Practices (security headers, modern APIs).

This command requires Forge Pro.

Reviews your product as if you were the founder: seeks the '10-star product'. Evaluates UX, copy, conversion, onboarding, and proposes high-impact improvements.

This command requires Forge Pro.

Strategy

Generates a report with MRR, CAC, LTV, churn, ROI, and an interactive HTML dashboard with charts. Ideal for presenting to investors or tracking business health.

This command requires Forge Pro.

Analyzes your current MVP and generates a plan to scale it to production-ready SaaS: missing features, refactoring needs, security, performance, and graduation roadmap.

This command requires Forge Pro.

Generates a visual Kanban board (Markdown + HTML) with columns: Backlog, Planning, Dev, QA, Review, Done. Tracks progress of each User Story from the Blueprint.

This command requires Forge Pro.

Defines Objectives and Key Results for your product. Generates an outcome-based roadmap (not output-based) with measurable metrics and realistic timeline.

This command requires Forge Pro.

Plans the launch: target audience, distribution channels, content calendar, partnerships, success metrics, and a 30/60/90 day plan.

This command requires Forge Pro.

Design

Generate, extract, or update DESIGN.md — the single source of truth for your project's visual identity. Create from scratch with discovery questions, extract from an existing site via Playwright, sync from Google Stitch, or update to match current code. Covers theme, colors, typography, components, layout, motion, and anti-AI-slop markers.

This command requires Forge Pro.

Audits an existing project and generates a report with design, UX, accessibility, and performance issues. Then applies fixes in order of impact, highest to lowest.

This command requires Forge Pro.

Generates a visual component library at the /ui route using your brand tokens (OKLch palette, font stack, posture). Includes a 5 pre-curated direction Discovery when you have no clear brand yet.

This command requires Forge Pro.

Generates narrative sketchnote visual packs (hand-drawn images, doodles, marker strokes) for explainer videos, course slides, or warm-identity marketing.

This command requires Forge Pro.

Engineering

Merge main, typecheck, lint, build, auto review, commit with conventional commits, push, and create PR. All in one command. Shipping shouldn't be manual.

This command requires Forge Pro.

Checklist adapted to the Golden Path: TypeScript strict, imports, security, RLS, performance, accessibility, responsive, SEO, testing, documentation, and Forge conventions.

This command requires Forge Pro.

Session metrics, shipping velocity, error hotspots, productivity streaks. Identifies patterns and generates action items to improve the process.

This command requires Forge Pro.

Runs continuous review cycles: detects issues, applies fixes, verifies. Repeats until the code passes all checks or reaches the iteration limit.

This command requires Forge Pro.

Cancels a review loop in progress, cleans up the state file, and reports what phase it was in. Use when you want to stop /review-loop early.

This command requires Forge Pro.

El Intruso (OWASP), El Caos (race conditions), El Destructor (boundaries), and El Saboteador (broken UX) try to break your code. Output with a Resilience Score (0-100). Use it before shipping features with payments, auth, or sensitive data.

This command requires Forge Pro.

8 checks over context, hooks, memory, and logs. Produces a Token Efficiency Score (0-100) and the top 5 fixes ranked by savings. Use it when Claude fills its context too fast.

This command requires Forge Pro.

Audits all of src/ (not just the diff) across 4 dimensions — Security, Data/RLS, Cache & Performance, and Web Quality — and returns a single report with a composite Audit Score (0-100). Blocks the deploy on any critical finding. Modes: full, quick, or per-dimension.

This command requires Forge Pro.

Autonomous optimization of a skill: generates N outputs, scores them with binary evals, mutates the prompt, and saves only if it improved. For skills with inconsistent outputs.

This command requires Forge Pro.

Lifecycle

Generates a customized onboarding guide based on your experience level, goals, and project type. Recommends which Forge commands to learn first and in what order.

Verifies everything is ready: Forge files, configured MCPs, credentials, dependencies, git, dev server, and installed skills. Offers to fix what's missing.

Personalizes CLAUDE.md, generates a project-specific README, and filters active skills to the BUILD_MODE chosen in /plan. A smaller CLAUDE.md means better prompt caching.

Interactive menu to re-enable skills that /forge-init turned off. Use it when you pivot from MVP to Full SaaS and need the heavier modes' skills.

Brings the latest version of Forge to your install with forge self-update (hard-sync the repo to origin/main + rebuild the CLI). To update the tooling inside a project, use forge update — a 3-way merge that never touches your code.

Removes all Forge configuration (.claude/, CLAUDE.md, skills) and leaves only your working software. Use before distributing the project.

The Forge CLI

7 terminal subcommands — the engine that creates, updates, and extends your projects.

forge initGenerate the project from core/ for your CLI (claude · codex · opencode · cursor · gemini).
forge updateUpdate Forge in the project with a deterministic 3-way merge — never touches your code.
forge self-updateUpdate Forge itself: hard-sync the repo to origin/main + rebuild the CLI (--dry-run / --force).
forge castInstall a feature pack from La Fundición (3-way merge, conflicts go to .forge-new).
forge uncastRemove an installed feature pack — keeps the files you edited.
forge doctorDetect installed CLIs and clean up the legacy V4 alias with --fix.
forge checkValidate the current Forge project for common issues.

Unlock all 44 Pro commands + La Fundición

Buy Forge Pro — $189

Instant access. Lifetime updates.