Forge Cheatsheet
Complete reference for all Forge commands
30+ commands available
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.
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.
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.
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.
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.
/update-forgeUpdate Forge to the latest versionFREERuns git pull from the Forge repository and replaces the .claude/ folder with the latest version. Your project files are not touched.
/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.