firatcand/forge

A lightweight framework for shipping software products from idea to production with AI coding agents (Claude Code, Codex CLI, Cursor, Gemini)

13Stars on the repository
49Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

amend-roadmap

01

firatcand/forge

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.

13 1mo ago A 47 tokens original MIT

audit

02

firatcand/forge

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.

13 1mo ago A 62 tokens original MIT

auto-review

03

firatcand/forge

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.

13 1mo ago A 59 tokens original MIT

autopilot

04

firatcand/forge

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…

13 1mo ago A 77 tokens original MIT

codex

05

firatcand/forge

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.

13 1mo ago A 57 tokens original MIT

decompose

06

firatcand/forge

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.

13 1mo ago A 35 tokens original MIT

deliver

07

firatcand/forge

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.

13 1mo ago A 64 tokens original MIT

draft-design

08

firatcand/forge

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.

13 1mo ago A 51 tokens original MIT

draft-prd

09

firatcand/forge

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.

13 1mo ago A 43 tokens original MIT

draft-spec

10

firatcand/forge

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.

13 1mo ago A 35 tokens original MIT

drive

11

firatcand/forge

Skill Claude CodeCodex

Drive one tracker ticket end-to-end — claim, plan, implement, verify, cross-review, and ship — autonomously, pausing only for architectural decisions. The per-ticket recipe; pair with native /goal " is merged" for unattended multi-turn completion.

13 1mo ago A 56 tokens original MIT

fix

12

firatcand/forge

Skill Claude CodeCodex

Apply a fix based on /investigate output. Refuses to run without recent investigation.

13 1mo ago A 20 tokens original MIT

forge-orchestrate

13

firatcand/forge

Skill Claude CodeCodex

Per-round dispatch loop for forge's orchestrator. Lists ready tasks, asks user to approve, then claims, dispatches, and spawns worker subagents via the host's Task tool. Polls open questions and surfaces them for user answers. Suggest-don't-force — no automatic claim, no internal long-polling.

13 1mo ago A 71 tokens original MIT

forge

14

firatcand/forge

Skill Claude CodeCodex

Run forge's discovery interview over a product idea and produce a project BRIEF. Lightweight — 4 product/spec questions. The required first command for any new forge project.

13 1mo ago A 36 tokens original MIT

implement

15

firatcand/forge

Skill Claude CodeCodex

Execute the approved plan from /plan-task. Refuses to run without an approved plan unless --quickfix flag.

13 1mo ago A 25 tokens original MIT

inbox

16

firatcand/forge

Skill Claude CodeCodex

Drain parked decisions — read a tagged digest of every blockedonquestion task's open questions, pick which to answer now, deep-dive each via AskUserQuestion, and record the answer through the answer verb. One pass, suggest-don't-force, no self-loop.

13 1mo ago A 58 tokens original MIT

ingest-spec

17

firatcand/forge

Skill Claude CodeCodex

Validate that BRIEF, PRD, SPEC, and (optional) DESIGN are all complete and consistent. Build CONTEXT.md as canonical synthesis. Required before /decompose.

13 1mo ago A 39 tokens original MIT

investigate

18

firatcand/forge

Skill Claude CodeCodex

Iron Law of Investigation — required before /fix. Trace data flow, test hypotheses, identify root cause.

13 1mo ago A 24 tokens original MIT

learn

19

firatcand/forge

Skill Claude CodeCodex

Write a learning entry capturing what surprised us, what we'd do differently. Auto-suggested by /ship if task was notable.

13 1mo ago A 28 tokens original MIT

phase-gate

20

firatcand/forge

Skill Claude CodeCodex

Ceremony to advance from phase N to phase N+1. Verifies gate criteria, runs end-to-end check, generates retro, prompts for human approval.

13 1mo ago A 36 tokens original MIT

pickup-task

21

firatcand/forge

Skill Claude CodeCodex

Claim the next ready task from the configured tracker (Linear / GitHub Issues / Notion), create a git worktree, and inject relevant learnings.

13 1mo ago C 34 tokens original MIT

plan-task

22

firatcand/forge

Skill Claude CodeCodex

Run Plan mode for the current task. Outputs structured plan; required before /implement.

13 1mo ago A 20 tokens original MIT

push-to-linear

23

firatcand/forge

Skill Claude CodeCodex

DEPRECATED — alias for /push-to-tracker. Removed in v0.4.0.

13 1mo ago A 24 tokens original MIT

push-to-tracker

24

firatcand/forge

Skill Claude CodeCodex

Push phases.yaml to the configured tracker (linear|github|notion) — creates project, per-phase grouping, issues with dependson relations.

13 1mo ago A 34 tokens original MIT