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.
/brujulaProduct Vision and Strategy CanvasPROGenerates 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.
/precioPricing and monetization strategyPROAnalyzes 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.
/estrellaNorth Star Metric for your productPROIdentifies 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.
/rivalesCompetitive analysis and battlecardsPROMaps the competitive landscape with analysis of 5+ competitors, positioning, differentiators, weaknesses, and generates battlecards for sales and marketing.
This command requires Forge Pro.
/crisolStrategic validation with a Build Confidence ScorePROOrchestrates 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
/buildBuild from your approved BlueprintPROReads 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.
/landingHigh-conversion landing page in ~1 hourPROGenerates 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.
/add-loginImplement authentication with SupabasePROSets 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.
/avivarLoad current project contextPROScans 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.
/add-insforgeFull InsForge BaaS setupPROMCP, 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.
/add-paymentsAdd payments (Polar vs Stripe)PROPolar (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.
/add-emailsTransactional emails (Resend + React Email)PROTransactional email system with Resend, reusable React Email templates, and unsubscribe management. Welcome emails, magic links, billing notifications.
This command requires Forge Pro.
/add-mobileTurn your app into a PWA + push notificationsPROTurns 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.
/website-3dCinematic Apple-style scroll-stop landingPROPremium 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
/critiqueUX/design evaluation in 10 dimensionsPROPowered 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.
/polishFinal visual quality passPROSystematic micro-refinements: pixel alignment, spacing consistency, smooth transitions, hover/focus/active states, and typographic polish.
This command requires Forge Pro.
/normalizeAlign UI with the design systemPRODetects 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.
/web-auditComprehensive web quality auditPROPowered 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.
/fragua-reviewProduct review with founder mindsetPROReviews 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
/roiSaaS metrics report and dashboardPROGenerates 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.
/graduateEvaluate MVP and graduation plan to SaaSPROAnalyzes 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.
/kanbanKanban board by User StoryPROGenerates 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.
/metasOKRs and Outcome RoadmapPRODefines 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.
/lanzamientoGo-to-Market strategy and launch planPROPlans the launch: target audience, distribution channels, content calendar, partnerships, success metrics, and a 30/60/90 day plan.
This command requires Forge Pro.
Design
/designManage your project's design system (DESIGN.md)PROGenerate, 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.
/redesignAudit and elevate existing projectPROAudits 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.
/add-ui-kitComponent Showcase with brand tokens at /uiPROGenerates 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.
/video-visualsSketchnote visuals for video and coursesPROGenerates 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
/despacharAuto ship: test, review, commit, PRPROMerge 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.
/inspeccionarPre-landing review across 11 categoriesPROChecklist adapted to the Golden Path: TypeScript strict, imports, security, RLS, performance, accessibility, responsive, SEO, testing, documentation, and Forge conventions.
This command requires Forge Pro.
/retroEngineering retrospectivePROSession metrics, shipping velocity, error hotspots, productivity streaks. Identifies patterns and generates action items to improve the process.
This command requires Forge Pro.
/review-loopAutomatic code review loopPRORuns 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.
/cancel-reviewCancel an active review loopPROCancels 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.
/adversarial-review4 attacker agents + Codex (Resilience Score)PROEl 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.
/audit-tokensToken efficiency audit (0-100 score)PRO8 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.
/templeFull-project audit in one commandPROAudits 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.
/autoresearchSkill self-optimization (Karpathy pattern)PROAutonomous 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
/onboardingPersonalized learning path for new usersFREEGenerates a customized onboarding guide based on your experience level, goals, and project type. Recommends which Forge commands to learn first and in what order.
/forge-checkForge environment diagnosticFREEVerifies everything is ready: Forge files, configured MCPs, credentials, dependencies, git, dev server, and installed skills. Offers to fix what's missing.
/forge-initTailor Forge to your project type (post-plan)FREEPersonalizes 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.
/forge-activateRe-enable skills disabled by /forge-initFREEInteractive 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.
/update-forgeUpdate Forge to the latest versionFREEBrings 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.
/eject-forgeRemove Forge, keep only your codeFREERemoves 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.