Instructions file CodexOpenCode
Instructions for firatcand/forge, covering forge, stack, commands, conventions and critical paths.
Instructions file CodexOpenCode
Instructions for firatcand/forge, covering forge, stack, commands, conventions and critical paths.
Instructions file
Instructions for firatcand/forge, covering forge, stack, commands, conventions and critical paths.
Agent
Specialist for API + server logic + integrations. Invoked by /plan-task and /implement when task type is "backend" or "integration".
Agent
General-purpose code reviewer. Reviews diffs against CLAUDE.md conventions and best practices. Invoked by /review.
Agent
Specialist for schema design, migrations, query optimization, and data security (RLS). Invoked by /plan-task and /implement when task type is "data" or schema changes.
Agent
UI/UX review specialist. Reviews implementations against DESIGN.md + brand-book. Invoked by /review for UI tasks.
Agent
CI/CD, deployment, infrastructure specialist. Invoked by /setup-repo and infra tasks.
Agent
Specialist for UI implementation — components, routing, state, styling. Invoked by /plan-task and /implement when task type is "frontend" or "design".
Agent
Authors the compound learning store. Invoked by /learn (write). Retrieval (the old /pickup-task read flow) is now Loom — forge loom recall (FORGE-200).
Agent
Ceremonial specialist for advancing phases. Invoked by /phase-gate.
Agent
Specialist for breaking specs into phases.yaml. Invoked by /decompose.
Agent
Specialist for test design, browser checks, regression suites, and acceptance verification. Invoked by /qa.
Agent
Security review specialist (OWASP Top 10, STRIDE, secrets scanning, dependency auditing). Invoked by /review for CRITICAL.md paths and /draft-spec advisory.
Agent
Specialist for tracker synchronization. Invoked by /push-to-tracker and /sync-status. Dispatches per .forge/settings.yaml tracker.type (linear|github|notion).
Skill Claude CodeCodex
Create a new task mid-flight — interactive field collection, then a tracker-first atomic amend (issue + relations on the tracker, materialized into phases.yaml via the reconcile pull path) with a resumable journal.
Skill Claude CodeCodex
Fan out N read-only subagents to audit the codebase for safe simplification (dead code, duplication, over-exports, complexity, dependency bloat, stale docs), then assemble a filtered work-order of findings. READ-ONLY — never edits source. The work-order is the deliverable.
Skill Claude CodeCodex
Drain the orchestrator review-queue — for each task awaiting review, run the code-reviewer, optionally a Codex/Gemini second opinion on CRITICAL.md paths, compose a verdict, and advance it to reviewed or escalate an architectural finding to you. Interactive session only.
Skill Claude CodeCodex
Take a product idea from the discovery interview all the way to a running delivery loop — drive the spec chain (BRIEF → PRD → SPEC → CONTEXT → phases.yaml → tracker), pausing ONLY at the human approval gates, then roll into /deliver. The single front door for a new forge product; pair with native /goal for hands-off…
Skill Claude CodeCodex
DEPRECATED — alias for /second-opinion. Removed in v0.5.0. Use /second-opinion instead; it dispatches to whichever reviewer (Claude, Codex, or Gemini) is configured in .forge/settings.yaml agents.reviewhostcli.
Skill Claude CodeCodex
Break the validated spec into phases.yaml — a dependency graph of tasks across Phase 1/2/3 with gate criteria, owner types, and acceptance criteria.
Skill Claude CodeCodex
Drive a whole phase or feature-set to "merged + Done" — themed batching over /drive, front-loaded architectural questions, phase-gate ceremonies, and lossless resume. The long-horizon recipe ABOVE /drive; pair with native /goal " delivered" for hands-off, multi-turn completion.
Skill Claude CodeCodex
Generate spec/DESIGN.md for the project. Asks at init whether to create a project-owned design system or reference an external one (URL/file/brand-book) as a guideline. Each project owns its DESIGN.md — no inheritance.
Skill Claude CodeCodex
Generate spec/PRD.md from spec/BRIEF.md with a per-feature discovery loop. Orchestrates the user's product-spec skill if available, otherwise guides Claude through the PRD template.
Skill Claude CodeCodex
Generate spec/SPEC.md from spec/PRD.md. Orchestrates the user's software-architect skill if available, otherwise guides Claude through the SPEC template.