Free, AI-powered product development lifecycle automation for Codex.
Describe what you want to build, fix, plan, review, or ship. Forge routes the request through a structured PDLC workflow backed by the hosted Forge MCP server.
Examples:
implement user authentication with OAuth
fix the checkout page crash on mobile
break down the notifications feature into stories
estimate story points for PROJ-123
check status of my feature
- Forge MCP server (
plugins/forge/.mcp.json) connects tohttps://teams.shiptoday.ai/mcp. forge-autopilotskill detects product-development intent and routes the request to the right Forge workflow.forge-workflowskill helps organization admins create or remove custom Forge workflow overrides.- Hooks (
plugins/forge/hooks/hooks.json) coordinate session routing, workflow state, step guardrails, and workflow tracking.
This repository is a self-contained Codex plugin marketplace. The marketplace
manifest lives at .agents/plugins/marketplace.json and the plugin itself at
plugins/forge/.
- Open Plugins → ⋯ → Add marketplace.
- Source:
ShipToday/forge-plugin-codex - Git ref:
main - Sparse paths: leave blank.
- Click Add marketplace, then install Forge from the
shiptodaymarketplace.
codex plugin marketplace add ShipToday/forge-plugin-codexThen run /plugins, open the shiptoday marketplace, and install Forge.
The plugin ships lifecycle hooks (session routing, workflow guardrails).
Plugin hooks are disabled by default — enable them in ~/.codex/config.toml:
[features]
plugin_hooks = trueMIT - see LICENSE.