@jhm1909/ag-kit 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/ARCHITECTURE.md +189 -0
- package/.agent/known-registries.json +181 -0
- package/.agent/mcp_config.json +19 -0
- package/.agent/rules/clean-code.md +107 -0
- package/.agent/rules/documents.md +177 -0
- package/.agent/rules/git-workflow.md +68 -0
- package/.agent/rules/nano-banana.md +46 -0
- package/.agent/rules/research.md +35 -0
- package/.agent/rules/skill-loading.md +100 -0
- package/.agent/rules/skill-suggestion.md +47 -0
- package/.agent/rules/testing.md +52 -0
- package/.agent/rules/workflow-advisor.md +108 -0
- package/.agent/rules/workflow-skill-convention.md +127 -0
- package/.agent/skills/ai-engineer/SKILL.md +824 -0
- package/.agent/skills/ai-engineer/references/agentic-patterns.md +329 -0
- package/.agent/skills/ai-engineer/references/evaluation.md +493 -0
- package/.agent/skills/ai-engineer/references/llm.md +490 -0
- package/.agent/skills/ai-engineer/references/rag-advanced.md +444 -0
- package/.agent/skills/ai-engineer/references/serving-optimization.md +531 -0
- package/.agent/skills/ai-engineer/vector-db/README.md +137 -0
- package/.agent/skills/app-builder/SKILL.md +75 -0
- package/.agent/skills/app-builder/agent-coordination.md +71 -0
- package/.agent/skills/app-builder/feature-building.md +53 -0
- package/.agent/skills/app-builder/project-detection.md +34 -0
- package/.agent/skills/app-builder/scaffolding.md +118 -0
- package/.agent/skills/app-builder/tech-stack.md +41 -0
- package/.agent/skills/app-builder/templates/SKILL.md +39 -0
- package/.agent/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
- package/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
- package/.agent/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
- package/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
- package/.agent/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
- package/.agent/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
- package/.agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
- package/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +122 -0
- package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +122 -0
- package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +169 -0
- package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +134 -0
- package/.agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
- package/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +119 -0
- package/.agent/skills/backend-developer/SKILL.md +763 -0
- package/.agent/skills/backend-developer/references/general-patterns.md +65 -0
- package/.agent/skills/backend-developer/references/go-echo.md +68 -0
- package/.agent/skills/backend-developer/references/go-gin.md +76 -0
- package/.agent/skills/backend-developer/references/java-springboot.md +83 -0
- package/.agent/skills/backend-developer/references/node-express.md +64 -0
- package/.agent/skills/backend-developer/references/node-nestjs.md +69 -0
- package/.agent/skills/backend-developer/references/python-django.md +67 -0
- package/.agent/skills/backend-developer/references/python-fastapi.md +80 -0
- package/.agent/skills/blockchain-engineer/SKILL.md +975 -0
- package/.agent/skills/blockchain-engineer/references/deployment.md +28 -0
- package/.agent/skills/blockchain-engineer/references/evm.md +14 -0
- package/.agent/skills/blockchain-engineer/references/mechanisms.md +32 -0
- package/.agent/skills/blockchain-engineer/references/solidity.md +32 -0
- package/.agent/skills/business-analysis/SKILL.md +85 -0
- package/.agent/skills/business-analysis/references/best-practices/diagrams.md +141 -0
- package/.agent/skills/business-analysis/references/domains/ai-agent.md +94 -0
- package/.agent/skills/business-analysis/references/domains/blockchain-dapp.md +86 -0
- package/.agent/skills/business-analysis/references/domains/ecommerce.md +77 -0
- package/.agent/skills/business-analysis/references/domains/education.md +42 -0
- package/.agent/skills/business-analysis/references/domains/fintech.md +44 -0
- package/.agent/skills/business-analysis/references/domains/fnb.md +82 -0
- package/.agent/skills/business-analysis/references/domains/healthtech.md +44 -0
- package/.agent/skills/business-analysis/references/domains/internal-tools.md +38 -0
- package/.agent/skills/business-analysis/references/domains/marketplace.md +52 -0
- package/.agent/skills/business-analysis/references/domains/saas.md +36 -0
- package/.agent/skills/business-analysis/references/workflows/collaboration.md +41 -0
- package/.agent/skills/business-analysis/scripts/verify_mermaid.py +86 -0
- package/.agent/skills/business-analysis/templates/brd.md +46 -0
- package/.agent/skills/business-analysis/templates/change-request.md +41 -0
- package/.agent/skills/business-analysis/templates/prd-functional.md +38 -0
- package/.agent/skills/business-analysis/templates/use-case.md +40 -0
- package/.agent/skills/business-analysis/templates/user-story-detailed.md +36 -0
- package/.agent/skills/code-review/SKILL.md +113 -0
- package/.agent/skills/code-review/references/code-review-reception.md +209 -0
- package/.agent/skills/code-review/references/differential_review.md +59 -0
- package/.agent/skills/code-review/references/requesting-code-review.md +105 -0
- package/.agent/skills/code-review/references/spec_compliance.md +43 -0
- package/.agent/skills/code-review/references/verification-before-completion.md +139 -0
- package/.agent/skills/context-engineering/SKILL.md +68 -0
- package/.agent/skills/context-engineering/references/context-compression.md +84 -0
- package/.agent/skills/context-engineering/references/context-degradation.md +93 -0
- package/.agent/skills/context-engineering/references/context-fundamentals.md +75 -0
- package/.agent/skills/context-engineering/references/context-optimization.md +82 -0
- package/.agent/skills/context-engineering/references/evaluation.md +89 -0
- package/.agent/skills/context-engineering/references/memory-systems.md +88 -0
- package/.agent/skills/context-engineering/references/multi-agent-patterns.md +90 -0
- package/.agent/skills/context-engineering/references/project-development.md +97 -0
- package/.agent/skills/context-engineering/references/tool-design.md +86 -0
- package/.agent/skills/debugging/SKILL.md +60 -0
- package/.agent/skills/debugging/references/defense-in-depth.md +130 -0
- package/.agent/skills/debugging/references/root-cause-tracing.md +177 -0
- package/.agent/skills/debugging/references/systematic-debugging.md +295 -0
- package/.agent/skills/debugging/references/verification-before-completion.md +142 -0
- package/.agent/skills/designer/SKILL.md +159 -0
- package/.agent/skills/designer/concepts/apple-glass.md +48 -0
- package/.agent/skills/designer/concepts/aurora-gradients.md +26 -0
- package/.agent/skills/designer/concepts/bento-grids.md +14 -0
- package/.agent/skills/designer/concepts/claymorphism.md +27 -0
- package/.agent/skills/designer/concepts/neo-brutalism.md +32 -0
- package/.agent/skills/designer/data/app-interface.csv +31 -0
- package/.agent/skills/designer/data/charts.csv +26 -0
- package/.agent/skills/designer/data/colors.csv +162 -0
- package/.agent/skills/designer/data/design.csv +1776 -0
- package/.agent/skills/designer/data/icons.csv +106 -0
- package/.agent/skills/designer/data/landing.csv +35 -0
- package/.agent/skills/designer/data/products.csv +162 -0
- package/.agent/skills/designer/data/react-performance.csv +45 -0
- package/.agent/skills/designer/data/styles.csv +85 -0
- package/.agent/skills/designer/data/typography.csv +74 -0
- package/.agent/skills/designer/data/ui-reasoning.csv +162 -0
- package/.agent/skills/designer/data/ux-guidelines.csv +100 -0
- package/.agent/skills/designer/references/accessibility.md +172 -0
- package/.agent/skills/designer/references/branding.md +88 -0
- package/.agent/skills/designer/references/color-theory.md +139 -0
- package/.agent/skills/designer/references/creation.md +118 -0
- package/.agent/skills/designer/references/design-systems.md +219 -0
- package/.agent/skills/designer/references/frontend_design_aesthetics.md +57 -0
- package/.agent/skills/designer/references/layout.md +200 -0
- package/.agent/skills/designer/references/motion.md +92 -0
- package/.agent/skills/designer/references/review.md +100 -0
- package/.agent/skills/designer/references/trends.md +209 -0
- package/.agent/skills/designer/references/typography.md +190 -0
- package/.agent/skills/designer/scripts/remove_background.py +135 -0
- package/.agent/skills/designer/scripts/ui-search/__pycache__/core.cpython-314.pyc +0 -0
- package/.agent/skills/designer/scripts/ui-search/__pycache__/design_system.cpython-314.pyc +0 -0
- package/.agent/skills/designer/scripts/ui-search/core.py +217 -0
- package/.agent/skills/designer/scripts/ui-search/design_system.py +1067 -0
- package/.agent/skills/designer/scripts/ui-search/search.py +114 -0
- package/.agent/skills/designer/templates/design-motion-spec.md +30 -0
- package/.agent/skills/devops-engineer/SKILL.md +90 -0
- package/.agent/skills/devops-engineer/docker-compose/README.md +47 -0
- package/.agent/skills/devops-engineer/references/ci-cd-pipelines.md +76 -0
- package/.agent/skills/devops-engineer/references/cloud-providers.md +57 -0
- package/.agent/skills/devops-engineer/references/codebase-normalization.md +104 -0
- package/.agent/skills/devops-engineer/references/container-orchestration.md +69 -0
- package/.agent/skills/devops-engineer/references/iac-tools.md +63 -0
- package/.agent/skills/devops-engineer/references/observability-security.md +45 -0
- package/.agent/skills/devops-engineer/references/vercel-supabase.md +17 -0
- package/.agent/skills/devops-engineer/templates/release-notes.md +8 -0
- package/.agent/skills/frontend-developer/SKILL.md +125 -0
- package/.agent/skills/frontend-developer/react-nextjs/README.md +90 -0
- package/.agent/skills/frontend-developer/references/angular.md +52 -0
- package/.agent/skills/frontend-developer/references/composition_patterns.md +60 -0
- package/.agent/skills/frontend-developer/references/core-performance.md +68 -0
- package/.agent/skills/frontend-developer/references/modern-signals.md +43 -0
- package/.agent/skills/frontend-developer/references/react_performance_rules.md +55 -0
- package/.agent/skills/frontend-developer/references/vue-nuxt.md +55 -0
- package/.agent/skills/frontend-developer/scripts/validate_compliance.py +65 -0
- package/.agent/skills/frontend-developer/threejs/README.md +89 -0
- package/.agent/skills/frontend-developer/threejs/animation.md +552 -0
- package/.agent/skills/frontend-developer/threejs/fundamentals.md +488 -0
- package/.agent/skills/frontend-developer/threejs/geometry.md +548 -0
- package/.agent/skills/frontend-developer/threejs/interaction.md +660 -0
- package/.agent/skills/frontend-developer/threejs/lighting.md +481 -0
- package/.agent/skills/frontend-developer/threejs/loaders.md +623 -0
- package/.agent/skills/frontend-developer/threejs/materials.md +520 -0
- package/.agent/skills/frontend-developer/threejs/postprocessing.md +602 -0
- package/.agent/skills/frontend-developer/threejs/router.json +181 -0
- package/.agent/skills/frontend-developer/threejs/shaders.md +642 -0
- package/.agent/skills/frontend-developer/threejs/textures.md +628 -0
- package/.agent/skills/game-development/2d-games/SKILL.md +119 -0
- package/.agent/skills/game-development/3d-games/SKILL.md +135 -0
- package/.agent/skills/game-development/SKILL.md +167 -0
- package/.agent/skills/game-development/game-art/SKILL.md +185 -0
- package/.agent/skills/game-development/game-audio/SKILL.md +190 -0
- package/.agent/skills/game-development/game-design/SKILL.md +129 -0
- package/.agent/skills/game-development/mobile-games/SKILL.md +108 -0
- package/.agent/skills/game-development/multiplayer/SKILL.md +132 -0
- package/.agent/skills/game-development/pc-games/SKILL.md +144 -0
- package/.agent/skills/game-development/vr-ar/SKILL.md +123 -0
- package/.agent/skills/game-development/web-games/SKILL.md +150 -0
- package/.agent/skills/lead-architect/SKILL.md +85 -0
- package/.agent/skills/lead-architect/references/application-architecture.md +70 -0
- package/.agent/skills/lead-architect/references/infrastructure.md +51 -0
- package/.agent/skills/lead-architect/references/process.md +42 -0
- package/.agent/skills/lead-architect/references/system-architecture.md +62 -0
- package/.agent/skills/lead-architect/references/web-fullstack.md +82 -0
- package/.agent/skills/lead-architect/templates/adr.md +62 -0
- package/.agent/skills/lead-architect/templates/rfc.md +46 -0
- package/.agent/skills/lead-architect/templates/sdd.md +62 -0
- package/.agent/skills/lead-architect/templates/technical-spec.md +61 -0
- package/.agent/skills/marketer/SKILL.md +66 -0
- package/.agent/skills/marketer/remotion-best-practices/SKILL.md +58 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/3d.md +86 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/animations.md +29 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/assets.md +78 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/audio.md +172 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/calculate-metadata.md +104 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/can-decode.md +75 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/charts.md +58 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/compositions.md +146 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/display-captions.md +126 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/extract-frames.md +229 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/fonts.md +152 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/get-video-duration.md +58 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/gifs.md +138 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/images.md +130 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/import-srt-captions.md +67 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/lottie.md +68 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/measuring-text.md +143 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/sequencing.md +106 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/tailwind.md +11 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/text-animations.md +20 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/timing.md +179 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/transcribe-captions.md +19 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/transitions.md +122 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/trimming.md +53 -0
- package/.agent/skills/marketer/remotion-best-practices/rules/videos.md +171 -0
- package/.agent/skills/mcp-builder/SKILL.md +76 -0
- package/.agent/skills/mcp-builder/references/evaluation.md +602 -0
- package/.agent/skills/mcp-builder/references/mcp_best_practices.md +249 -0
- package/.agent/skills/mcp-builder/references/node_mcp_server.md +970 -0
- package/.agent/skills/mcp-builder/references/python_mcp_server.md +719 -0
- package/.agent/skills/mobile-developer/SKILL.md +83 -0
- package/.agent/skills/mobile-developer/api-routes/SKILL.md +389 -0
- package/.agent/skills/mobile-developer/building-ui/SKILL.md +335 -0
- package/.agent/skills/mobile-developer/building-ui/references/animations.md +220 -0
- package/.agent/skills/mobile-developer/building-ui/references/controls.md +270 -0
- package/.agent/skills/mobile-developer/building-ui/references/form-sheet.md +227 -0
- package/.agent/skills/mobile-developer/building-ui/references/gradients.md +106 -0
- package/.agent/skills/mobile-developer/building-ui/references/icons.md +213 -0
- package/.agent/skills/mobile-developer/building-ui/references/media.md +198 -0
- package/.agent/skills/mobile-developer/building-ui/references/route-structure.md +229 -0
- package/.agent/skills/mobile-developer/building-ui/references/search.md +248 -0
- package/.agent/skills/mobile-developer/building-ui/references/storage.md +121 -0
- package/.agent/skills/mobile-developer/building-ui/references/tabs.md +368 -0
- package/.agent/skills/mobile-developer/building-ui/references/visual-effects.md +197 -0
- package/.agent/skills/mobile-developer/building-ui/references/webgpu-three.md +605 -0
- package/.agent/skills/mobile-developer/cicd-workflows/SKILL.md +107 -0
- package/.agent/skills/mobile-developer/cicd-workflows/scripts/fetch.js +109 -0
- package/.agent/skills/mobile-developer/cicd-workflows/scripts/package.json +11 -0
- package/.agent/skills/mobile-developer/cicd-workflows/scripts/validate.js +84 -0
- package/.agent/skills/mobile-developer/data-fetching/SKILL.md +508 -0
- package/.agent/skills/mobile-developer/deployment/SKILL.md +207 -0
- package/.agent/skills/mobile-developer/deployment/references/app-store-metadata.md +479 -0
- package/.agent/skills/mobile-developer/deployment/references/ios-app-store.md +355 -0
- package/.agent/skills/mobile-developer/deployment/references/play-store.md +246 -0
- package/.agent/skills/mobile-developer/deployment/references/testflight.md +58 -0
- package/.agent/skills/mobile-developer/deployment/references/workflows.md +200 -0
- package/.agent/skills/mobile-developer/dev-client/SKILL.md +181 -0
- package/.agent/skills/mobile-developer/tailwind-setup/SKILL.md +501 -0
- package/.agent/skills/mobile-developer/upgrading-expo/SKILL.md +116 -0
- package/.agent/skills/mobile-developer/upgrading-expo/references/new-architecture.md +79 -0
- package/.agent/skills/mobile-developer/upgrading-expo/references/react-19.md +79 -0
- package/.agent/skills/mobile-developer/upgrading-expo/references/react-compiler.md +59 -0
- package/.agent/skills/mobile-developer/use-dom/SKILL.md +434 -0
- package/.agent/skills/modern-python/SKILL.md +122 -0
- package/.agent/skills/project-manager/SKILL.md +110 -0
- package/.agent/skills/project-manager/references/ba-collaboration.md +62 -0
- package/.agent/skills/project-manager/references/discovery_process.md +52 -0
- package/.agent/skills/project-manager/references/jobs_to_be_done.md +51 -0
- package/.agent/skills/project-manager/references/prd_development.md +52 -0
- package/.agent/skills/project-manager/references/rules-guide.md +55 -0
- package/.agent/skills/project-manager/references/skill-creation.md +98 -0
- package/.agent/skills/project-manager/references/strategic-frameworks.md +62 -0
- package/.agent/skills/project-manager/references/task-decomposition.md +194 -0
- package/.agent/skills/project-manager/references/workflows-guide.md +44 -0
- package/.agent/skills/project-manager/router.json +160 -0
- package/.agent/skills/project-manager/scripts/compare_skill.py +177 -0
- package/.agent/skills/project-manager/scripts/encoding_utils.py +36 -0
- package/.agent/skills/project-manager/scripts/init_skill.py +190 -0
- package/.agent/skills/project-manager/scripts/quick_validate.py +123 -0
- package/.agent/skills/project-manager/templates/pm-strategy-one-pager.md +6 -0
- package/.agent/skills/project-manager/templates/prd-strategic.md +38 -0
- package/.agent/skills/project-manager/templates/skill-questionnaire.md +118 -0
- package/.agent/skills/project-manager/templates/user-story-simple.md +14 -0
- package/.agent/skills/prompt-engineer/SKILL.md +319 -0
- package/.agent/skills/prompt-engineer/skill-creator/README.md +47 -0
- package/.agent/skills/qa-tester/SKILL.md +142 -0
- package/.agent/skills/qa-tester/assets/README.md +8 -0
- package/.agent/skills/qa-tester/references/accessibility_testing.md +35 -0
- package/.agent/skills/qa-tester/references/agent_browser.md +38 -0
- package/.agent/skills/qa-tester/references/automation/api_testing.md +23 -0
- package/.agent/skills/qa-tester/references/automation/best_practices.md +14 -0
- package/.agent/skills/qa-tester/references/automation/jest_vitest.md +26 -0
- package/.agent/skills/qa-tester/references/automation/playwright.md +30 -0
- package/.agent/skills/qa-tester/references/e2e_testing.md +46 -0
- package/.agent/skills/qa-tester/references/integration_testing.md +39 -0
- package/.agent/skills/qa-tester/references/performance_testing.md +44 -0
- package/.agent/skills/qa-tester/references/property_based_testing.md +44 -0
- package/.agent/skills/qa-tester/references/security_audit.md +53 -0
- package/.agent/skills/qa-tester/references/security_testing.md +30 -0
- package/.agent/skills/qa-tester/references/sharp_edges.md +49 -0
- package/.agent/skills/qa-tester/references/static_analysis.md +52 -0
- package/.agent/skills/qa-tester/references/supply_chain_audit.md +54 -0
- package/.agent/skills/qa-tester/references/test_case_standards.md +96 -0
- package/.agent/skills/qa-tester/references/test_report_template.md +32 -0
- package/.agent/skills/qa-tester/references/unit_testing.md +50 -0
- package/.agent/skills/qa-tester/references/visual_testing.md +32 -0
- package/.agent/skills/qa-tester/templates/uat-plan.md +34 -0
- package/.agent/skills/research-first/SKILL.md +118 -0
- package/.agent/skills-manifest.json +264 -0
- package/.agent/workflows/absorb.md +176 -0
- package/.agent/workflows/bootstrap.md +91 -0
- package/.agent/workflows/brainstorm.md +168 -0
- package/.agent/workflows/break-tasks.md +77 -0
- package/.agent/workflows/commit.md +349 -0
- package/.agent/workflows/custom-behavior.md +64 -0
- package/.agent/workflows/debug.md +65 -0
- package/.agent/workflows/development.md +49 -0
- package/.agent/workflows/documentation.md +221 -0
- package/.agent/workflows/gen-tests.md +53 -0
- package/.agent/workflows/guide.md +196 -0
- package/.agent/workflows/implement-feature.md +182 -0
- package/.agent/workflows/install-skill.md +193 -0
- package/.agent/workflows/qa.md +54 -0
- package/.agent/workflows/ui-ux-design.md +108 -0
- package/LICENSE +21 -0
- package/README.md +258 -0
- package/cli/index.js +345 -0
- package/cli/migrate-skills.js +113 -0
- package/cli/verify.js +291 -0
- package/package.json +49 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: project-manager
|
|
3
|
+
description: >
|
|
4
|
+
Project planning, roadmapping, requirements, prioritization, and skill management.
|
|
5
|
+
Use for PRDs, user stories, RICE/Kano, discovery, and process automation.
|
|
6
|
+
Upgraded with Dean Peters product management frameworks.
|
|
7
|
+
license: MIT
|
|
8
|
+
compatibility: Claude Code, Cursor, Gemini CLI, GitHub Copilot
|
|
9
|
+
metadata:
|
|
10
|
+
author: jhm1909
|
|
11
|
+
version: "5.0.0"
|
|
12
|
+
domain: management
|
|
13
|
+
estimated_tokens: 12000
|
|
14
|
+
sources:
|
|
15
|
+
- deanpeters/Product-Manager-Skills (discovery, PRD, JTBD, 73 PM skills)
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# Project Manager
|
|
19
|
+
|
|
20
|
+
Deliver value through efficient systems and clear processes.
|
|
21
|
+
|
|
22
|
+
## Knowledge Graph
|
|
23
|
+
|
|
24
|
+
- **extends**: []
|
|
25
|
+
- **requires**: []
|
|
26
|
+
- **suggests**: [[business-analysis]], [[qa-tester]], [[lead-architect]], [[designer]]
|
|
27
|
+
- **conflicts**: []
|
|
28
|
+
- **enhances**: [[frontend-developer]], [[backend-developer]], [[mobile-developer]] (skill detection), [[business-analysis]] (requirements)
|
|
29
|
+
- **moc**: [[product-development-moc]]
|
|
30
|
+
|
|
31
|
+
## Core Philosophy
|
|
32
|
+
|
|
33
|
+
1. **Outcome & Efficiency** — Value (Product) through efficient systems (Process)
|
|
34
|
+
2. **Voice of User & Team** — Represent user in requirements, team in process
|
|
35
|
+
3. **Ruthless Prioritization** — "No" protects focus
|
|
36
|
+
4. **Automated Governance** — Automate rules, don't just follow them
|
|
37
|
+
|
|
38
|
+
## Decision Tree
|
|
39
|
+
|
|
40
|
+
```
|
|
41
|
+
What PM activity is needed?
|
|
42
|
+
│
|
|
43
|
+
├─ Discovery / Research?
|
|
44
|
+
│ └─ Read: discovery_process.md (6-phase workflow)
|
|
45
|
+
│
|
|
46
|
+
├─ PRD / Requirements?
|
|
47
|
+
│ └─ Read: prd_development.md (10-section template)
|
|
48
|
+
│
|
|
49
|
+
├─ Understanding customer needs?
|
|
50
|
+
│ └─ Read: jobs_to_be_done.md (JTBD framework)
|
|
51
|
+
│
|
|
52
|
+
├─ Strategic planning?
|
|
53
|
+
│ └─ Use: strategic-frameworks (Roadmap, OKRs)
|
|
54
|
+
│
|
|
55
|
+
└─ Process / Governance?
|
|
56
|
+
└─ Use: rules-guide, workflows-guide
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Capabilities
|
|
60
|
+
|
|
61
|
+
| Capability | Keywords | Router |
|
|
62
|
+
|:-----------|:---------|:-------|
|
|
63
|
+
| **Strategic Planning** | Roadmap, Vision, OKRs | `strategic-frameworks` |
|
|
64
|
+
| **Requirements** | PRD, Specs, User Stories | `prd-template`, `user-story-template` |
|
|
65
|
+
| **Discovery** | Research, Interviews, JTBD | `discovery_process`, `jobs_to_be_done` |
|
|
66
|
+
| **Process** | Rules, Workflows | `rules-guide`, `workflows-guide` |
|
|
67
|
+
| **Decomposition** | Breakdown, Estimation | `task-decomposition` |
|
|
68
|
+
| **Skill Management** | Create/Update skills | `skill-questionnaire` |
|
|
69
|
+
|
|
70
|
+
## Quick Rules
|
|
71
|
+
|
|
72
|
+
- **Repeated 3x?** → Make a **Workflow** (`.agent/workflows/`)
|
|
73
|
+
- **Mistake 2x?** → Make a **Rule** (`.agent/rules/`)
|
|
74
|
+
- **Domain-specific?** → Consult **[[business-analysis]]**
|
|
75
|
+
|
|
76
|
+
## Skill Detection Matrix
|
|
77
|
+
|
|
78
|
+
| Domain | Required Skill |
|
|
79
|
+
|:-------|:---------------|
|
|
80
|
+
| Frontend/UI | [[frontend-developer]] |
|
|
81
|
+
| Backend/API | [[backend-developer]] |
|
|
82
|
+
| Mobile | [[mobile-developer]] |
|
|
83
|
+
| Design | [[designer]] |
|
|
84
|
+
| Infrastructure | [[devops-engineer]] |
|
|
85
|
+
| AI/LLM | [[ai-engineer]] |
|
|
86
|
+
| Blockchain | [[blockchain-engineer]] |
|
|
87
|
+
| Video | [[remotion-best-practices]] |
|
|
88
|
+
|
|
89
|
+
## References
|
|
90
|
+
|
|
91
|
+
| Reference | Purpose |
|
|
92
|
+
|:----------|:--------|
|
|
93
|
+
| `router.json` | Find templates by keyword |
|
|
94
|
+
| `templates/adr.md` | Architecture Decision Record |
|
|
95
|
+
| `templates/rfc.md` | Request for Comments |
|
|
96
|
+
| `templates/prd-template.md` | Product Requirements |
|
|
97
|
+
| `templates/user-story-template.md` | User stories |
|
|
98
|
+
| `discovery_process.md` | Product discovery 6-phase workflow (Dean Peters) |
|
|
99
|
+
| `prd_development.md` | Structured PRD creation guide (Dean Peters) |
|
|
100
|
+
| `jobs_to_be_done.md` | JTBD framework (Dean Peters) |
|
|
101
|
+
|
|
102
|
+
## Related Skills
|
|
103
|
+
|
|
104
|
+
- [[business-analysis]] — Deep requirements analysis
|
|
105
|
+
- [[qa-tester]] — Quality and testing
|
|
106
|
+
- [[lead-architect]] — High-level technical decisions
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
*Orchestrates all other skills | Hub for project governance | Dean Peters frameworks integrated*
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Collaboration with Business Analysts (BA)
|
|
2
|
+
|
|
3
|
+
This guide defines how the Product Manager (PM) interacts with, reviews, and utilizes work from the Business Analyst (BA).
|
|
4
|
+
|
|
5
|
+
## 1. Review & Critique (The "User Advocate")
|
|
6
|
+
|
|
7
|
+
When reviewing BA documents (BRDs, Use Cases, Specifications), your role is to **defend the user** and **ensure business value**. Do not just grammar check; challenge the core logic.
|
|
8
|
+
|
|
9
|
+
### User-Centric Critique Checklist
|
|
10
|
+
|
|
11
|
+
- [ ] **Is it simple?** Does the flow require too many clicks or cognitive load? ("Don't make me think")
|
|
12
|
+
- [ ] **Does it solve the REAL problem?** or is it just a feature request masquerading as a requirement?
|
|
13
|
+
- [ ] **Where is the friction?** Identify steps that will frustrate users.
|
|
14
|
+
- [ ] **Is the "Happy Path" too optimistic?** What happens when things go wrong? (Error states, empty states).
|
|
15
|
+
- [ ] **Language Check**: Are we using internal jargon instead of user-friendly terms?
|
|
16
|
+
|
|
17
|
+
### Strategic Alignment Checklist
|
|
18
|
+
|
|
19
|
+
- [ ] **ROI Check**: Is the complexity of this feature worth the business value?
|
|
20
|
+
- [ ] **Scope Creep**: Are there "nice-to-haves" hidden in the "must-haves"?
|
|
21
|
+
- [ ] **Consistency**: Does this align with the rest of the product ecosystem?
|
|
22
|
+
|
|
23
|
+
## 2. Task Decomposition (From Specs to Backlog)
|
|
24
|
+
|
|
25
|
+
Once a BA document is approved, the PM (or PO) must break it down into actionable work for developers.
|
|
26
|
+
|
|
27
|
+
### Decomposition Process
|
|
28
|
+
|
|
29
|
+
1. **Analyze the Use Case**: Read the BA's "Use Case Specification".
|
|
30
|
+
2. **Identify Vertical Slices**: Break down by functionality, not just architecture (Frontend/Backend).
|
|
31
|
+
- _Bad_: "Build the API", "Build the UI".
|
|
32
|
+
- _Good_: "User can view list", "User can click detail", "User can submit form".
|
|
33
|
+
3. **Map to Stories**: Create User Stories for each slice.
|
|
34
|
+
4. **Define Sub-Tasks**:
|
|
35
|
+
- _Frontend_: UI implementation, State management, Error handling.
|
|
36
|
+
- _Backend_: API endpoint, DB schema change, Validation logic.
|
|
37
|
+
- _QA_: Write test cases.
|
|
38
|
+
|
|
39
|
+
### Example: "User Registration" breakdown from BA Spec
|
|
40
|
+
|
|
41
|
+
- **Epic**: User Registration
|
|
42
|
+
- **Story 1**: Sign up with Email/Password
|
|
43
|
+
- _Task_: Create DB Schema for Users.
|
|
44
|
+
- _Task_: Build API /register.
|
|
45
|
+
- _Task_: Build Register Form UI.
|
|
46
|
+
- **Story 2**: Email Verification
|
|
47
|
+
- _Task_: Integrate Email Service (SendGrid).
|
|
48
|
+
- _Task_: Build Verification Page UI.
|
|
49
|
+
|
|
50
|
+
## 3. Disagreement Protocol
|
|
51
|
+
|
|
52
|
+
If you disagree with the BA's specificaiton:
|
|
53
|
+
|
|
54
|
+
1. **Stop**: Do not approve.
|
|
55
|
+
2. **Challenge**: "I believe this flow is too complex for [Persona X]. Can we simplify by [Suggestion]?"
|
|
56
|
+
|
|
57
|
+
## 4. Domain Knowledge Transfer
|
|
58
|
+
|
|
59
|
+
The Business Analyst is the primary custodian of domain-specific knowledge (Regulations, Industry Standards, Market nuance).
|
|
60
|
+
|
|
61
|
+
- **Consult**: Before planning a roadmap in a specialized domain (e.g., FinTech, HealthTech), trigger the BA skill to retrieve domain guides.
|
|
62
|
+
- **Verify**: Ensure acceptance criteria include domain-specific compliance checks (e.g., "Must be HIPAA compliant" isn't enough; ask the BA for specific checks).
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Product Discovery Process
|
|
2
|
+
|
|
3
|
+
> Source: Dean Peters — Product-Manager-Skills (discovery-process)
|
|
4
|
+
> Framework: Teresa Torres (Continuous Discovery), Rob Fitzpatrick (The Mom Test)
|
|
5
|
+
|
|
6
|
+
## 6 Phases (3-4 weeks)
|
|
7
|
+
|
|
8
|
+
### Phase 1: Frame the Problem (Day 1-2)
|
|
9
|
+
- Run problem framing canvas → Problem statement + "How Might We"
|
|
10
|
+
- Create formal problem statement with hypothesis
|
|
11
|
+
- Optional: Proto-personas, Jobs-to-be-Done
|
|
12
|
+
|
|
13
|
+
**Output**: Problem hypothesis, 3-5 research questions, success criteria
|
|
14
|
+
|
|
15
|
+
### Phase 2: Research Planning (Day 3)
|
|
16
|
+
- Prep discovery interviews (Mom Test methodology)
|
|
17
|
+
- Recruit 5-10 participants
|
|
18
|
+
- Schedule 45-60 min interviews
|
|
19
|
+
|
|
20
|
+
**Output**: Interview guide, participant roster
|
|
21
|
+
|
|
22
|
+
### Phase 3: Conduct Research (Week 1-2)
|
|
23
|
+
- 5-10 customer interviews focused on past behavior
|
|
24
|
+
- Key questions: "Tell me about the last time you [experienced this]"
|
|
25
|
+
- Parallel: Review support tickets + analytics
|
|
26
|
+
|
|
27
|
+
**Decision Gate**: Reached saturation? (Same patterns from 3+ interviews)
|
|
28
|
+
|
|
29
|
+
### Phase 4: Synthesize Insights (End of Week 2)
|
|
30
|
+
- Affinity mapping (sticky notes → themed clusters)
|
|
31
|
+
- Prioritize pain points: frequency × intensity × strategic fit
|
|
32
|
+
- Update problem statement with evidence
|
|
33
|
+
|
|
34
|
+
**Output**: Top 3-5 prioritized pain points with customer quotes
|
|
35
|
+
|
|
36
|
+
### Phase 5: Generate & Validate Solutions (Week 3)
|
|
37
|
+
- Opportunity Solution Tree (3 opportunities × 3 solutions)
|
|
38
|
+
- Design experiments: Concierge / Prototype / Landing page / A/B test
|
|
39
|
+
- Run experiments (1-2 weeks)
|
|
40
|
+
|
|
41
|
+
**Decision Gate**: Did experiments validate solution?
|
|
42
|
+
|
|
43
|
+
### Phase 6: Decide & Document (End of Week 3-4)
|
|
44
|
+
- GO (roadmap + epics + PRD) / PIVOT / KILL
|
|
45
|
+
- Communicate findings to stakeholders
|
|
46
|
+
|
|
47
|
+
## Anti-Patterns
|
|
48
|
+
- ❌ Skip interviews → miss "why"
|
|
49
|
+
- ❌ Leading questions → confirmation bias
|
|
50
|
+
- ❌ 2-3 interviews → not representative (need 5+)
|
|
51
|
+
- ❌ Analysis paralysis → time-box to 3-4 weeks
|
|
52
|
+
- ❌ One-time discovery → should be continuous (1 interview/week)
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Jobs-to-be-Done Framework
|
|
2
|
+
|
|
3
|
+
> Source: Dean Peters — Product-Manager-Skills (jobs-to-be-done)
|
|
4
|
+
> Framework: Christensen, Ulwick (ODI), Osterwalder (Value Proposition Canvas)
|
|
5
|
+
|
|
6
|
+
## Core Concept
|
|
7
|
+
"People don't buy products — they hire them to do a job."
|
|
8
|
+
|
|
9
|
+
## 3 Job Types
|
|
10
|
+
|
|
11
|
+
| Type | Question | Example |
|
|
12
|
+
|------|----------|---------|
|
|
13
|
+
| **Functional** | What tasks to complete? | "Reconcile monthly expenses" |
|
|
14
|
+
| **Social** | How to be perceived? | "Look strategic to exec team" |
|
|
15
|
+
| **Emotional** | What feelings to achieve/avoid? | "Feel confident I'm not missing details" |
|
|
16
|
+
|
|
17
|
+
## 4 Pain Categories
|
|
18
|
+
|
|
19
|
+
| Category | Question |
|
|
20
|
+
|----------|----------|
|
|
21
|
+
| **Challenges** | Obstacles preventing job completion? |
|
|
22
|
+
| **Costliness** | What takes too much time/money/effort? |
|
|
23
|
+
| **Common mistakes** | Frequent preventable errors? |
|
|
24
|
+
| **Unresolved** | What current solutions fail to address? |
|
|
25
|
+
|
|
26
|
+
## 4 Gain Categories
|
|
27
|
+
|
|
28
|
+
| Category | Question |
|
|
29
|
+
|----------|----------|
|
|
30
|
+
| **Expectations** | What would exceed current solutions? |
|
|
31
|
+
| **Savings** | What time/money/effort reductions would delight? |
|
|
32
|
+
| **Adoption** | What would make you switch? |
|
|
33
|
+
| **Life improvement** | How would life be better? |
|
|
34
|
+
|
|
35
|
+
## Quality Checks
|
|
36
|
+
- Jobs must be **verb-driven** and **solution-agnostic**
|
|
37
|
+
- ❌ "I need Slack" → ✅ "Communicate with remote teammates quickly"
|
|
38
|
+
- ❌ "Be more productive" → ✅ "Reduce report generation from 8h to 1h"
|
|
39
|
+
|
|
40
|
+
## Prioritization
|
|
41
|
+
1. Rank pains by intensity (acute vs. mild)
|
|
42
|
+
2. Identify must-have vs. nice-to-have gains
|
|
43
|
+
3. Cross-reference with personas
|
|
44
|
+
4. Validate with data (survey broader audience)
|
|
45
|
+
|
|
46
|
+
## Anti-Patterns
|
|
47
|
+
- ❌ Confusing jobs with solutions
|
|
48
|
+
- ❌ Generic jobs ("save time")
|
|
49
|
+
- ❌ Only functional jobs (miss social/emotional)
|
|
50
|
+
- ❌ Fabricating JTBD without research
|
|
51
|
+
- ❌ Treating all pains as equal
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# PRD Development Guide
|
|
2
|
+
|
|
3
|
+
> Source: Dean Peters — Product-Manager-Skills (prd-development)
|
|
4
|
+
|
|
5
|
+
## PRD Structure (10 Sections)
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
# [Feature] PRD
|
|
9
|
+
|
|
10
|
+
## 1. Executive Summary — One paragraph: problem + solution + impact
|
|
11
|
+
## 2. Problem Statement — Who, what, why, evidence (quotes + data)
|
|
12
|
+
## 3. Target Users & Personas — Primary + secondary personas + JTBD
|
|
13
|
+
## 4. Strategic Context — OKRs, market opportunity, why now?
|
|
14
|
+
## 5. Solution Overview — High-level description + user flows
|
|
15
|
+
## 6. Success Metrics — Primary, secondary, guardrail metrics
|
|
16
|
+
## 7. User Stories — Epic hypothesis + acceptance criteria
|
|
17
|
+
## 8. Out of Scope — What we're NOT building + why
|
|
18
|
+
## 9. Dependencies & Risks — Technical, external, team deps
|
|
19
|
+
## 10. Open Questions — Unresolved decisions
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Key Principles
|
|
23
|
+
- PRD frames problem + solution, NOT pixel-perfect spec
|
|
24
|
+
- Living document — evolves as you learn
|
|
25
|
+
- Write exec summary first (forces clarity), refine last
|
|
26
|
+
|
|
27
|
+
## Success Metrics Template
|
|
28
|
+
|
|
29
|
+
| Type | Definition | Example |
|
|
30
|
+
|------|-----------|---------|
|
|
31
|
+
| **Primary** | ONE metric to optimize | Activation rate 40%→60% |
|
|
32
|
+
| **Secondary** | Monitor, don't optimize for | Time-to-first-action |
|
|
33
|
+
| **Guardrail** | Must NOT get worse | Signup conversion rate |
|
|
34
|
+
|
|
35
|
+
## User Story Format
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
As a [persona],
|
|
39
|
+
I want to [action],
|
|
40
|
+
so that [outcome].
|
|
41
|
+
|
|
42
|
+
Acceptance Criteria:
|
|
43
|
+
- [ ] When [trigger], then [behavior]
|
|
44
|
+
- [ ] Given [context], when [action], then [result]
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Anti-Patterns
|
|
48
|
+
- ❌ Written in isolation → collaborate with design + eng
|
|
49
|
+
- ❌ No evidence in problem statement → include quotes + data
|
|
50
|
+
- ❌ Too prescriptive → let design own UI details
|
|
51
|
+
- ❌ No success metrics → always define primary metric
|
|
52
|
+
- ❌ No out-of-scope → leads to scope creep
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Antigravity Rules Standard
|
|
2
|
+
|
|
3
|
+
This guide defines the **Antigravity Rule Specification**. Rules are contextual constraints that the Agent must follow when triggered.
|
|
4
|
+
|
|
5
|
+
## 1. File Metadata (Frontmatter)
|
|
6
|
+
|
|
7
|
+
Every rule MUST start with a YAML frontmatter block:
|
|
8
|
+
|
|
9
|
+
```yaml
|
|
10
|
+
---
|
|
11
|
+
trigger: [mode] # model_decision | glob | manual | always_on
|
|
12
|
+
description: [Concise summary]
|
|
13
|
+
[extra_params]: ... # globs: "**/*.ts"
|
|
14
|
+
---
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## 2. Standard Trigger Modes
|
|
18
|
+
|
|
19
|
+
1. **`model_decision`**: **Default Mode**. Triggered automatically during the Agent's reasoning, planning, or tool-selection phases. Use this for general logic and behavior guidance.
|
|
20
|
+
2. **`glob`**: Triggered only when the Agent works with files matching specific path patterns. **MUST** include a `globs: [...]` parameter in frontmatter.
|
|
21
|
+
3. **`manual`**: Only active when the user explicitly references the rule or when explicitly invoked by a Workflow. Use for niche or high-cost operations.
|
|
22
|
+
4. **`always_on`**: Globally and persistently active. These are "Bedrock Rules" that ensure fundamental safety and project integrity across all interactions.
|
|
23
|
+
|
|
24
|
+
## 3. Structure & Formatting
|
|
25
|
+
|
|
26
|
+
### A. Priority Alerts
|
|
27
|
+
|
|
28
|
+
Use GitHub flavored alerts to highlight criticality:
|
|
29
|
+
|
|
30
|
+
- `> [!IMPORTANT]` for mandatory compliance.
|
|
31
|
+
- `> [!WARNING]` for critical traps or legacy issues.
|
|
32
|
+
|
|
33
|
+
### B. Logical Components
|
|
34
|
+
|
|
35
|
+
1. **Critical Rules (MUST Follow)**: A numbered list of non-negotiable instructions.
|
|
36
|
+
2. **Decision Flow**: An ASCII diagram representing the mental model or verification loop.
|
|
37
|
+
3. **Execution Commands**: Specific commands to run (e.g., `npm test`).
|
|
38
|
+
4. **Failure Protocol**: What to do when the rule's conditions aren't met.
|
|
39
|
+
|
|
40
|
+
### C. Visual Logic (ASCII)
|
|
41
|
+
|
|
42
|
+
Use box-drawing characters for clarity:
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
┌───────────────────────────┐
|
|
46
|
+
│ ACTION │
|
|
47
|
+
├───────────────────────────┤
|
|
48
|
+
│ Verification Logic │
|
|
49
|
+
└───────────────────────────┘
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## 3. Deployment
|
|
53
|
+
|
|
54
|
+
- **Path**: `.agent/rules/[name].md`
|
|
55
|
+
- **Naming**: Use kebab-case (e.g., `security-standards.md`).
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# Skill Creation & Maintenance Standards
|
|
2
|
+
|
|
3
|
+
Create and manage Agent Skills for Antigravity/Gemini CLI.
|
|
4
|
+
|
|
5
|
+
## About Agent Skills
|
|
6
|
+
|
|
7
|
+
Skills are modular packages that extend Antigravity with specialized expertise and workflows.
|
|
8
|
+
|
|
9
|
+
**Skill Locations:**
|
|
10
|
+
|
|
11
|
+
- **Workspace skills**: `.agent/skills/` - project-specific, committed to version control
|
|
12
|
+
- **Global skills**: `~/.gemini/skills/` - personal skills across all workspaces
|
|
13
|
+
|
|
14
|
+
## Skill Structure
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
skill-name/
|
|
18
|
+
├── SKILL.md # Required - instructions and metadata
|
|
19
|
+
├── scripts/ # Optional - executable scripts
|
|
20
|
+
├── references/ # Optional - documentation to load as needed
|
|
21
|
+
└── assets/ # Optional - templates, images, data files
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## SKILL.md Format
|
|
25
|
+
|
|
26
|
+
### Frontmatter (required)
|
|
27
|
+
|
|
28
|
+
```yaml
|
|
29
|
+
---
|
|
30
|
+
name: skill-name # Required: 1-64 chars, lowercase, hyphens only
|
|
31
|
+
description: What skill does # Required: 1-1024 chars, include trigger keywords
|
|
32
|
+
license: MIT # Optional: license identifier
|
|
33
|
+
compatibility: Requires git # Optional: 1-500 chars, environment requirements
|
|
34
|
+
metadata: # Optional: custom key-value pairs
|
|
35
|
+
author: example-org
|
|
36
|
+
version: "1.0"
|
|
37
|
+
allowed-tools: Bash(git:*) Read # Experimental: pre-approved tools
|
|
38
|
+
---
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## Creating a Skill
|
|
42
|
+
|
|
43
|
+
### Step 1: Clarify Scope (Required)
|
|
44
|
+
|
|
45
|
+
**Always ask the user** to clarify the skill's scope before proceeding:
|
|
46
|
+
|
|
47
|
+
- What specific tasks should this skill handle?
|
|
48
|
+
- What tools, APIs, or frameworks does it involve?
|
|
49
|
+
- Are there any existing workflows or patterns to follow?
|
|
50
|
+
|
|
51
|
+
### Step 2: Research & Analysis
|
|
52
|
+
|
|
53
|
+
Use available tools (`search_web`, `read_url_content`, `grep_search`) to understand the domain and best practices.
|
|
54
|
+
|
|
55
|
+
### Step 3: Initialize
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
python .agent/skills/project-manager/scripts/init_skill.py <skill-name> --path .agent/skills
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Step 4: Edit SKILL.md
|
|
62
|
+
|
|
63
|
+
1. Complete the frontmatter metadata.
|
|
64
|
+
2. Write clear, actionable instructions.
|
|
65
|
+
3. Add scripts/references/assets as needed.
|
|
66
|
+
|
|
67
|
+
### Step 5: Validate
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
python .agent/skills/project-manager/scripts/quick_validate.py .agent/skills/<skill-name>
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Upgrading Existing Skills
|
|
74
|
+
|
|
75
|
+
### Step 1: Clarify User Intent
|
|
76
|
+
|
|
77
|
+
Apply the **Expert Questioning Framework**. Use the `skill-questionnaire` template.
|
|
78
|
+
|
|
79
|
+
### Step 2: Analyze Current Skill
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
# Backup
|
|
83
|
+
cp -r .agent/skills/<skill-name> .agent/skills/<skill-name>.backup
|
|
84
|
+
# Analyze
|
|
85
|
+
ls -la .agent/skills/<skill-name>/
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Step 3: Gap Analysis
|
|
89
|
+
|
|
90
|
+
Compare current state vs new requirements.
|
|
91
|
+
|
|
92
|
+
### Step 4: Implement & Report
|
|
93
|
+
|
|
94
|
+
After implementation, run:
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
python .agent/skills/project-manager/scripts/compare_skill.py .agent/skills/<skill-name>.backup .agent/skills/<skill-name>
|
|
98
|
+
```
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Strategic Frameworks & Methodologies
|
|
2
|
+
|
|
3
|
+
## 1. Agile Methodology (Scrum/Kanban)
|
|
4
|
+
|
|
5
|
+
**Principle**: Iterative delivery, responding to change over following a plan.
|
|
6
|
+
|
|
7
|
+
### Key Ceremonies
|
|
8
|
+
|
|
9
|
+
- **Backlog Grooming**: Reviewing top items, estimating effort, clarifying requirements.
|
|
10
|
+
- **Sprint Planning**: Committing to a specific chunk of work for the iteration.
|
|
11
|
+
- **Sprint Review**: Demoing working software to stakeholders.
|
|
12
|
+
- **Retrospective**: Improving the _process_.
|
|
13
|
+
|
|
14
|
+
### Definition of Ready (DoR) vs. Definition of Done (DoD)
|
|
15
|
+
|
|
16
|
+
- **DoR**: Story is clear, estimated, independent, and feasible.
|
|
17
|
+
- **DoD**: Code is reviewed, tested, documented, and deployable.
|
|
18
|
+
|
|
19
|
+
## 2. Prioritization Frameworks
|
|
20
|
+
|
|
21
|
+
### RICE Score (Impact _ Confidence _ Ease / Effort)
|
|
22
|
+
|
|
23
|
+
Use for quantifiably comparing disparate projects.
|
|
24
|
+
|
|
25
|
+
- **Reach**: How many people will this affect? (e.g., 1000/mo)
|
|
26
|
+
- **Impact**: How big is the effect per person? (3 = massive, 0.25 = minimal)
|
|
27
|
+
- **Confidence**: How sure are we? (100% = High, 50% = Low)
|
|
28
|
+
- **Effort**: Person-months (1 = Low, 5 = High)
|
|
29
|
+
|
|
30
|
+
### MoSCoW (Must, Should, Could, Won't)
|
|
31
|
+
|
|
32
|
+
Use for time-boxed releases (e.g., MVP definition).
|
|
33
|
+
|
|
34
|
+
- **Must**: Without this, the release is a failure.
|
|
35
|
+
- **Should**: High priority, but can use a workaround or delay slightly.
|
|
36
|
+
- **Could**: Nice to have if time permits.
|
|
37
|
+
- **Won't**: Explicitly out of scope for _this_ release.
|
|
38
|
+
|
|
39
|
+
### Kano Model
|
|
40
|
+
|
|
41
|
+
Use for balancing the roadmap types.
|
|
42
|
+
|
|
43
|
+
- **Basic Needs**: Must-haves. If missing, users are unhappy. If present, neutral.
|
|
44
|
+
- **Performance**: The better it is, the happier the user (e.g., speed).
|
|
45
|
+
- **Delighters**: Unexpected features that cause high satisfaction.
|
|
46
|
+
|
|
47
|
+
## 3. Discovery Frameworks
|
|
48
|
+
|
|
49
|
+
### Jobs to be Done (JTBD)
|
|
50
|
+
|
|
51
|
+
Focus on the _outcome_ the user wants, not the feature.
|
|
52
|
+
|
|
53
|
+
- **Formula**: "When I [situation], I want to [motivation], so I can [expected outcome]."
|
|
54
|
+
- **Example**: "When I am commuting, I want to listen to content hands-free, so I can learn while driving." (Job = Learn while driving, Solution = Audiobooks/Podcasts).
|
|
55
|
+
|
|
56
|
+
### Opportunity Solution Tree (OST)
|
|
57
|
+
|
|
58
|
+
Mapping outcomes to opportunities and then solutions.
|
|
59
|
+
|
|
60
|
+
1. **Desired Outcome**: Increase Retention.
|
|
61
|
+
2. **Opportunity**: Users forget to log in.
|
|
62
|
+
3. **Solution**: Push notifications / Email summaries.
|