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.
A lightweight framework for shipping software products from idea to production with AI coding agents (Claude Code, Codex CLI, Cursor, Gemini)
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.
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.
Skill Claude CodeCodex
Apply a fix based on /investigate output. Refuses to run without recent investigation.
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.
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.
Skill Claude CodeCodex
Execute the approved plan from /plan-task. Refuses to run without an approved plan unless --quickfix flag.
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.
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.
Skill Claude CodeCodex
Iron Law of Investigation — required before /fix. Trace data flow, test hypotheses, identify root cause.
Skill Claude CodeCodex
Write a learning entry capturing what surprised us, what we'd do differently. Auto-suggested by /ship if task was notable.
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.
Skill Claude CodeCodex
Claim the next ready task from the configured tracker (Linear / GitHub Issues / Notion), create a git worktree, and inject relevant learnings.
Skill Claude CodeCodex
Run Plan mode for the current task. Outputs structured plan; required before /implement.
Skill Claude CodeCodex
DEPRECATED — alias for /push-to-tracker. Removed in v0.4.0.
Skill Claude CodeCodex
Push phases.yaml to the configured tracker (linear|github|notion) — creates project, per-phase grouping, issues with dependson relations.