An open API service indexing awesome lists of open source software.

https://github.com/shiptoday/forge-plugin-codex

Free, AI-powered PDLC automation for Codex. Routes feature requests, bug reports, and architecture work through structured workflows.
https://github.com/shiptoday/forge-plugin-codex

ai-agents codex codex-plugin forge mcp mcp-server pdlc sdlc shiptoday

Last synced: 13 days ago
JSON representation

Free, AI-powered PDLC automation for Codex. Routes feature requests, bug reports, and architecture work through structured workflows.

Awesome Lists containing this project

README

          

# Forge by ShipToday for Codex

Free, AI-powered product development lifecycle automation for Codex.

## What it does

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:

```text
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
```

## What's included

- **Forge MCP server** (`plugins/forge/.mcp.json`) connects to
`https://teams.shiptoday.ai/mcp`.
- **`forge-autopilot` skill** detects product-development intent and routes the
request to the right Forge workflow.
- **`forge-workflow` skill** 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.

## Install

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/`.

### From the Codex app

1. Open **Plugins → ⋯ → Add marketplace**.
2. **Source**: `ShipToday/forge-plugin-codex`
3. **Git ref**: `main`
4. **Sparse paths**: leave blank.
5. Click **Add marketplace**, then install **Forge** from the `shiptoday`
marketplace.

### From the Codex CLI

```bash
codex plugin marketplace add ShipToday/forge-plugin-codex
```

Then run `/plugins`, open the `shiptoday` marketplace, and install **Forge**.

### Enable hooks

The plugin ships lifecycle hooks (session routing, workflow guardrails).
Plugin hooks are disabled by default — enable them in `~/.codex/config.toml`:

```toml
[features]
plugin_hooks = true
```

## License

MIT - see `LICENSE`.