fwehrling
@fwehrling
Public Skills
forge
by fwehrling
FORGE (Framework for Orchestrated Resilient Generative Engineering) — Unified AI-driven development framework combining multi-agent agile workflows, autonomous iteration loops, persistent memory, and Claude Code Skills architecture. Use when: building software projects end-to-end, planning architecture, running autonomous dev loops, setting up CI/CD pipelines, managing multi-agent development teams, or any structured AI-driven development task. Triggers: "forge", "autonomous dev", "agent loop", "agile planning", "multi-agent", "development pipeline", "scaffold project", "run forge", "autopilot".
forge-architect
by fwehrling
FORGE Architect Agent — Generates or updates the technical architecture. Usage: /forge-architect
forge-audit-skill
by fwehrling
FORGE Skill Auditor — Security audit of third-party Claude Code skills. Usage: /forge-audit-skill <path-to-skill>
forge-init
by fwehrling
FORGE Initializer — Initializes FORGE in a new or existing project. Creates the .forge/ structure, templates, CLAUDE.md, and detects the tech stack. Usage: /forge-init or /forge-init <path>
forge-audit
by fwehrling
FORGE Security Agent — Threat modeling, OWASP audit, and compliance checks. Enterprise track only. Usage: /forge-audit
forge-loop
by fwehrling
FORGE Autonomous Loop — Secured iteration runner with cost caps, circuit breakers, and sandbox isolation. Usage: /forge-loop "task description" [options]
forge-quick-spec
by fwehrling
FORGE Quick Track — Spec + direct implementation for bug fixes and small changes. Usage: /forge-quick-spec "change description"
forge-status
by fwehrling
Displays the FORGE sprint status: stories, metrics, progress. Usage: /forge-status
forge-update
by fwehrling
FORGE Updater — Updates all FORGE skills from the latest GitHub release. Usage: /forge-update
forge-quick-test
by fwehrling
FORGE Quick QA — Zero-config testing with automatic framework detection. Lightweight alternative to /forge-verify. Usage: /forge-quick-test
forge-analyze
by fwehrling
FORGE Analyst Agent — Domain research and requirements elicitation. Upstream of /forge-plan. Usage: /forge-analyze
forge-auto
by fwehrling
FORGE Autopilot — Intelligent autonomous mode. FORGE analyzes the project state, automatically decides the next action, and orchestrates all agents until completion. Configurable checkpoints for human review. Usage: /forge-auto or /forge-auto "specific objective"
forge-memory
by fwehrling
FORGE Vector Memory — Diagnostic tool for the vector memory index. Operations: sync, search, status, reset, log, consolidate. Usage: /forge-memory sync /forge-memory search "query" /forge-memory status /forge-memory log "message" /forge-memory consolidate
forge-build
by fwehrling
FORGE Dev Agent — Implements a story with unit + functional tests. Usage: /forge-build or /forge-build STORY-XXX
forge-stories
by fwehrling
FORGE SM Agent — Decomposes requirements into stories with test specs. Usage: /forge-stories
forge-resume
by fwehrling
FORGE Resume — Resumes an existing FORGE project. Analyzes the current state, identifies the next action, and proposes to continue development. Usage: /forge-resume
forge-party
by fwehrling
FORGE Orchestrator — Launches 2-3 agents in parallel on a topic for multi-agent collaboration. Usage: /forge-party "topic"
forge-ux
by fwehrling
FORGE UX Agent — Generates UX design, wireframes, design system, and accessibility guidelines. Usage: /forge-ux
forge-review
by fwehrling
FORGE Reviewer Agent — Adversarial review of an artifact (devil's advocate). Usage: /forge-review <path-to-artifact>
forge-plan
by fwehrling
FORGE PM Agent — Generates or validates the Product Requirements Document (PRD). Usage: /forge-plan or /forge-plan --validate
forge-team
by fwehrling
FORGE + Agent Teams — Exploits Agent Teams for true parallel execution of FORGE agents. 3 patterns: pipeline (full pipeline with parallel stories), party (multi-agent debate), build (parallel story development). Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1. Usage: /forge-team pipeline "objective" /forge-team party "topic" /forge-team build [STORY-IDs]
forge-deploy
by fwehrling
FORGE DevOps Agent — Automated deployment pipeline with staging gate and production approval. Usage: /forge-deploy