By jeremybrice
Multi-agent concept evaluation through structured debate and interactive exploration. Spawns specialized agents for parallel reasoning.
Deep concept evaluation through multi-agent debate. Spawns specialized agents that analyze a concept from adversarial, creative, and integrative angles simultaneously.
Interactive concept exploration through iterative dialogue. You become the Guide, leading the user through structured discovery using cognitive techniques, recruiting specialist agents only when complexity demands it.
Evaluate a design document through parallel multi-agent analysis. Dispatches challenger, explorer, and decomposer agents simultaneously, then synthesizes findings into prioritized recommendations. Use when you have a design spec ready for critical review before implementation planning.
Adversarial analyst for the Cognitive Forge. Builds the strongest possible case against a concept, maps its failure boundaries, and identifies weaknesses that must be addressed. The intellectual opposition that makes ideas stronger.
Structural analysis agent for the Cognitive Forge. Recruited for concepts with high structural complexity — nested dependencies, many interacting components, or layered systems. Breaks complex wholes into navigable maps.
Evidence grounding agent for the Cognitive Forge. Recruited for concepts that make specific factual claims or rely on checkable assumptions. Anchors analysis in verifiable reality and distinguishes knowledge from conjecture.
Creative expansion agent for the Cognitive Forge. Pushes concepts into unexplored territory, discovers adjacent possibilities, and reveals what becomes possible when constraints are reshaped. The generative force that opens the aperture.
Integration agent for the Cognitive Forge. Weaves multiple analytical threads into coherent understanding, resolves tensions between perspectives, and refines concepts through iterative improvement. The weaver that finds the signal in the noise.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-native product management for Claude Code
Manage products, track tasks, capture knowledge, debate decisions, generate reports, and configure Atlassian agents — all from your terminal.
The Forge is a suite of 8 Claude Code plugins backed by a shared Python data layer and a Tauri desktop app for visual dashboards. It brings structured product management into your AI coding workflow — no context switching, no separate tools.
Plugins handle conversation and workflow. A deterministic Python CLI (forge-lib) handles all file operations, validation, and indexing. Forge Shell gives you a desktop GUI to browse everything the plugins create.

| Plugin | What it does | |
|---|---|---|
| Product Forge | Initiatives, epics, stories — full product hierarchy with auto-linked relationships | |
| Tasks Forge | Sequential task tracking with status workflow and priority management | |
| Cognitive Forge | Multi-agent debates and explorations with 5 specialized reasoning agents | |
| Forge Memory | Organizational knowledge with taxonomy — products, modules, teams, integrations | |
| Report Forge | 8 report types generated via multi-agent orchestration | |
| Rovo Forge | Interactive builders for Atlassian Rovo Jira & Confluence agents | |
| Slack Forge | Channel intelligence harvester — surfaces tasks, knowledge, and JIRA activity | |
| Outlook Forge | Outlook intelligence harvester — surfaces tasks, knowledge, and meeting context |
graph TB
subgraph CC ["Claude Code"]
A["LLM Reasoning Layer"]
end
A --> B["Plugin Commands · 80–100 lines each"]
subgraph PL ["Plugins"]
direction LR
subgraph col1 [" "]
C1["Product Forge"]
C2["Tasks Forge"]
C3["Cognitive Forge"]
C4["Forge Memory"]
end
subgraph col2 [" "]
C5["Report Forge"]
C6["Rovo Forge"]
C7["Slack Forge"]
C8["Outlook Forge"]
end
end
B --> PL
subgraph FL ["forge-lib · Python CLI"]
D["forge.py"] --> E1["Validation"] & E2["Templates"] & E3["Indexing"] & E4["Relationships"]
end
PL --> FL
FL --> F["cards/ · tasks/ · sessions/ · memory/ · reports/"]
G["Forge Shell · Tauri Desktop App"] -.->|reads| F
Key design principle: LLM handles conversation, Python handles data. Commands dropped from 250–300 lines (v1) to 80–100 lines (v2) by delegating all file operations, validation, and templating to forge-lib.
A Tauri desktop app that gives you visual dashboards for everything the plugins create.
npx claudepluginhub jeremybrice/the-forge --plugin cognitive-forgeOrganizational memory and taxonomy management with tiered lookup. Enables shorthand decoding, taxonomy queries, and knowledge storage via forge-lib.
Interactive builder for Atlassian Rovo agents. Guides through Jira and Confluence agent creation with copy-ready Rovo Studio configurations.
Slack intelligence harvester — scans channels for tasks, knowledge, and JIRA activity. Creates review-first harvest records. Delegates all file operations to forge-lib.
Task management with sequential numbering, status workflows, and index-based queries. Delegates all file operations to forge-lib.
Product management workflows for Initiatives, Epics, Stories, and planning artifacts. Delegates all file operations to forge-lib.
Theory-grounded product-thinking discipline for AI agents. 49 skills, 15 theory gates, six diamond scales (Purpose to Market). Discovery to delivery with evidence gates that block on insufficient evidence.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Multi-agent team presets with 6 agents, 5 skills, and 3 team workflows for idea validation, PRD review, and competitive analysis
Structured thinking methods that counteract LLM reasoning biases during problem exploration — first principles, inversion, constraint manipulation, perspective forcing, analogy search, and more, with user-gated parallel subagent exploration for deep dives
Three lenses for clarity: vague requirements → specs (vague), strategy blind spots → 4-quadrant playbook (unknown), content vs form → leverage shift (metamedium)
Cognitive brainstorming protocol for Claude Code. Structures thinking through GROUND (problem discovery) -> EXPLORE (divergent) -> DECIDE (convergent) -> STRESS (stress-test) -> SHIP (artifacts) phases. Includes domain skills for technical architecture and conceptual work.