Agent Skills for PMBOK- and Scrum-shaped project management artifacts — 40 skills across Ideation, Initiation, Planning, Execution, and Closing.
Facilitate an Alien Anthropologist session in which the team examines their own project, processes, or user environment through the eyes of a completely uninitiated outside observer to surface hidden assumptions. Invoke when requirements elicitation, stakeholder onboarding, or user research is hampered by familiarity blindness.
Facilitate an Anti-Solution session that generates ways to make the problem worse or to guarantee failure, then inverts those findings to reveal overlooked solution paths. Invoke when the team is stuck on a single solution frame or when a pre-mortem or risk exercise needs creative expansion of the failure-mode list.
Facilitate an Assumption Reversal session that surfaces hidden constraints by inverting core beliefs about a challenge. Invoke when the user needs to break out of conventional solution space, challenge inherited design decisions, or stress-test a plan's underlying logic.
Facilitate a Brain Writing Round Robin ideation session in which participants contribute silently and sequentially to build on each other's ideas. Invoke when the user needs inclusive idea generation from a distributed or mixed-participation team.
Facilitate a Chaos Engineering brainstorming session that stress-tests a project plan, system design, or process by deliberately hypothesizing worst-case failures to reveal hidden fragilities. Invoke when preparing a risk register, pre-mortem analysis, or resilience review before a critical milestone.
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.
agentic-pm-kit is a free, MIT-licensed npm package that installs Agent Skills for project-management work into AI-powered CLI tools. Once installed, those skills enable your AI assistant to produce competent drafts of PMBOK- and Scrum-shaped artifacts — charters, risk matrices, sprint plans, retrospectives, and more — directly from your terminal, grounded in authoritative sources rather than hallucinated content.
Supports Claude Code and Gemini CLI out of the box.
npx agentic-pm-kit install
No global install required. npx fetches the package on first run.
/plugin marketplace add Agentic-Engineering-Agency/agentic-pm-kit
/plugin install agentic-pm-kit@agentic-engineering-agency
Plugin skills are namespaced (/agentic-pm-kit:charter) so they never collide with your standalone skills.
gemini extensions install https://github.com/Agentic-Engineering-Agency/agentic-pm-kit
cd into your project directory.npx agentic-pm-kit install.charter in Claude Code.The kit ships 40 Agent Skills across five lifecycle phases:
| Phase | Skills included |
|---|---|
| Ideation | Brainstorming Lab wrapper + 20 PM-curated strategies (Five Whys, Six Thinking Hats, Risk Reversal, and 17 more) |
| Initiation | Project Charter, Stakeholder Register, Product Brief |
| Planning | PRD, WBS, Schedule/Gantt, Cost Estimation, Risk Matrix, Communication Plan, Quality Plan, Resource Plan |
| Execution | Sprint Planning, Story Execution, Daily Standup Prep, Sprint Review |
| Closing | Sprint Retrospective, Post-Mortem, Project Closure Report |
Each skill includes a SKILL.md (the agent prompt), a TEMPLATE.md (blank output scaffold), and a CHECKLIST.md (binary acceptance gate). Every artifact skill is grounded in an authoritative source: the Scrum Guide 2020 (bundled), the Agile Manifesto (bundled), or a PMI/ISO canonical URL (linked, open-access version).
Skills land in your project directory, auto-discovered by Claude Code:
<project>/
├── .claude/
│ └── skills/
│ ├── brainstorming-five-whys/SKILL.md
│ ├── charter/SKILL.md
│ └── ... (40 skills)
├── docs/pm-kit/ ← checklists, templates, outputs
├── vendor/pm-kit/ ← bundled Scrum Guide, Manifesto
└── .pm-kit.config.json
Per-project install: each project can have its own language, module selection, and config.
Skills land in a user-global extension directory, auto-discovered on Gemini startup:
~/.gemini/
└── extensions/
└── agentic-pm-kit/
├── gemini-extension.json ← manifest (auto-written)
└── skills/
├── brainstorming-five-whys/SKILL.md
├── charter/SKILL.md
└── ... (40 skills)
One install, shared across all your Gemini projects. The per-project artifacts (docs/pm-kit/, vendor/pm-kit/, .pm-kit.config.json) still land in your project directory.
npx agentic-pm-kit install walks you through eight prompts:
.pm-kit.config.json.español, English, português). Stored verbatim.--full-deck flag.--online-mode flag.A summary screen is shown before any files are written.
npx agentic-pm-kit install --full-deck # skip deck prompt, install all 60 strategies
npx agentic-pm-kit install --online-mode # skip source-mode prompt, enable WebFetch
npx agentic-pm-kit --version # print package version
npx agentic-pm-kit --help # print usage
Re-running npx agentic-pm-kit install in a directory that already has a .pm-kit.config.json refreshes all skill and vendor files to the current package version. Your own output files in docs/pm-kit/outputs/ are never modified.
npx claudepluginhub agentic-engineering-agency/agentic-pm-kit --plugin agentic-pm-kitUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.