firatcand

49 mods across 1 repository, 13 stars between them.

drive

25

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

26

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

27

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

28

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

29

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

30

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

31

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

32

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

33

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

34

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

35

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

36

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

37

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

38

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

qa

39

firatcand/forge

Skill Claude CodeCodex

Run test suite, browser checks, and verify acceptance criteria. Bootstrap test framework if missing.

13 1mo ago A 20 tokens original MIT

reconcile

40

firatcand/forge

Skill Claude CodeCodex

Bidirectional sync between plans/phases.yaml and the configured tracker. --pull reads tracker → phases.yaml; --push writes phases.yaml → tracker bodies via updateIssueBody.

13 1mo ago A 37 tokens original MIT

retro

41

firatcand/forge

Skill Claude CodeCodex

Write a phase retrospective. Auto-invoked by /phase-gate but can run standalone.

13 1mo ago A 21 tokens original MIT

review

42

firatcand/forge

Skill Claude CodeCodex

Run code-reviewer, security-auditor (if CRITICAL.md path touched), and design-reviewer (if UI task) on current diff.

13 1mo ago A 32 tokens original MIT

second-opinion

43

firatcand/forge

Skill Claude CodeCodex

Get a second opinion on a plan, diff, or specific files from Claude, Codex, or Gemini (whichever is configured as settings.agents.reviewhostcli, a different host than the primary worker). The reviewer reads the working tree directly, so it can reason about both the proposed change AND surrounding production code…

13 1mo ago A 90 tokens original MIT

setup-repo

44

firatcand/forge

Skill Claude CodeCodex

Bootstrap the GitHub repo for a forge project — repo creation, branch protection, GitHub Environments, CI workflows, secrets configuration.

13 1mo ago A 31 tokens original MIT

ship

45

firatcand/forge

Skill Claude CodeCodex

Push branch, run final gates (tests, secrets scan, conventional commit), open PR with Linear issue ID, mark issue In Review.

13 1mo ago A 29 tokens original MIT

status-check

46

firatcand/forge

Skill Claude CodeCodex

Cold-start "where am I?" cockpit. Renders the cross-run orchestrator dashboard (active workers, open questions, ready vs blocked, overlap + lease health) and offers follow-up actions. Read-only; works standalone.

13 1mo ago A 48 tokens original MIT

sync-status

47

firatcand/forge

Skill Claude CodeCodex

Diagnostic that suggests when an active phase is ready for /phase-gate, and lists orphan tracker issues missing from plans/phases.yaml. Read-only — does not mutate phases.yaml.

13 1mo ago A 39 tokens original MIT

update-spec

48

firatcand/forge

Skill Claude CodeCodex

Draft an ephemeral ADR for an in-flight architectural decision (--draft), then propagate the accepted decision to SPEC + PRD + phases.yaml + tracker bodies atomically (--apply ) via the apply-decision verb's resumable journal.

13 1mo ago A 50 tokens original MIT