Governed paths, not blank prompts.
Instead of a blank prompt, Forge routes each request to a workflow — a set sequence of governed steps that runs the same way for every engineer, every session. Each one adapts to the task, so only the steps a job actually needs run. These are the built-in defaults — open any card to see its steps.
A built-in workflow for every stage.
These workflows ship with Forge — each one encodes industry best practices for its stage of the software development lifecycle. Use them as they come, or tailor every step, gate, and skill to the way your team works.
Shape and scope the work before any code is written — discovery, definition, PRDs, and readiness.
Steps
- Check for existing work
- Gather context from connected docs
- Analyze roadmap fit
- Frame the problem
- Clarify the idea
- Score impact (RICE)
- Produce a rough estimate
Steps
- Check for existing work items
- Gather background context
- Clarify requirements
- Collect non-functional requirements
- Write the problem statement
- Score impact (RICE)
- Preview & create the tracker work item
- Generate the PRD
- Build the tech handoff plan
Map the system and shape the technical approach for an existing work item.
Steps
- Scan the system architecture
- Interactive architecture discussion — record decisions
Turn a ready work item into shipped code, wave by wave.
Steps
- Receive the engineering handoff
- Readiness check
- Break the work into stories
- Plan dependencies & implementation waves
- Analyze change impact (blast radius)
- Technical discovery
- Define the test strategy
- Implement wave by wave
- Review the PR
- Complete & summarize delivery
Verify quality before and after the change lands — test strategy and structured PR review.
Steps
- Fetch the work item
- Readiness check
- Check AC quality & testability
- Review stories (INVEST)
- Analyze change impact
- Technical discovery
- Define the test strategy
Steps
- Fetch the work item
- Check branch freshness
- AI-augmented PR review — analysis, AC traceability, OWASP scan
- Customer impact analysis
- Surface manual deploy tasks
Capture and resolve defects end to end.
Steps
- Capture the bug — severity, area, reproduction
- Preview & create the ticket
- Hand off to engineering
- Implement the fix (optional)
- Review the PR & surface deploy tasks (optional)
Stay on top of work already in flight — status, documentation, and edits.
Steps
- Fetch the work item
- Report status — progress, acceptance criteria, PR health
Every step, gate, and skill — yours to configure.
Every workflow is a list of steps you control. Each step carries a model tier, an approval gate, and the skills it must run — set once for the whole org, or forked for a single team.
One feature, start to finish.
Here's how a team uses Forge workflows to ship one complex feature — from a fuzzy idea to merged code — each person reaching for the right workflow, whether it's a Forge default or a version their team has customized.
Pressure-tests the idea before anyone commits — checks for existing work, frames the problem, and RICE-scores it so only work worth doing moves forward.
Turns the validated idea into a scoped work item (SHI-412) with a PRD and acceptance criteria, then hands off cleanly to the engineering lead.
Forge scans the codebase, then runs an interactive architecture discussion — surfacing the key technical questions and recording every decision before code begins.
Maps a test strategy to every acceptance criterion — unit, integration, and end-to-end coverage — while the code is still being written, not after.
Builds the feature wave by wave against the agreed plan — briefed on the architecture up front, so the first pass holds up in review — and opens a pull request.
A QA-team fork adds extra code-quality and test-coverage scans, pausing the merge when coverage slips.
A DevOps-team fork checks the change's impact on infrastructure performance and cost before it ships.
Pulls a read-only snapshot whenever it's needed — progress, acceptance criteria, and PR health, written straight back to Jira, Linear, or Notion — so there's no standup chase.
Your process, your workflows.
Need something the defaults don't cover? An admin invokes the forge-workflow skill in Claude Code, Codex, or Cursor and describes the change in plain English. Forge drafts it, shows exactly what changes, and saves it — across the org, or forked for a single team.
A real forge-workflow session — plain-English request, a full keep/add plan, and an admin-confirmed save, scoped to one team.
What you can ask for
Run the forge-workflow skill and just say what you want — no config files, no YAML. Each example shows something you could type (left) and the governed workflow Forge builds in response (right): extend a default, fork it for one team, or create a brand-new path.
A new capable-tier step that scans Terraform, Kubernetes & cloud-config diffs and surfaces cost impact before the PR can merge.
A QA-scoped fork of PR Review with an added coverage gate set to Always ask — merge pauses when coverage drops.
A fast-tier step that refreshes your CLAUDE.md / AGENTS.md so agent guidance never drifts from the code.
An Always-pause checkpoint wired to your security-review skill, gated to runs that touch authentication or PII.
A brand-new governed path — three ordered steps ending in a mandatory human approval gate before anything ships.