{
  "markdown": "# agentic-pm-kit\n\n`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.\n\nSupports **Claude Code** and **Gemini CLI** out of the box.\n\n---\n\n## Install\n\n### Method 1 — npx (recommended, zero config)\n\n```bash\nnpx agentic-pm-kit install\n```\n\nNo global install required. `npx` fetches the package on first run.\n\n### Method 2 — Claude Code plugin\n\n```bash\n/plugin marketplace add Agentic-Engineering-Agency/agentic-pm-kit\n/plugin install agentic-pm-kit@agentic-engineering-agency\n```\n\nPlugin skills are namespaced (`/agentic-pm-kit:charter`) so they never collide with your standalone skills.\n\n### Method 3 — Gemini CLI extension\n\n```bash\ngemini extensions install https://github.com/Agentic-Engineering-Agency/agentic-pm-kit\n```\n\n---\n\n## Quick start (npx path)\n\n1. `cd` into your project directory.\n2. Run `npx agentic-pm-kit install`.\n3. Answer the interactive prompts (target dir, agent, language, modules — see below).\n4. Confirm the summary screen.\n5. Open your AI agent and invoke a skill, e.g. `charter` in Claude Code.\n\n---\n\n## What gets installed\n\nThe kit ships **40 Agent Skills** across five lifecycle phases:\n\n| Phase | Skills included |\n|---|---|\n| **Ideation** | Brainstorming Lab wrapper + 20 PM-curated strategies (Five Whys, Six Thinking Hats, Risk Reversal, and 17 more) |\n| **Initiation** | Project Charter, Stakeholder Register, Product Brief |\n| **Planning** | PRD, WBS, Schedule/Gantt, Cost Estimation, Risk Matrix, Communication Plan, Quality Plan, Resource Plan |\n| **Execution** | Sprint Planning, Story Execution, Daily Standup Prep, Sprint Review |\n| **Closing** | Sprint Retrospective, Post-Mortem, Project Closure Report |\n\nEach 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).\n\n---\n\n## Install destinations\n\n### Claude Code\n\nSkills land in your **project directory**, auto-discovered by Claude Code:\n\n```\n<project>/\n├── .claude/\n│   └── skills/\n│       ├── brainstorming-five-whys/SKILL.md\n│       ├── charter/SKILL.md\n│       └── ... (40 skills)\n├── docs/pm-kit/          ← checklists, templates, outputs\n├── vendor/pm-kit/        ← bundled Scrum Guide, Manifesto\n└── .pm-kit.config.json\n```\n\nPer-project install: each project can have its own language, module selection, and config.\n\n### Gemini CLI\n\nSkills land in a **user-global extension directory**, auto-discovered on Gemini startup:\n\n```\n~/.gemini/\n└── extensions/\n    └── agentic-pm-kit/\n        ├── gemini-extension.json   ← manifest (auto-written)\n        └── skills/\n            ├── brainstorming-five-whys/SKILL.md\n            ├── charter/SKILL.md\n            └── ... (40 skills)\n```\n\nOne 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.\n\n---\n\n## Interactive prompt flow\n\n`npx agentic-pm-kit install` walks you through eight prompts:\n\n1. **Target directory** — default: current working directory.\n2. **Project name and description** — stored in `.pm-kit.config.json`.\n3. **Agent target** — Claude Code, Gemini CLI, or both (default: both).\n4. **Agent communication language** — free-form text; any language string accepted (e.g., `español`, `English`, `português`). Stored verbatim.\n5. **Artifact output language** — defaults to the communication language if left blank.\n6. **Modules** — multi-select: Ideation, Initiation, Planning, Execution, Closing (default: all).\n7. **Brainstorming deck** — Curated 20 (recommended) or Full 60 (includes ~40 non-PM strategies). Also settable via `--full-deck` flag.\n8. **Source mode** — Offline (default, bundled sources only) or Online (agent WebFetches canonical URLs). Also settable via `--online-mode` flag.\n\nA summary screen is shown before any files are written.\n\n### Flags\n\n```\nnpx agentic-pm-kit install --full-deck     # skip deck prompt, install all 60 strategies\nnpx agentic-pm-kit install --online-mode   # skip source-mode prompt, enable WebFetch\nnpx agentic-pm-kit --version               # print package version\nnpx agentic-pm-kit --help                  # print usage\n```\n\n### Re-running install\n\nRe-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.\n\n---\n\n## Authoritative sources\n\n| Mode | Behavior |\n|---|---|\n| **Offline** (default) | Skills use the bundled Scrum Guide 2020 (EN + ES) and Agile Manifesto. For PMBOK concepts, the agent cites named principles and performance domains from general knowledge without fabricating page numbers or direct quotations. |\n| **Online** (opt-in) | Skills additionally instruct the agent to WebFetch the canonical URL for each artifact before drafting. Gives access to public PMI explainers and current Scrum Guide pages. Paywalled PMBOK content remains inaccessible. |\n\n---\n\n## FAQ\n\n**What language will the output be in?**\nWhatever language you typed into the install prompt. The agent reads your `language.output` config and produces all artifacts in that language. You can type any language string — `español`, `English`, `português`, `français`, etc.\n\n**How do I change the language after install?**\nRe-run `npx agentic-pm-kit install` and enter the new language when prompted. Your existing output files are not touched.\n\n**How do I uninstall?**\nDelete the following paths:\n- `.claude/skills/` — remove the skill directories installed by the kit (e.g., `charter/`, `brainstorming-five-whys/`, etc.)\n- `~/.gemini/extensions/agentic-pm-kit/` (if you installed for Gemini CLI)\n- `docs/pm-kit/`\n- `vendor/pm-kit/`\n- `.pm-kit.config.json`\n\n**Is my data sent anywhere?**\nNo. The install is purely local: files are written to your disk from the npm package. There is no telemetry, no account, and no network calls during install (beyond the initial `npx` fetch). Online mode causes your AI agent to make web requests when it runs a skill — that traffic is between your agent and the source websites, not Agentic Engineering Agency.\n\n**Which Node version is required?**\nNode 18 or later. Bun 1.0+ also works.\n\n**Does this work with agents other than Claude Code and Gemini CLI?**\nNot in v1. The skill format (YAML frontmatter + Markdown body) is based on the shared Agent Skills open standard, so other agents may load the files — but only Claude Code and Gemini CLI are tested and officially supported install targets.\n\n---\n\n## Attribution\n\nBuilt on open-source methodology from BMad-Method (MIT, © 2025 BMad Code, LLC) — see [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md).\n\nBundled vendor content: Scrum Guide 2020 (CC BY-SA 4.0, Ken Schwaber and Jeff Sutherland), Agile Manifesto (© 2001, the signatories). Full attribution in THIRD_PARTY_NOTICES.md.\n\n---\n\n## Documentation\n\nFull playbook and phase-by-phase usage guides:\n\n**<https://labs.agenticengineering.agency/docs/pm-kit>**\n\n---\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 7548,
  "sha": "60d3da4d12fefa0bd4c3adf263ffcf902919f6ba8697c378f71d0dadc3256065",
  "repo_slug": "agentic-engineering-agency/agentic-pm-kit",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_agentic_engineering_agency_agentic_pm_ki_f22b0338/readme"
}