Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub flox/forge-plugin --plugin forgeRun health checks across your Forge planning setup.
Run the design phase for a slice with approved requirements.
Activity digest — highlights by duration and scope.
Work on efforts — discover and understand problem spaces.
Ad-hoc code changes without slice ceremony.
Decomposes complex systems into subsystems with interface contracts, resource lifecycles, and boundary edge cases for team-based design
Reviews implementation PRs for quality, security, and conventions
Executes commit plans by staging hunks, creating commits, and verifying zero code loss for the reviewable command
Analyzes change sets and designs atomic commit narratives organized by review concern for the reviewable command
Audits .forge-context/ accuracy by comparing against the project repository
This skill should be used when exploring code in a project for "investigation", "design research", "finding what changed", "git log analysis", or "finding precedent". Provides git log analysis, code reading strategies, and file:line reference patterns. Do not use for Forge planning file reading.
This skill should be used when performing a "code review", "PR review", "review pull request", or evaluating implementation quality. Provides a two-stage process: Stage 1 checks spec compliance (does it do what was designed?), Stage 2 checks quality (is the code good?). Includes C/I/M severity classification. Do not use for design reviews or requirements reviews.
This skill should be used when "restructuring commits", "organizing PR history", "making commits reviewable", or planning how to split work into atomic commits. The intellectual foundation for /reviewable. Do not use for writing commit messages (see git workflow guideline).
This skill should be used when the user redirects, corrects, or refines agent output — "no, actually", "that's not right", "you missed something". Captures correction moments to improve Forge workflows over time. Always active during feature work; log corrections as they occur.
Generate activity digests and summaries of what happened in Forge. Use whenever the user asks "what happened", "catch me up", "what changed", "summary of activity", wants a digest, status update, or standup/sprint prep. Also use for questions about recent decisions, phase transitions, or active discussions. Even if the user doesn't say "digest" explicitly — any request to understand recent Forge activity should use this skill.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
Software engineering workflows with skills for planning, implementation, quality review, and structured thinking, plus a suite of specialist agents
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Flox development environment and deployment plugin. Includes expert guidance for package management, services, builds and package distribution, containerization, environment composition and layering. Works with the Flox MCP server for enhanced functionality.
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.