Auto-discovered marketplace from flox/forge-plugin
npx claudepluginhub flox/forge-pluginStructured planning framework for engineering teams.
Framework for Organized Requirements & Guided Engineering
A Claude Code plugin that brings structured planning workflows to any engineering team. Forge guides discovery, requirements, design, and implementation — producing markdown artifacts that live alongside your code.
.forge-context/ in your project repo, committed with your codeAdd the marketplace and install the plugin:
claude plugin marketplace add flox/forge-plugin
claude plugin install forge
Forge uses parallel agents for design research, code review, and multi-subsystem design. Enable Claude Code's experimental agent teams feature for the best experience:
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
Or add to your Claude Code settings (~/.claude/settings.json):
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
Without agent teams, Forge falls back to sequential sub-agents — it still works, but design exploration and code review run slower.
Three commands to get going:
/forge:init
Analyzes your project and scaffolds .forge-context/ with
starter templates and context. This directory is committed
to git — planning artifacts travel with your code so every
team member shares the same context.
/forge:explore
Start an effort to explore a problem space and identify what to build.
/forge:work new
Start a delivery slice once you know what to build.
| Command | Purpose |
|---|---|
/forge:init | Initialize Forge in your project |
/forge:explore | Discover and understand problem spaces |
/forge:work | Build and deliver focused slices |
/forge:requirements | Run requirements gathering |
/forge:design | Run the design phase |
/forge:implement | Ad-hoc changes without slice ceremony |
/forge:investigate | Investigate bugs and issues |
/forge:start-task | Start work on implementation tasks |
/forge:retro-note | Capture a process observation |
/forge:improve | Apply retro notes as improvements |
/forge:phase-complete | Complete a slice phase |
/forge:audit | Health checks on work and context |
/forge:digest | Activity digest |
/forge:reviewable | Restructure commits for review |
/forge:process-pr-discussions | Process PR discussions |
| Type | Count | Purpose |
|---|---|---|
| Commands | 15 | Slash commands for the full workflow |
| Agents | 18 | Subagents for requirements, design, review, and more |
| Skills | 22 | Reusable knowledge modules |
| Templates | 11 | Scaffold templates copied to your project |
See CONTRIBUTING.md for how to add commands, agents, and skills.
Apache 2.0. See LICENSE.
Matt Pocock's skills for real engineering, as an installable Claude Code plugin.
Plugins by Alex Newman (thedotmack)
Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.