{
  "markdown": "# marty-caganize\n\nA Claude Code skill that encodes Marty Cagan / SVPG product development methodology — the frameworks from *INSPIRED*, *EMPOWERED*, and *TRANSFORMED* — so Claude can act as a diagnostic lens and generative toolkit for product strategy, team topology, discovery, and OKRs.\n\n## Highlights\n\n- **Diagnostic lens** — classifies a described team/org against Cagan's feature-team vs. empowered-team distinction before giving advice\n- **Generative toolkit** — drafts vision docs, strategy docs, OKRs, opportunity solution trees, and test plans using Cagan's structures, not generic PM templates\n- **Broad, implicit triggering** — fires on product-strategy language even when the user doesn't say \"Cagan\" (e.g. \"our roadmap is just a list of features,\" \"how do I coach this PM\")\n- **Copyable templates** — a Four Risks checklist and Opportunity Solution Tree template in `references/templates.md`, pulled in only when needed\n- **Staged-adoption aware** — coaches orgs that can't fully adopt empowered teams (agencies, early-stage startups, regulated industries) rather than treating the model as all-or-nothing\n\n## Installation\n\n### From the mackayi marketplace (recommended)\n\n```\n/plugin marketplace add keithmackay/mackayi\n/plugin install marty-caganize@mackayi\n```\n\n### Claude Code\n\n```bash\ncp -r /path/to/marty-caganize/ ~/.claude/skills/marty-caganize/\n```\n\nOr symlink:\n```bash\nln -s /path/to/marty-caganize/ ~/.claude/skills/marty-caganize\n```\n\nThen invoke by describing product-strategy, team-structure, discovery, or roadmap work — no explicit `/` command is needed; see Usage below.\n\n### Codex\n\nPlace the plugin directory where Codex can find it, then add an entry to your marketplace:\n\n**`~/.agents/plugins/marketplace.json`** (create if absent):\n```json\n{\n  \"name\": \"personal\",\n  \"interface\": { \"displayName\": \"Personal Plugins\" },\n  \"plugins\": [\n    {\n      \"name\": \"marty-caganize\",\n      \"source\": { \"source\": \"local\", \"path\": \"/path/to/marty-caganize/\" },\n      \"policy\": { \"installation\": \"AVAILABLE\", \"authentication\": \"ON_INSTALL\" },\n      \"category\": \"Productivity\"\n    }\n  ]\n}\n```\n\n### Antigravity\n\n**Global install** (all workspaces):\n```bash\ncp -r /path/to/marty-caganize/ ~/.gemini/antigravity/skills/marty-caganize/\n```\n\n**Workspace install** (current project only):\n```bash\ncp -r /path/to/marty-caganize/ .agents/skills/marty-caganize/\n```\n\nThe root `SKILL.md` has no Claude Code-specific metadata, so it is used as-is — no separate Antigravity variant is needed.\n\nSkills are auto-discovered. You can also mention the skill by name to force activation.\n\n### Gemini CLI\n\nGemini CLI installs extensions directly from GitHub:\n\n```bash\ngemini extensions install https://github.com/keithmackay/marty-caganize\n```\n\nTo update:\n```bash\ngemini extensions update marty-caganize\n```\n\nThe skill is auto-discovered from `GEMINI.md` after installation.\n\n## Compatibility\n\n| Feature | Claude Code | Codex | Antigravity | Gemini CLI |\n|---------|:-----------:|:-----:|:-----------:|:----------:|\n| Core skill | ✅ | ✅ | ✅ | ✅ |\n| Sub-documents (`references/`) | ✅ | ✅ | ✅ | ✅ |\n\nNo Claude Code-specific frontmatter (`metadata`, `retrieval`, `tags`) or subagent dispatch is used by this skill, so there are no platform gaps to document — it ports cleanly to all four platforms.\n\nLegend: ✅ Supported · ❌ Not supported\n\n## References\n\n- **Claude Code Skills:** https://code.claude.com/docs/en/skills\n- **Claude Code Complete Guide (PDF):** https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf\n- **Codex Plugins:** https://developers.openai.com/codex/plugins/build\n- **Antigravity Skills:** https://antigravity.google/docs/skills\n- **Gemini CLI Extensions:** https://github.com/google-gemini/gemini-cli/blob/main/docs/extension.md\n- **Agent Skills open standard:** https://agentskills.io/home\n\n## Usage\n\nOnce installed, the skill activates automatically whenever a request touches product strategy, team structure, discovery, or roadmapping — no explicit invocation syntax is needed. Examples that trigger it:\n\n```\n\"How should we structure our product teams?\"\n\"We keep shipping features nobody uses — what's going wrong?\"\n\"Help me write our product strategy for next quarter.\"\n\"Rewrite these OKRs — they're really just a feature list.\"\n\"What should we prototype before building this?\"\n```\n\nClaude will apply the relevant section of `SKILL.md` (team topology, the four discovery risks, OKR construction, anti-pattern detection, etc.) and pull structured templates from `references/templates.md` when drafting an artifact.\n\n## Contents\n\n`SKILL.md` covers, in order: the feature-team vs. empowered-team distinction, team topology (the product trio), vision & strategy, continuous discovery & the four big risks, OKRs, coaching & product leadership, common anti-patterns, how to apply the skill, and partial/staged adoption for constrained orgs. See its own table of contents for section links.\n\n`references/templates.md` holds copyable templates (Four Risks checklist, Opportunity Solution Tree, OKR rewrite pattern, vision/strategy doc skeleton) that Claude loads on demand rather than keeping inline in `SKILL.md`.\n\n## Development\n\nThis is a documentation/prompt-content project — no build, test, or lint tooling. Changes are made directly to `SKILL.md` and `references/templates.md`. Review changes are tracked under `docs/reviews/`, implementation plans under `docs/plans/`.\n\n## Contributing\n\nThis is a personal skill project; feel free to fork and adapt it for your own use. If proposing changes, keep the source-of-truth split intact: operating instructions in `SKILL.md`, situational reference material in `references/`.\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for release history.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 5771,
  "sha": "94c306025f759cc0f42095163cb96adf57f14aad9449fb587a4b447c104438c9",
  "repo_slug": "keithmackay/marty-caganize",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_keithmackay_marty_caganize_6ecbf284/readme"
}