{
  "markdown": "# Project + Product Skills\n\nThis is a practical skill kit for the weekly work of running projects and products across Codex, Claude Code, and Gemini CLI.\n\nIt is built around the typical documents and decisions you'll need to make to keep the ball rolling: meeting notes, status briefs, product requirements, interviews, roadmap narratives, prioritization, delivery planning, workshops, offsites, onboarding plans, and PRINCE2 project packs.\n\nGive an AI agent enough structure to produce useful operating artifacts without turning every request into a runaway task. Most of these skills are meant to create something you can paste into a working doc, review with a team, or use in a project meeting.\n\nThis repo is inspired by Mohit Aggarwal's open-source Claude skills library. I took a handful of ideas, reshaped the collection around what I consider a typical workflow, and packaged this version for Codex, Claude Code, and Gemini CLI.\n\n## Install\n\n### macOS or Linux\n\nCodex:\n\n```bash\ncd /Users/dpradilla/dev/project-product-skills\n./scripts/install-codex.sh\n```\n\nClaude Code:\n\n```bash\ncd /Users/dpradilla/dev/project-product-skills\n./scripts/install-claude.sh\n```\n\nGemini CLI:\n\n```bash\ncd /Users/dpradilla/dev/project-product-skills\n./scripts/install-gemini.sh\n```\n\n### Windows PowerShell\n\nCodex:\n\n```powershell\n.\\scripts\\install-codex.ps1\n```\n\nClaude Code:\n\n```powershell\n.\\scripts\\install-claude.ps1\n```\n\nGemini CLI:\n\n```powershell\n.\\scripts\\install-gemini.ps1\n```\n\nThe macOS/Linux installers symlink skills into the agent skill folder. The Windows installers copy skills by default because symlinks can require Developer Mode or elevated permissions.\n\nInstallers also support explicit modes:\n\n```bash\n./scripts/install-codex.sh --link\n./scripts/install-codex.sh --copy\n./scripts/install-claude.sh --link\n./scripts/install-claude.sh --copy\n```\n\nOn Windows, add `-UseSymlinks` if Developer Mode or elevated permissions allow symlinks:\n\n```powershell\n.\\scripts\\install-codex.ps1 -UseSymlinks\n.\\scripts\\install-claude.ps1 -UseSymlinks\n```\n\n## Maintenance\n\nCheck the repo:\n\n```bash\n./scripts/validate.sh\n./scripts/doctor.sh\n```\n\nUpdate after pulling new changes:\n\n```bash\n./scripts/update.sh\n./scripts/update.sh codex --link\n./scripts/update.sh claude --copy\n```\n\nUninstall local skill copies or links:\n\n```bash\n./scripts/uninstall-codex.sh\n./scripts/uninstall-claude.sh\n./scripts/uninstall-gemini.sh\n```\n\nWindows equivalents exist for each script as `.ps1` files.\n\n## Requirements\n\n- Git, if you are cloning the repo.\n- Codex, Claude Code, or Gemini CLI depending on which agent you use.\n- Bash on macOS/Linux.\n- PowerShell on Windows.\n- Node.js if you want to run the Bash validation script.\n- Gemini CLI on your `PATH` if you use the Gemini installer.\n\n## Test It\n\nAfter installing, restart the agent and try:\n\n```text\nUse product-requirements-blueprint to draft requirements for a customer onboarding dashboard.\n```\n\nOr:\n\n```text\nUse prince2-documentation-map to list the management products needed for a medium-risk software project.\n```\n\n## Skill Set\n\nFor a browseable table with descriptions, see [SKILLS.md](SKILLS.md).\n\n### Choose The Workflow\n\n- `project-product-router`\n\n### Run The Work\n\n- `decision-meeting-notes`\n- `delivery-status-brief`\n- `stakeholder-decision-note`\n- `executive-product-note`\n- `workshop-runbook`\n- `team-offsite-agenda`\n\n### Define The Product\n\n- `product-requirements-blueprint`\n- `technical-alignment-brief`\n- `outcome-map`\n- `roadmap-story-brief`\n- `roadmap-review-outline`\n- `strategic-story-builder`\n\n### Learn From Customers\n\n- `discovery-conversation-guide`\n- `interview-signal-synthesis`\n- `research-evidence-brief`\n- `assumption-risk-ledger`\n- `job-to-be-done-map`\n\n### Make Better Decisions\n\n- `metric-architecture`\n- `product-health-diagnostic`\n- `retention-diagnostic`\n- `dashboard-decision-brief`\n- `market-landscape-scan`\n- `priority-decision-system`\n- `learning-experiment-plan`\n- `pricing-packaging-brief`\n\n### Deliver And Launch\n\n- `delivery-commitment-map`\n- `sprint-kickoff-brief`\n- `retrospective-insight-brief`\n- `handoff-readiness-brief`\n- `launch-readiness-review`\n- `launch-control-checklist`\n- `market-activation-plan`\n\n### Run PRINCE2 Projects\n\n- `prince2-startup-brief`\n- `prince2-initiation-pack`\n- `prince2-direction-gate-brief`\n- `prince2-stage-control-pack`\n- `prince2-product-delivery-pack`\n- `prince2-stage-boundary-pack`\n- `prince2-closure-pack`\n- `prince2-documentation-map`\n\n### Build The Team\n\n- `role-interview-kit`\n- `team-onboarding-plan`\n\n## How I Use It\n\nWhen a product review is messy, I use `roadmap-story-brief`.\nWhen a project is drifting, I use `delivery-status-brief`.\nWhen the team has too many opinions and not enough evidence, I use `assumption-risk-ledger`.\nWhen a launch feels vague, I use `launch-readiness-review`.\nWhen a governed project needs structure, I use `prince2-documentation-map` first and then the phase-specific PRINCE2 skill.\n\n",
  "bytes": 4930,
  "sha": "41a9e2af85aa14b341998e60b71da935630bf362f2362d717d0486af9be67d36",
  "repo_slug": "danielpradilla/project-product-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_danielpradilla_project_product_skills_6d95704b/readme"
}