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.

Every workflow — and every step inside it — can be enabled, disabled, reordered, or customized for your team in the Forge dashboard.

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.

Planning

Shape and scope the work before any code is written — discovery, definition, PRDs, and readiness.

Product Discovery
Research an idea before it's a ticket — what already exists, whether it's worth doing, and roughly how big.
Steps
  1. Check for existing work
  2. Gather context from connected docs
  3. Analyze roadmap fit
  4. Frame the problem
  5. Clarify the idea
  6. Score impact (RICE)
  7. Produce a rough estimate
Define a Feature
Take a raw idea to a ready-to-build ticket — clarified requirements, a PRD, and a clean handoff to engineering.
Steps
  1. Check for existing work items
  2. Gather background context
  3. Clarify requirements
  4. Collect non-functional requirements
  5. Write the problem statement
  6. Score impact (RICE)
  7. Preview & create the tracker work item
  8. Generate the PRD
  9. Build the tech handoff plan
Design

Map the system and shape the technical approach for an existing work item.

Explore Architecture
Map the system and the key technical decisions for an existing work item — a codebase scan plus an interactive architecture discussion. Read-only: it explores, it doesn't create a ticket.
Steps
  1. Scan the system architecture
  2. Interactive architecture discussion — record decisions
Development

Turn a ready work item into shipped code, wave by wave.

Implement a Feature
Take a ready ticket all the way to merged code — planned, built wave by wave, and reviewed.
Steps
  1. Receive the engineering handoff
  2. Readiness check
  3. Break the work into stories
  4. Plan dependencies & implementation waves
  5. Analyze change impact (blast radius)
  6. Technical discovery
  7. Define the test strategy
  8. Implement wave by wave
  9. Review the PR
  10. Complete & summarize delivery
Testing

Verify quality before and after the change lands — test strategy and structured PR review.

QA Test Planning
Plan how a change will be tested — coverage and test types per acceptance criterion — without writing any code.
Steps
  1. Fetch the work item
  2. Readiness check
  3. Check AC quality & testability
  4. Review stories (INVEST)
  5. Analyze change impact
  6. Technical discovery
  7. Define the test strategy
Review a Pull Request
A structured PR review — automated code analysis, requirement traceability, and a security scan.
Steps
  1. Fetch the work item
  2. Check branch freshness
  3. AI-augmented PR review — analysis, AC traceability, OWASP scan
  4. Customer impact analysis
  5. Surface manual deploy tasks
Maintenance

Capture and resolve defects end to end.

Fix a Bug
From bug report to shipped fix — triage, ticket, fix, and review.
Steps
  1. Capture the bug — severity, area, reproduction
  2. Preview & create the ticket
  3. Hand off to engineering
  4. Implement the fix (optional)
  5. Review the PR & surface deploy tasks (optional)
Track & manage

Stay on top of work already in flight — status, documentation, and edits.

Check Work Item Status
Read-only status snapshot of a tracked work item — progress, acceptance criteria, PR health, and prior Forge activity.
Steps
  1. Fetch the work item
  2. Report status — progress, acceptance criteria, PR health
Gather Work Item Documentation
Pull together every doc attached to a work item — PRDs, design docs, comments, and linked Confluence or Notion pages.
Update Work Item
Direct field edit on an existing tracked work item — title, description, acceptance criteria, priority, assignee, labels, and status.

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.

Implement a Feature
Execute the engineering phase on a tracked work item — handoff, story breakdown, implementation waves, PR review, delivery.
"implement SHI-784"
# Step Ask to continue Skills Enabled
0
Fetch Work Itemfast
NeverAI decidesAlways
1
Story Breakdownbalanced
customized
NeverAI decidesAlways
2
Change Impact Analysiscapable
NeverAI decidesAlways
3
Technical Discoverycapable
customized
NeverAI decidesAlways
1
4
AI-Augmented PR Reviewcapable
NeverAI decidesAlways
2
5
Notify PM of Changesfast
NeverAI decidesAlways

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.

1
Product Manager
Product DiscoveryBuilt-in

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.

"research demand for team-level saved views"
2
Product Manager
Define a FeatureBuilt-in

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.

"define a feature: team-level saved views"
3
Engineering Lead
Explore ArchitectureBuilt-in

Forge scans the codebase, then runs an interactive architecture discussion — surfacing the key technical questions and recording every decision before code begins.

"explore the architecture for SHI-412"
4
Shift-left — before the code lands
QA Engineer
QA Test PlanningBuilt-in

Maps a test strategy to every acceptance criterion — unit, integration, and end-to-end coverage — while the code is still being written, not after.

"plan the test strategy for SHI-412"
5
Engineer
Implement a FeatureBuilt-in

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.

"implement SHI-412"
6
Running in parallel
QA Engineer
Review a Pull RequestQA · Customized

A QA-team fork adds extra code-quality and test-coverage scans, pausing the merge when coverage slips.

"review the PR for SHI-412"
DevOps Engineer
Review a Pull RequestDevOps · Customized

A DevOps-team fork checks the change's impact on infrastructure performance and cost before it ships.

"review the PR for SHI-412"
7
Anytime, throughout the build
Product Manager
Check Work Item StatusBuilt-in

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.

"what's the status of SHI-412?"

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.

"Add an Infrastructure Cost Impact Review step to our PR Review workflow."
Extend a workflow

A new capable-tier step that scans Terraform, Kubernetes & cloud-config diffs and surfaces cost impact before the PR can merge.

"Create a PR Review workflow for the QA team with a Test Coverage Review step."
Fork for a team

A QA-scoped fork of PR Review with an added coverage gate set to Always ask — merge pauses when coverage drops.

"In Implement a Feature, add a step to update CLAUDE.md when the architecture changes."
Keep docs in sync

A fast-tier step that refreshes your CLAUDE.md / AGENTS.md so agent guidance never drifts from the code.

"Add a Security & Privacy Review to any workflow that touches auth or PII, and always require sign-off."
Add a compliance gate

An Always-pause checkpoint wired to your security-review skill, gated to runs that touch authentication or PII.

"Create a Database Migration workflow: schema review, backwards-compat check, and a required DBA approval."
New workflow from scratch

A brand-new governed path — three ordered steps ending in a mandatory human approval gate before anything ships.

Workflow changes are admin-only, versioned, and scoped to your org or a single team. Forge shows a clear keep / add / modify diff against the current workflow before saving — so policy keeps evolving without ever going ungoverned.