By ForgePlan
GitHub operations agents: PR management, issue tracking, release automation, multi-repo coordination, project boards, workflow engineering, and repo architecture. v1.1: 7 agents canonical-lint compliant (LR-1..LR-3) — sonnet model, hex colors, bilingual EN/RU/Triggers descriptions.
EN: GitHub issue lifecycle specialist. Creates, triages, and decomposes issues into subtasks; tracks progress via label and milestone workflows; automates stale-issue cleanup with configurable thresholds. Use when you need to manage a backlog at scale, bulk-label or bulk-close issues, or set up automated staleness enforcement. Produces `gh` command sequences, label taxonomy suggestions, and triage checklists. Pairs with `pr-manager` for end-to-end issue-to-PR traceability. RU: Специалист по жизненному циклу GitHub issues. Создаёт, сортирует и декомпозирует задачи на подзадачи; отслеживает прогресс через лейблы и milestone; автоматизирует очистку устаревших задач с настраиваемыми порогами. Используй при управлении бэклогом в масштабе, массовой маркировке/закрытии задач или настройке автоматического staleness enforcement. Выдаёт последовательности `gh` команд, предложения по таксономии лейблов и чеклисты триажа. Работает в паре с `pr-manager` для сквозной трассировки issue → PR. Triggers: "triage issues", "manage backlog", "stale issues", "decompose issue", "issue lifecycle", "bulk label", "create subtasks", "track issue progress", "issue automation", "триаж задач", "управление бэклогом", "устаревшие задачи", "декомпозиция задачи"
EN: Cross-repository orchestration specialist. Discovers all repos in a GitHub org, applies synchronized file updates or dependency bumps across multiple repos in a single loop, and opens batch PRs with a tracking issue. Use when you need to propagate a change (e.g. Node version, CODEOWNERS, shared config) to 5+ repos at once, or audit org-wide open-PR counts. Produces clone-update-PR shell loops and GitHub API `PUT` calls for no-clone file edits. Pairs with `workflow-engineer` for pipeline-level rollouts. RU: Специалист по оркестрации нескольких репозиториев. Обнаруживает все репо в GitHub-организации, применяет синхронизированные обновления файлов или зависимостей сразу в нескольких репо в одном цикле и открывает batch PR с tracking issue. Используй при необходимости распространить изменение (версия Node, CODEOWNERS, общий конфиг) на 5+ репо одновременно или при аудите количества открытых PR в организации. Выдаёт shell-циклы clone-update-PR и вызовы GitHub API `PUT` для редактирования файлов без клонирования. Работает в паре с `workflow-engineer` для rollout на уровне pipeline. Triggers: "multi-repo update", "org-wide change", "batch PR", "sync repos", "dependency across repos", "cross-repo", "propagate change", "bulk repository update", "организационные изменения", "обновление нескольких репозиториев", "batch pull request", "синхронизация репозиториев"
EN: Pull request lifecycle specialist. Creates PRs with structured body templates, reviews diff and CI status, selects the right merge strategy (squash/merge/rebase), and coordinates multi-PR batches with label-based filtering. Use when you need to open a PR with a proper checklist, check which PRs are blocked on CI, batch-approve a set of PRs, or enable auto-merge with approval gating. Produces `gh pr create/review/merge` command sequences and merge-strategy recommendations. Pairs with `issue-manager` for issue-to-PR traceability. RU: Специалист по жизненному циклу pull request. Создаёт PR со структурированными шаблонами тела, проверяет diff и статус CI, выбирает правильную стратегию слияния (squash/merge/rebase) и координирует batch PR с фильтрацией по лейблам. Используй при необходимости открыть PR с нормальным чеклистом, проверить, какие PR заблокированы CI, пакетно одобрить набор PR или включить auto-merge с условием одобрения. Выдаёт последовательности команд `gh pr create/review/merge` и рекомендации по стратегии слияния. Работает в паре с `issue-manager` для трассировки issue → PR. Triggers: "create PR", "merge PR", "review PR", "pull request lifecycle", "auto-merge", "merge strategy", "squash merge", "PR checklist", "PR status", "создать PR", "слить PR", "ревью PR", "жизненный цикл pull request", "автослияние"
EN: GitHub Projects V2 board specialist. Creates projects, configures custom fields (single-select, iteration, number), adds issues and PRs as items, queries item status, updates field values, and archives completed work. Use when you need to set up a sprint board from scratch, bulk-add issues from a milestone, track velocity (Done/Total), or automate end-of-sprint archival. Produces `gh project` command sequences and GraphQL item-edit patterns. Pairs with `issue-manager` for full backlog-to-board flow. RU: Специалист по GitHub Projects V2. Создаёт проекты, настраивает кастомные поля (single-select, iteration, number), добавляет issues и PR как элементы, запрашивает статус элементов, обновляет значения полей и архивирует завершённую работу. Используй при настройке sprint board с нуля, массовом добавлении задач из milestone, отслеживании velocity (Done/Total) или автоматизации архивирования в конце спринта. Выдаёт последовательности команд `gh project` и паттерны GraphQL для редактирования элементов. Работает в паре с `issue-manager` для полного flow backlog → board. Triggers: "project board", "github projects", "sprint board", "project fields", "add issues to project", "archive sprint", "project V2", "track sprint", "board setup", "доска проекта", "GitHub Projects V2", "спринт борд", "настройка проекта", "архивирование спринта"
EN: Software release coordination specialist. Generates changelogs from merged PRs categorized by label, bumps version files, creates draft GitHub releases with inline or file-based notes, uploads build assets, and publishes. Also handles release branch pattern and hotfix cuts from the latest tag. Use when you need to ship a version end-to-end: plan → changelog → tag → publish → announce. Produces `gh release create/upload/edit` sequences and release note templates. Pairs with `pr-manager` for pre-release PR coordination. RU: Специалист по координации релизов. Генерирует changelogs из смёрженных PR с категоризацией по лейблам, обновляет версионные файлы, создаёт черновые GitHub releases с inline или файловыми notes, загружает build assets и публикует. Также обрабатывает паттерн release branch и hotfix из последнего тега. Используй при выпуске версии от начала до конца: планирование → changelog → тег → публикация → анонс. Выдаёт последовательности `gh release create/upload/edit` и шаблоны release notes. Работает в паре с `pr-manager` для координации PR перед релизом. Triggers: "create release", "generate changelog", "publish release", "release notes", "version bump", "hotfix release", "upload release assets", "release branch", "tag release", "создать релиз", "сгенерировать changelog", "опубликовать релиз", "бамп версии", "релизные заметки"
Uses power tools
Uses Bash, Write, or Edit tools
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.
Official plugin marketplace for Claude Code from ForgePlan — UX, workflow, engineering, and developer tools.
18 plugins | 25 marketplace-aware agents (75 total) | 38+ skills | 9+ knowledge bases
ForgePlan ecosystem: this marketplace +
forgeplanCLI (artifact lifecycle) +@forgeplan/web(browser viewer with time-travel + graph). Three siblings; install what you need.
| Guide | When to read |
|---|---|
| 👋 Onboarding | Read this first — pocket guide, friendly tone, get from zero to autonomous agent dispatch in 30-60 min. Hindsight setup + command cookbook + when-you're-needed matrix |
| 🚧 Brownfield guide | Companion to Onboarding — existing codebases, Discover Agent, Strangler Fig + DDD + ACL with concrete examples |
| 🚀 Developer Journey | Longer 30-min walkthrough from zero to your first shipped feature, with 4 persona Day 0 walkthroughs |
| 🧭 Smith — master orchestrator | Routing map: 12 contexts × 27 methodologies. When and how to dispatch /smith as the BMAD-style master that picks the right workflow for the task |
| 📋 Playbook | Use-case matrix: which command for which scenario (empty project, brownfield, night-run, …) |
| 📖 Usage Guide | Reference manual: 18 commands, hooks, agent activation rules, troubleshooting |
| 🏛 Architecture | 4-layer mental model — Orchestra (where) · Forgeplan (what) · FPF (how to think) · SPARC (how to code) |
| 🔬 Methodologies | What's built into forgeplan (BMAD, OpenSpec, ADI, F-G-R, DDR, Verification Gate) vs what's external |
| 🔁 Autoresearch integration | Combining uditgoenka/autoresearch (metric-driven loops) with /forge-cycle lifecycle |
| 🧭 AI-SDLC mapping | Phase-by-phase map for users coming from AI-SDLC vocabulary (Concept → Research → Design → Build → Test → Release → Operate → Maintain) |
| 📚 Upstream methodologies | Bibliography — pointers to Quint-code, BMAD, OpenSpec, FPF, Karpathy autoresearch, git-adr, ccpm, adr-tools |
| 🛠 Setup Guide for new repo | End-to-end bootstrap (~20 min): forgeplan + Claude Code plugins + GitHub Projects v2 + auto-add workflow + convention. Use when adding a new ForgePlan repo to the ecosystem. |
| 🚚 Migration: dev-toolkit → fpl-skills | Switching plugins safely (side-by-side or clean-cut, with rollback plan) |
| 🗂 Tracker Integration | Recipes for Orchestra · GitHub Issues · Linear · Jira · local TODO |
| 🌐 Forgeplan Web | Browser viewer — time-travel slider + artifact graph + health dashboard |
| 🔄 Process Reference (EN) / RU | Full process from idea to commit — 5 agent profiles, 10 artifact kinds, 4-layer pipeline, methodologies (BMAD/FPF/SPARC/RIPER-5) |
| 📜 Changelog | Release history |
| 🤝 Contributing | Add a new plugin to the marketplace |
# 1. Add the ForgePlan marketplace
/plugin marketplace add ForgePlan/marketplace
# 2. Install your first plugin (works with any project, no dependencies)
/plugin install dev-toolkit@ForgePlan-marketplace
# 3. Reload to activate
/reload-plugins
# 4. Try it — run a code audit
/audit
New here? Pick the row that matches you. Each row is a complete setup — no need to read the full catalog.
| Your role | Install these | Why |
|---|---|---|
| I want a master orchestrator | fpl-skills + agents-pro | Start here → /smith routes 12 contexts to 27 methodologies |
| Forgeplan user (recommended) | fpl-skills | One install, 38 skills, full route → ship loop |
| Any developer (no forgeplan) | dev-toolkit + agents-core | Universal tools, no CLI dependency |
| Frontend | fpl-skills + laws-of-ux + agents-domain | UX + framework agents |
| Architect | fpl-skills + fpf + agents-pro + agents-sparc | Thinking + SPARC |
| Multi-session / team | fpl-skills + forgeplan-orchestra | Coordination + Inbox Pattern |
| Brownfield migration | fpl-skills + forgeplan-brownfield-pack | Ingest legacy docs + C4/DDD/research analyses |
| Everything | All 18 plugins | Complete ecosystem |
npx claudepluginhub forgeplan/marketplace --plugin agents-githubForgePlan Hindsight memory plugin for Claude Code. Long-term cross-session memory wrapping Hindsight (vectorize-io). Provides 13 MCP tools (memory_* + mental_model_* + document_ingest_*), 3 auto-hooks (recall on UserPromptSubmit, retain on Stop, force-retain on SessionEnd), and 5 helper skills (/status, /bootstrap, /mental-model, /diagnose, /export-bank). Three activation modes: plugin install (default-on, bank derived from cwd), per-project setup CLI (explicit `.mcp.json`), or direct MCP wire-up (standalone bundle). Source code colocated under plugins/fpl-hsmem/src/. Implements Ruflo-style outcome-feedback patterns (NOTE-004).
Practical cookbook of forgeplan CLI recipes — task-oriented how-to guides covering getting-started, PRD authoring, Evidence patterns, workflow cycles, multi-plugin discipline, AI-pair dispatch, troubleshooting Sprint A-O anomalies, and CLI/MCP quick-reference. Each recipe: Цель → Команда → Пример → Common errors. / Практическая поваренная книга рецептов forgeplan CLI — пошаговые руководства по онбордингу, PRD, Evidence, рабочим циклам, мультиплагинной дисциплине, диспетчеризации AI-агентов, устранению аномалий и справочнику CLI/MCP.
UX laws knowledge base and frontend code reviewer. Analyzes HTML/CSS/JS/React/Vue/Svelte code against 30 Laws of UX principles. Provides actionable recommendations for improving user experience. Use when building UI components, reviewing frontend code, or learning UX best practices. v1.4.1: ux-reviewer agent canonical-lint compliant (LR-1..LR-3).
First Principles Framework (FPF) — thinking amplifier for structured reasoning, system decomposition, and decision-making. Enhanced version with applied patterns, forgeplan integration, and practical commands. Based on the FPF specification by Anatoly Levenchuk. v1.4.1: fpf-advisor agent canonical-lint compliant (LR-1..LR-3).
Unified workflow: Forgeplan artifacts + Orchestra task tracking + Claude Code AI execution. Bidirectional sync, Session Start Protocol with Inbox Pattern, and methodology knowledge base. Requires forgeplan CLI (private app, access via project admin) + Orchestra MCP server. v1.4.1: orchestra-advisor agent canonical-lint compliant (LR-1..LR-3).
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints. Examples:\n\n<example>\nContext: Starting a new app or feature design