Collaborative and async design, planning, and review-resolution skills: ideation, Confluence ideation, design-for-review, plan-for-review, and resolve-review.
Collaborative design sessions that publish directly to Confluence. Use this skill when the user wants to brainstorm, design, or ideate AND the result should live in Confluence — e.g., 'design session for a new Confluence page', 'update this Confluence page with a design', 'brainstorm X and put it on Confluence', or when given a Confluence page URL/ID to work on. Also trigger when the user says 'confluence design', 'write a design on Confluence', or references a parent page for new design work.
Use when turning an idea, feature, or change into a design WITHOUT sitting at the terminal answering questions one at a time. Runs the normal brainstorming design flow but writes every open question into the document with options and a recommendation, commits and pushes it, and hands off to resolve-review so the user can read it, talk it through on their own time, and feed a transcript back. Trigger when the user wants to 'design X', 'brainstorm a feature', 'spec this out', or explicitly wants an asynchronous / hands-off / write-it-up-and-I'll-review design flow. Prefer this over synchronous brainstorming whenever the user signals they will not be watching the terminal.
Explores user intent, requirements and design before implementation.
Use when you have an approved or resolved design and need a detailed implementation plan WITHOUT sitting at the terminal answering questions. Runs the normal writing-plans flow but writes any remaining implementation decisions into the plan as open questions with options and a recommendation, commits and pushes it, then hands off to resolve-review so the user can read and talk it through on their own time. Normally reached automatically from design-for-review once its design has zero open questions, but also trigger when the user asks to 'write the plan', 'turn this spec into a plan', or wants a hands-off / write-it-up-and-I'll-review planning flow.
Use to reconcile a design-for-review or plan-for-review document against the user's feedback. The user reads the committed doc, talks it through (alone or in a group), and pastes the transcript (or a path to a transcript file) back. This skill classifies every piece of that feedback as an answer to an open question, an agreement to a proposal, or a question about a question/proposal, updates the document accordingly, recommits and pushes, and reports what is still open. Trigger when the user pastes a transcript, discussion notes, or review comments after a design-for-review/plan-for-review handoff, or says 'here's the feedback', 'reconcile this', 'I talked it through', 'resolve the open questions'. Loop this until zero open questions remain.
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.
A Claude Code plugin marketplace of agentic development workflow skills: design/plan/resolve loops, PR review, and git worktree workflows.
The marketplace catalog lives in .claude-plugin/marketplace.json
and contains three plugins.
| Plugin | Skills | What it does |
|---|---|---|
| design-flow | ideation, confluence-ideation, design-for-review, plan-for-review, resolve-review | Collaborative and async design → plan → resolve loop, plus interactive ideation and Confluence-published design sessions. |
| pr-review | review-pr, handle-code-review | Run a comprehensive scoped PR review, and critically evaluate / process incoming review feedback. |
| git-workflow | worktree, sync-main | Create an isolated git worktree with local settings copied; safely sync a feature branch with main while preserving PR functionality. |
Plugin skills are namespaced by plugin name, e.g. /design-flow:ideation,
/pr-review:review-pr, /git-workflow:worktree.
In a Claude Code session:
/plugin marketplace add himmelreich-it/agentic-development
/plugin install design-flow@agentic-development
/plugin install pr-review@agentic-development
/plugin install git-workflow@agentic-development
Install only the plugins you want — they are independent.
claude plugin marketplace add himmelreich-it/agentic-development
claude plugin install design-flow@agentic-development
claude plugin install pr-review@agentic-development
claude plugin install git-workflow@agentic-development
After installing, run /reload-plugins (or restart Claude Code) and check /help to see the
namespaced skills.
Plugins use git-SHA versioning — no pinned version, so every pushed commit is a new version. Refresh the marketplace to pull the latest:
/plugin marketplace update agentic-development
From a clone of this repo:
# Validate the marketplace + all plugin manifests and skill frontmatter
claude plugin validate .
# Add this checkout as a local marketplace
/plugin marketplace add ./
/plugin install design-flow@agentic-development
# Or load a single plugin directly without installing
claude --plugin-dir ./plugins/design-flow
.claude-plugin/marketplace.json marketplace catalog
plugins/
design-flow/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
pr-review/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
git-workflow/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
MIT
npx claudepluginhub himmelreich-it/agentic-development --plugin design-flowGit branch workflow skills: create an isolated git worktree with local settings copied (worktree) and safely sync a feature branch with main preserving PR functionality (sync-main).
Pull request review skills: run a comprehensive scoped PR review (review-pr) and critically process incoming review feedback (handle-code-review).
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.