Documentation
Documentation and install commands for the kits we publish.
Documentation
Browse the published docs for our kits and workflows. This hub keeps the catalog, install commands, and external references in one place.
Kits
Prototype Kit
Ship a polished React + shadcn prototype in an afternoon, without writing code. Works with Gemini CLI, Claude Code, and OpenCode.
PM Kit
Draft PMBOK and Scrum artifacts with AI, anchored to canonical sources. Works with Claude Code and Gemini CLI.
SpecSafe
Run a two-phase planning plus spec-driven development workflow for AI-assisted engineering. Documentation lives on the dedicated SpecSafe site.
Quick install
Prototype Kit
# Claude Code
/plugin marketplace add Agentic-Engineering-Agency/prototype-kit
/plugin install prototype-kit@prototype-kit
# Gemini CLI
gemini extensions install --consent https://github.com/Agentic-Engineering-Agency/prototype-kit
# OpenCode
npx @agentic-engineering/prototype-kit initPM Kit
# Claude Code
/plugin marketplace add Agentic-Engineering-Agency/agentic-pm-kit
/plugin install agentic-pm-kit@agentic-engineering-agency
# Gemini CLI
gemini extensions install --consent https://github.com/Agentic-Engineering-Agency/agentic-pm-kit
# Universal
npx agentic-pm-kit installSpecSafe
# Recommended install
npm install -g @specsafe/cli
# Alternative
pnpm install -g @specsafe/cli
# Claude Code support
specsafe install claude-code
# Gemini support
specsafe install geminiAI agents: Fetch /llms-full.txt for the complete machine-readable version of all published documentation.