shmakk 1.1.1 → 1.2.1
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/README.md +44 -3
- package/package.json +7 -4
- package/scripts/demo/record.py +196 -0
- package/scripts/demo/scenes.html +913 -0
- package/scripts/import-skills.js +536 -0
- package/scripts/install-skills.js +64 -0
- package/skills/ai-elements.md +482 -0
- package/skills/architecture.md +151 -0
- package/skills/backend-adapter-aws-lambda.md +204 -0
- package/skills/backend-adapter-express.md +177 -0
- package/skills/backend-adapter-fastify.md +222 -0
- package/skills/backend-adapter-fetch.md +200 -0
- package/skills/backend-api-docs.md +22 -0
- package/skills/backend-aspire.md +232 -0
- package/skills/backend-aspnet-core.md +62 -0
- package/skills/backend-build-chatgpt-app.md +321 -0
- package/skills/backend-build-mcp-app.md +393 -0
- package/skills/backend-build-mcp-server.md +222 -0
- package/skills/backend-build-mcpb.md +200 -0
- package/skills/backend-building-ai-agent-on-cloudflare.md +401 -0
- package/skills/backend-caching.md +206 -0
- package/skills/backend-chatgpt-app-submission.md +157 -0
- package/skills/backend-chatgpt-apps.md +321 -0
- package/skills/backend-client-setup.md +318 -0
- package/skills/backend-containerize-aspnet-framework.md +455 -0
- package/skills/backend-create-spring-boot-java-project.md +164 -0
- package/skills/backend-create-spring-boot-kotlin-project.md +148 -0
- package/skills/backend-csharp-async.md +50 -0
- package/skills/backend-csharp-docs.md +63 -0
- package/skills/backend-csharp-mcp-server-generator.md +60 -0
- package/skills/backend-dotenv.md +201 -0
- package/skills/backend-dotenvx.md +119 -0
- package/skills/backend-env-vars.md +259 -0
- package/skills/backend-error-handling.md +254 -0
- package/skills/backend-fastapi.md +437 -0
- package/skills/backend-go-mcp-server-generator.md +335 -0
- package/skills/backend-java-mcp-server-generator.md +757 -0
- package/skills/backend-kotlin-mcp-server-generator.md +450 -0
- package/skills/backend-middlewares.md +243 -0
- package/skills/backend-multi-stage-dockerfile.md +47 -0
- package/skills/backend-nestjs.md +192 -0
- package/skills/backend-next-forge.md +375 -0
- package/skills/backend-nextjs.md +746 -0
- package/skills/backend-openapi-to-application-code.md +113 -0
- package/skills/backend-php-mcp-server-generator.md +523 -0
- package/skills/backend-python-mcp-server-generator.md +106 -0
- package/skills/backend-routing-middleware.md +251 -0
- package/skills/backend-ruby-mcp-server-generator.md +661 -0
- package/skills/backend-rust-mcp-server-generator.md +578 -0
- package/skills/backend-semantic-kernel.md +57 -0
- package/skills/backend-server-setup.md +379 -0
- package/skills/backend-server-side-calls.md +250 -0
- package/skills/backend-subscriptions.md +407 -0
- package/skills/backend-swift-mcp-server-generator.md +670 -0
- package/skills/backend-trpc-router.md +152 -0
- package/skills/backend-typescript-mcp-server-generator.md +91 -0
- package/skills/backend-validators.md +229 -0
- package/skills/backend.md +76 -0
- package/skills/backup.md +165 -0
- package/skills/budget.md +140 -0
- package/skills/business-gtm-0-to-1-launch.md +322 -0
- package/skills/business-gtm-operating-cadence.md +421 -0
- package/skills/business-gtm-positioning-strategy.md +439 -0
- package/skills/business-gtm-product-led-growth.md +340 -0
- package/skills/calendar.md +95 -0
- package/skills/code-review.md +130 -0
- package/skills/compliance.md +168 -0
- package/skills/contracts.md +130 -0
- package/skills/daily-job-run.md +46 -0
- package/skills/daily-webdesign.md +187 -0
- package/skills/database-bigquery-pipeline-audit.md +130 -0
- package/skills/database-cosmosdb-datamodeling.md +1046 -0
- package/skills/database-durable-objects.md +187 -0
- package/skills/database-ef-core.md +76 -0
- package/skills/database-fabric-lakehouse.md +107 -0
- package/skills/database-neon-postgres-egress-optimizer.md +213 -0
- package/skills/database-neon-postgres.md +218 -0
- package/skills/database-postgresql-code-review.md +213 -0
- package/skills/database-postgresql-optimization.md +405 -0
- package/skills/database-sql-code-review.md +302 -0
- package/skills/database-sql-optimization.md +297 -0
- package/skills/dependency-audit.md +165 -0
- package/skills/design-kami-landing.md +234 -0
- package/skills/design.md +221 -0
- package/skills/dev-acquire-codebase-knowledge.md +175 -0
- package/skills/dev-add-educational-comments.md +129 -0
- package/skills/dev-add-model-descriptions.md +74 -0
- package/skills/dev-adr-review.md +56 -0
- package/skills/dev-boost-prompt.md +26 -0
- package/skills/dev-build-run-debug.md +130 -0
- package/skills/dev-chunk.md +49 -0
- package/skills/dev-claude-md-improver.md +180 -0
- package/skills/dev-code-exemplars-blueprint-generator.md +127 -0
- package/skills/dev-code-tour.md +434 -0
- package/skills/dev-comment-code-generate-a-tutorial.md +27 -0
- package/skills/dev-commit.md +81 -0
- package/skills/dev-context-map.md +53 -0
- package/skills/dev-conventional-commit.md +73 -0
- package/skills/dev-create-architectural-decision-record.md +98 -0
- package/skills/dev-create-draft-pr.md +17 -0
- package/skills/dev-create-pr.md +17 -0
- package/skills/dev-create-readme.md +22 -0
- package/skills/dev-csharp-mstest.md +479 -0
- package/skills/dev-csharp-nunit.md +72 -0
- package/skills/dev-csharp-tunit.md +101 -0
- package/skills/dev-csharp-xunit.md +69 -0
- package/skills/dev-debug-failing-test.md +90 -0
- package/skills/dev-diff-analyze.md +32 -0
- package/skills/dev-diffs.md +24 -0
- package/skills/dev-dotnet-best-practices.md +86 -0
- package/skills/dev-dotnet-design-pattern-review.md +43 -0
- package/skills/dev-dotnet-timezone.md +110 -0
- package/skills/dev-dotnet-upgrade.md +117 -0
- package/skills/dev-doublecheck.md +278 -0
- package/skills/dev-explain-error.md +15 -0
- package/skills/dev-finding-discovery.md +164 -0
- package/skills/dev-fix-finding.md +111 -0
- package/skills/dev-full-file-edit.md +25 -0
- package/skills/dev-git-commit.md +125 -0
- package/skills/dev-git-flow-branch-creator.md +293 -0
- package/skills/dev-git-workflow.md +46 -0
- package/skills/dev-github-automation.md +64 -0
- package/skills/dev-github-code-review.md +1140 -0
- package/skills/dev-github-issues.md +202 -0
- package/skills/dev-gpt-5-4-prompting.md +55 -0
- package/skills/dev-investigation-mode.md +277 -0
- package/skills/dev-java-add-graalvm-native-image-support.md +450 -0
- package/skills/dev-java-docs.md +24 -0
- package/skills/dev-java-refactoring-extract-method.md +105 -0
- package/skills/dev-java-refactoring-remove-parameter.md +85 -0
- package/skills/dev-merge.md +73 -0
- package/skills/dev-migrate-create.md +36 -0
- package/skills/dev-migrate-validate.md +36 -0
- package/skills/dev-my-issues.md +9 -0
- package/skills/dev-my-pull-requests.md +15 -0
- package/skills/dev-planning-oracle-to-postgres-migration-integration-testing.md +45 -0
- package/skills/dev-playwright-generate-test.md +18 -0
- package/skills/dev-playwright.md +148 -0
- package/skills/dev-prompt-builder.md +142 -0
- package/skills/dev-pytest-coverage.md +29 -0
- package/skills/dev-python-manager-discovery.md +330 -0
- package/skills/dev-python-pypi-package-builder.md +445 -0
- package/skills/dev-readme-blueprint-generator.md +79 -0
- package/skills/dev-refactor-method-complexity-reduce.md +99 -0
- package/skills/dev-refactor-plan.md +66 -0
- package/skills/dev-refactor.md +646 -0
- package/skills/dev-review-and-refactor.md +16 -0
- package/skills/dev-reviewing-oracle-to-postgres-migration.md +68 -0
- package/skills/dev-ruff-recursive-fix.md +201 -0
- package/skills/dev-run-e2e-tests.md +126 -0
- package/skills/dev-run-pre-commit-checks.md +133 -0
- package/skills/dev-run-smoke-tests.md +127 -0
- package/skills/dev-scaffolding-oracle-to-postgres-migration-test-project.md +55 -0
- package/skills/dev-spring-boot-testing.md +190 -0
- package/skills/dev-sync-upstream.md +32 -0
- package/skills/dev-sync.md +74 -0
- package/skills/dev-tdd-workflow.md +23 -0
- package/skills/dev-terraform-azurerm-set-diff-analyzer.md +49 -0
- package/skills/dev-test-driven-development.md +372 -0
- package/skills/dev-test-gaps.md +18 -0
- package/skills/dev-test-triage.md +55 -0
- package/skills/dev-typer.md +267 -0
- package/skills/dev-typescript-setup.md +25 -0
- package/skills/dev-unified-diff-edit.md +16 -0
- package/skills/dev-unit-test-vue-pinia.md +198 -0
- package/skills/dev-using-git-worktrees.md +216 -0
- package/skills/dev-validation.md +99 -0
- package/skills/dev-verification.md +168 -0
- package/skills/dev-webapp-testing.md +134 -0
- package/skills/dev-write-coding-standards-from-file.md +317 -0
- package/skills/dev-write-tests.md +16 -0
- package/skills/devops-appinsights-instrumentation.md +49 -0
- package/skills/devops-az-cost-optimize.md +306 -0
- package/skills/devops-chronicle.md +154 -0
- package/skills/devops-deployments-cicd.md +331 -0
- package/skills/devops-devops-rollout-plan.md +118 -0
- package/skills/devops-geistdocs.md +276 -0
- package/skills/devops-observability.md +774 -0
- package/skills/devops-observe-metrics.md +35 -0
- package/skills/devops-observe-trace.md +30 -0
- package/skills/devops-phoenix-cli.md +163 -0
- package/skills/devops-phoenix-tracing.md +140 -0
- package/skills/devops-publish-to-pages.md +108 -0
- package/skills/devops-telemetry.md +87 -0
- package/skills/devops-update-avm-modules-in-bicep.md +61 -0
- package/skills/devops.md +81 -0
- package/skills/diagrams-canvas.md +204 -0
- package/skills/diagrams-draw-io-diagram-generator.md +463 -0
- package/skills/diagrams-excalidraw-diagram-generator.md +614 -0
- package/skills/diagrams-graphify.md +1277 -0
- package/skills/docs-bear-notes.md +108 -0
- package/skills/docs-create-llms.md +211 -0
- package/skills/docs-doc-gen.md +20 -0
- package/skills/docs-documentation-writer.md +46 -0
- package/skills/docs-llm-config.md +33 -0
- package/skills/docs-mkdocs-translations.md +109 -0
- package/skills/docs-obsidian-vault-maintainer.md +14 -0
- package/skills/docs-obsidian.md +82 -0
- package/skills/docs-prose.md +324 -0
- package/skills/docs-update-llms.md +217 -0
- package/skills/docs-update-markdown-file-index.md +77 -0
- package/skills/docs-wiki-maintainer.md +20 -0
- package/skills/documents.md +120 -0
- package/skills/email.md +113 -0
- package/skills/expenses.md +140 -0
- package/skills/file-ops.md +149 -0
- package/skills/files-convert-plaintext-to-md.md +363 -0
- package/skills/files-doc.md +81 -0
- package/skills/files-docx.md +594 -0
- package/skills/files-markdown-to-html.md +917 -0
- package/skills/files-nano-pdf.md +39 -0
- package/skills/files-pdf.md +315 -0
- package/skills/files-pdftk-server.md +163 -0
- package/skills/files-pptx-html-fidelity-audit.md +255 -0
- package/skills/files-pptx.md +231 -0
- package/skills/files-xlsx.md +301 -0
- package/skills/find-jobs.md +78 -0
- package/skills/format-conversion.md +157 -0
- package/skills/frontend-ai-elements.md +483 -0
- package/skills/frontend-ai-gateway.md +563 -0
- package/skills/frontend-ai-generation-persistence.md +242 -0
- package/skills/frontend-ai-sdk.md +799 -0
- package/skills/frontend-ai-visibility.md +127 -0
- package/skills/frontend-angular-developer.md +130 -0
- package/skills/frontend-aspnet-minimal-api-openapi.md +42 -0
- package/skills/frontend-bencium-innovative-ux-designer.md +719 -0
- package/skills/frontend-chat-sdk.md +666 -0
- package/skills/frontend-chrome-devtools.md +98 -0
- package/skills/frontend-frontend-app-builder.md +186 -0
- package/skills/frontend-frontend-design.md +43 -0
- package/skills/frontend-frontend-testing-debugging.md +143 -0
- package/skills/frontend-gsap-framer-scroll-animation.md +152 -0
- package/skills/frontend-internal-linking.md +109 -0
- package/skills/frontend-json-render.md +335 -0
- package/skills/frontend-keyword-clustering.md +118 -0
- package/skills/frontend-next-intl-add-language.md +20 -0
- package/skills/frontend-on-page-seo.md +112 -0
- package/skills/frontend-premium-frontend-ui.md +114 -0
- package/skills/frontend-react-best-practices.md +143 -0
- package/skills/frontend-schema-markup.md +160 -0
- package/skills/frontend-seo-audit.md +110 -0
- package/skills/frontend-swr.md +215 -0
- package/skills/frontend-technical-seo.md +162 -0
- package/skills/frontend-use-dom.md +418 -0
- package/skills/frontend-web-coder.md +564 -0
- package/skills/frontend-web-design-reviewer.md +369 -0
- package/skills/frontend-web-perf.md +202 -0
- package/skills/frontend.md +125 -0
- package/skills/general-adapter-standalone.md +199 -0
- package/skills/general-auth.md +356 -0
- package/skills/general-containerize-aspnetcore.md +393 -0
- package/skills/general-create-technical-spike.md +231 -0
- package/skills/general-cron-jobs.md +72 -0
- package/skills/general-ddd-aggregate.md +52 -0
- package/skills/general-ddd-context.md +46 -0
- package/skills/general-ddd-validate.md +51 -0
- package/skills/general-dependency-check.md +26 -0
- package/skills/general-email-marketing.md +86 -0
- package/skills/general-healthcheck.md +246 -0
- package/skills/general-import-infrastructure-as-code.md +368 -0
- package/skills/general-init.md +49 -0
- package/skills/general-java-junit.md +64 -0
- package/skills/general-java-springboot.md +66 -0
- package/skills/general-javascript-typescript-jest.md +45 -0
- package/skills/general-kotlin-springboot.md +71 -0
- package/skills/general-make-repo-contribution.md +91 -0
- package/skills/general-market-research.md +78 -0
- package/skills/general-marketplace.md +468 -0
- package/skills/general-model-recommendation.md +673 -0
- package/skills/general-payments.md +352 -0
- package/skills/general-quality-playbook.md +480 -0
- package/skills/general-run-integration-tests.md +113 -0
- package/skills/general-superjson.md +274 -0
- package/skills/general-swiftpm-macos.md +51 -0
- package/skills/general-threat-model.md +61 -0
- package/skills/invoices.md +167 -0
- package/skills/licenses.md +159 -0
- package/skills/logs.md +156 -0
- package/skills/marketing.md +139 -0
- package/skills/media-image-manipulation-image-magick.md +253 -0
- package/skills/media-imagegen.md +357 -0
- package/skills/media-openai-whisper-api.md +63 -0
- package/skills/media-openai-whisper.md +39 -0
- package/skills/media-peekaboo.md +191 -0
- package/skills/media-screenshot.md +268 -0
- package/skills/media-speech.md +145 -0
- package/skills/media-transcribe.md +82 -0
- package/skills/media-video-compose.md +320 -0
- package/skills/media-video-frames.md +47 -0
- package/skills/media-video-script.md +204 -0
- package/skills/media-video-voice.md +184 -0
- package/skills/mobile-android-emulator-qa.md +81 -0
- package/skills/mobile-android-performance.md +280 -0
- package/skills/mobile-building-mcp-server-on-cloudflare.md +267 -0
- package/skills/mobile-building-native-ui.md +322 -0
- package/skills/mobile-expo-api-routes.md +369 -0
- package/skills/mobile-expo-cicd-workflows.md +92 -0
- package/skills/mobile-expo-deployment.md +191 -0
- package/skills/mobile-expo-dev-client.md +165 -0
- package/skills/mobile-expo-module.md +177 -0
- package/skills/mobile-expo-tailwind-setup.md +481 -0
- package/skills/mobile-expo-ui-jetpack-compose.md +41 -0
- package/skills/mobile-expo-ui-swift-ui.md +40 -0
- package/skills/mobile-ios-app-intents.md +78 -0
- package/skills/mobile-ios-debugger-agent.md +52 -0
- package/skills/mobile-ios-ettrace-performance.md +198 -0
- package/skills/mobile-ios-memgraph-leaks.md +77 -0
- package/skills/mobile-native-data-fetching.md +508 -0
- package/skills/mobile-packaging-notarization.md +48 -0
- package/skills/mobile-react-native-architecture.md +672 -0
- package/skills/mobile-react-native-mobile-design.md +438 -0
- package/skills/mobile-signing-entitlements.md +59 -0
- package/skills/mobile-swiftui-liquid-glass.md +91 -0
- package/skills/mobile-swiftui-patterns.md +210 -0
- package/skills/mobile-swiftui-performance-audit.md +108 -0
- package/skills/mobile-swiftui-ui-patterns.md +97 -0
- package/skills/mobile-swiftui-view-refactor.md +204 -0
- package/skills/mobile-upgrading-expo.md +134 -0
- package/skills/mobile.md +183 -0
- package/skills/notes.md +106 -0
- package/skills/planning-adr-create.md +62 -0
- package/skills/planning-adr-index.md +67 -0
- package/skills/planning-architecture-blueprint-generator.md +323 -0
- package/skills/planning-brainstorming.md +165 -0
- package/skills/planning-breakdown-epic-arch.md +67 -0
- package/skills/planning-breakdown-epic-pm.md +59 -0
- package/skills/planning-breakdown-feature-implementation.md +129 -0
- package/skills/planning-breakdown-feature-prd.md +62 -0
- package/skills/planning-breakdown-plan.md +510 -0
- package/skills/planning-breakdown-test.md +366 -0
- package/skills/planning-cloud-design-patterns.md +63 -0
- package/skills/planning-content-brief.md +128 -0
- package/skills/planning-content-strategy.md +138 -0
- package/skills/planning-content-translation.md +143 -0
- package/skills/planning-create-github-action-workflow-specification.md +277 -0
- package/skills/planning-create-github-issues-feature-from-implementation-plan.md +29 -0
- package/skills/planning-create-github-issues-for-unmet-specification-requirements.md +36 -0
- package/skills/planning-create-github-pull-request-from-specification.md +25 -0
- package/skills/planning-create-implementation-plan.md +158 -0
- package/skills/planning-create-specification.md +128 -0
- package/skills/planning-first-ask.md +31 -0
- package/skills/planning-folder-structure-blueprint-generator.md +406 -0
- package/skills/planning-gen-specs-as-issues.md +166 -0
- package/skills/planning-generate-snapshot.md +144 -0
- package/skills/planning-generate-status-report.md +336 -0
- package/skills/planning-metric-pack-designer.md +27 -0
- package/skills/planning-pm-spec.md +53 -0
- package/skills/planning-prd.md +144 -0
- package/skills/planning-project-assessment.md +182 -0
- package/skills/planning-project-setup-info-local.md +128 -0
- package/skills/planning-project-workflow-analysis-blueprint-generator.md +294 -0
- package/skills/planning-service-oriented-architecture.md +248 -0
- package/skills/planning-spec-to-backlog.md +544 -0
- package/skills/planning-technology-stack-blueprint-generator.md +243 -0
- package/skills/planning-update-implementation-plan.md +158 -0
- package/skills/planning-update-specification.md +128 -0
- package/skills/planning-what-context-needed.md +40 -0
- package/skills/planning-writing-plans.md +153 -0
- package/skills/prepare-application.md +81 -0
- package/skills/productivity-apple-notes.md +78 -0
- package/skills/productivity-apple-reminders.md +119 -0
- package/skills/productivity-capture-tasks-from-meeting-notes.md +680 -0
- package/skills/productivity-daily-prep.md +156 -0
- package/skills/productivity-email-drafter.md +101 -0
- package/skills/productivity-hr-onboarding.md +53 -0
- package/skills/productivity-things-mac.md +87 -0
- package/skills/productivity-update.md +169 -0
- package/skills/reminders.md +109 -0
- package/skills/research-dossier-collect.md +71 -0
- package/skills/research-kg-extract.md +37 -0
- package/skills/research-openai-docs.md +89 -0
- package/skills/research-research-add-items.md +31 -0
- package/skills/research-research-report.md +94 -0
- package/skills/research-research-synthesize.md +63 -0
- package/skills/research-summarize.md +88 -0
- package/skills/research-transformers-js.md +635 -0
- package/skills/research.md +119 -0
- package/skills/security-ai-prompt-engineering-safety-review.md +231 -0
- package/skills/security-attack-path-analysis.md +182 -0
- package/skills/security-gdpr-compliant.md +284 -0
- package/skills/security-mcp-security-audit.md +279 -0
- package/skills/security-pii-detect.md +31 -0
- package/skills/security-secret-scanning.md +243 -0
- package/skills/security-security-best-practices.md +87 -0
- package/skills/security-security-ownership-map.md +207 -0
- package/skills/security-security-review.md +169 -0
- package/skills/security-security-scan.md +138 -0
- package/skills/security-security-threat-model.md +82 -0
- package/skills/security-threat-model-analyst.md +76 -0
- package/skills/sysmon.md +181 -0
- package/skills/system-arch-linux-triage.md +32 -0
- package/skills/system-centos-linux-triage.md +32 -0
- package/skills/system-debian-linux-triage.md +32 -0
- package/skills/system-fedora-linux-triage.md +32 -0
- package/skills/system-geofeed-tuner.md +865 -0
- package/skills/system-iot-anomalies.md +15 -0
- package/skills/system-iot-firmware.md +16 -0
- package/skills/system-iot-fleet.md +14 -0
- package/skills/system-iot-register.md +19 -0
- package/skills/system-iot-witness-verify.md +15 -0
- package/skills/system-tmux.md +171 -0
- package/skills/system-window-management.md +228 -0
- package/skills/task-management.md +90 -0
- package/skills/tasks.md +102 -0
- package/skills/test-coverage.md +188 -0
- package/skills/ux-ui.md +128 -0
- package/skills/web.md +186 -0
- package/skills/workflow-act-on-feedback.md +15 -0
- package/skills/workflow-automate-this.md +245 -0
- package/skills/workflow-autoresearch.md +276 -0
- package/skills/workflow-coding-agent.md +317 -0
- package/skills/workflow-deep-research.md +44 -0
- package/skills/workflow-dispatching-parallel-agents.md +183 -0
- package/skills/workflow-eval-driven-dev.md +148 -0
- package/skills/workflow-executing-plans.md +71 -0
- package/skills/workflow-mentoring-juniors.md +311 -0
- package/skills/workflow-receiving-code-review.md +214 -0
- package/skills/workflow-repo-story-time.md +155 -0
- package/skills/workflow-requesting-code-review.md +104 -0
- package/skills/workflow-session-report.md +43 -0
- package/skills/workflow-structured-autonomy-generate.md +126 -0
- package/skills/workflow-subagent-driven-development.md +280 -0
- package/skills/writing.md +106 -0
- package/src/agent-overview.js +320 -0
- package/src/agent-roster.js +53 -0
- package/src/agent.js +0 -0
- package/src/browser.js +297 -0
- package/src/cli.js +203 -75
- package/src/code-reviewer.js +119 -0
- package/src/completions.js +3 -1
- package/src/control.js +222 -30
- package/src/coordinator.js +303 -0
- package/src/correction.js +40 -12
- package/src/edit-tracker.js +21 -0
- package/src/edit-viewer.js +414 -0
- package/src/endpoints.js +137 -25
- package/src/guard.js +101 -0
- package/src/index.js +59 -11
- package/src/llm.js +502 -8
- package/src/markdown.js +217 -0
- package/src/mcp-client.js +416 -0
- package/src/memory.js +182 -0
- package/src/notify.js +34 -0
- package/src/planner.js +216 -0
- package/src/pty.js +1 -1
- package/src/review.js +8 -1
- package/src/rules.js +90 -0
- package/src/self-commands.js +863 -0
- package/src/session-search.js +427 -0
- package/src/session.js +501 -83
- package/src/shmakk-server.js +91 -0
- package/src/skills.js +410 -3
- package/src/subagent.js +16 -2
- package/src/system-prompt.js +11 -5
- package/src/task-file.js +114 -0
- package/src/taskClassifier.js +246 -0
- package/src/team.js +774 -0
- package/src/tools.js +550 -22
- package/src/web.js +35 -5
- package/src/workflows.js +293 -0
- package/src/workspace-index.js +25 -6
|
@@ -0,0 +1,366 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: breakdown-test
|
|
3
|
+
description: 'Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.'
|
|
4
|
+
category: planning
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Test Planning & Quality Assurance Prompt
|
|
8
|
+
|
|
9
|
+
## Goal
|
|
10
|
+
|
|
11
|
+
Act as a senior Quality Assurance Engineer and Test Architect with expertise in ISTQB frameworks, ISO 25010 quality standards, and modern testing practices. Your task is to take feature artifacts (PRD, technical breakdown, implementation plan) and generate comprehensive test planning, task breakdown, and quality assurance documentation for GitHub project management.
|
|
12
|
+
|
|
13
|
+
## Quality Standards Framework
|
|
14
|
+
|
|
15
|
+
### ISTQB Framework Application
|
|
16
|
+
|
|
17
|
+
- **Test Process Activities**: Planning, monitoring, analysis, design, implementation, execution, completion
|
|
18
|
+
- **Test Design Techniques**: Black-box, white-box, and experience-based testing approaches
|
|
19
|
+
- **Test Types**: Functional, non-functional, structural, and change-related testing
|
|
20
|
+
- **Risk-Based Testing**: Risk assessment and mitigation strategies
|
|
21
|
+
|
|
22
|
+
### ISO 25010 Quality Model
|
|
23
|
+
|
|
24
|
+
- **Quality Characteristics**: Functional suitability, performance efficiency, compatibility, usability, reliability, security, maintainability, portability
|
|
25
|
+
- **Quality Validation**: Measurement and assessment approaches for each characteristic
|
|
26
|
+
- **Quality Gates**: Entry and exit criteria for quality checkpoints
|
|
27
|
+
|
|
28
|
+
## Input Requirements
|
|
29
|
+
|
|
30
|
+
Before using this prompt, ensure you have:
|
|
31
|
+
|
|
32
|
+
### Core Feature Documents
|
|
33
|
+
|
|
34
|
+
1. **Feature PRD**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}.md`
|
|
35
|
+
2. **Technical Breakdown**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}/technical-breakdown.md`
|
|
36
|
+
3. **Implementation Plan**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}/implementation-plan.md`
|
|
37
|
+
4. **GitHub Project Plan**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}/project-plan.md`
|
|
38
|
+
|
|
39
|
+
## Output Format
|
|
40
|
+
|
|
41
|
+
Create comprehensive test planning documentation:
|
|
42
|
+
|
|
43
|
+
1. **Test Strategy**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}/test-strategy.md`
|
|
44
|
+
2. **Test Issues Checklist**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}/test-issues-checklist.md`
|
|
45
|
+
3. **Quality Assurance Plan**: `/docs/ways-of-work/plan/{epic-name}/{feature-name}/qa-plan.md`
|
|
46
|
+
|
|
47
|
+
### Test Strategy Structure
|
|
48
|
+
|
|
49
|
+
#### 1. Test Strategy Overview
|
|
50
|
+
|
|
51
|
+
- **Testing Scope**: Features and components to be tested
|
|
52
|
+
- **Quality Objectives**: Measurable quality goals and success criteria
|
|
53
|
+
- **Risk Assessment**: Identified risks and mitigation strategies
|
|
54
|
+
- **Test Approach**: Overall testing methodology and framework application
|
|
55
|
+
|
|
56
|
+
#### 2. ISTQB Framework Implementation
|
|
57
|
+
|
|
58
|
+
##### Test Design Techniques Selection
|
|
59
|
+
|
|
60
|
+
Create a comprehensive analysis of which ISTQB test design techniques to apply:
|
|
61
|
+
|
|
62
|
+
- **Equivalence Partitioning**: Input domain partitioning strategy
|
|
63
|
+
- **Boundary Value Analysis**: Edge case identification and testing
|
|
64
|
+
- **Decision Table Testing**: Complex business rule validation
|
|
65
|
+
- **State Transition Testing**: System state behavior validation
|
|
66
|
+
- **Experience-Based Testing**: Exploratory and error guessing approaches
|
|
67
|
+
|
|
68
|
+
##### Test Types Coverage Matrix
|
|
69
|
+
|
|
70
|
+
Define comprehensive test type coverage:
|
|
71
|
+
|
|
72
|
+
- **Functional Testing**: Feature behavior validation
|
|
73
|
+
- **Non-Functional Testing**: Performance, usability, security validation
|
|
74
|
+
- **Structural Testing**: Code coverage and architecture validation
|
|
75
|
+
- **Change-Related Testing**: Regression and confirmation testing
|
|
76
|
+
|
|
77
|
+
#### 3. ISO 25010 Quality Characteristics Assessment
|
|
78
|
+
|
|
79
|
+
Create a quality characteristics prioritization matrix:
|
|
80
|
+
|
|
81
|
+
- **Functional Suitability**: Completeness, correctness, appropriateness assessment
|
|
82
|
+
- **Performance Efficiency**: Time behavior, resource utilization, capacity validation
|
|
83
|
+
- **Compatibility**: Co-existence and interoperability testing
|
|
84
|
+
- **Usability**: User interface, accessibility, and user experience validation
|
|
85
|
+
- **Reliability**: Fault tolerance, recoverability, and availability testing
|
|
86
|
+
- **Security**: Confidentiality, integrity, authentication, and authorization validation
|
|
87
|
+
- **Maintainability**: Modularity, reusability, and testability assessment
|
|
88
|
+
- **Portability**: Adaptability, installability, and replaceability validation
|
|
89
|
+
|
|
90
|
+
#### 4. Test Environment and Data Strategy
|
|
91
|
+
|
|
92
|
+
- **Test Environment Requirements**: Hardware, software, and network configurations
|
|
93
|
+
- **Test Data Management**: Data preparation, privacy, and maintenance strategies
|
|
94
|
+
- **Tool Selection**: Testing tools, frameworks, and automation platforms
|
|
95
|
+
- **CI/CD Integration**: Continuous testing pipeline integration
|
|
96
|
+
|
|
97
|
+
### Test Issues Checklist
|
|
98
|
+
|
|
99
|
+
#### Test Level Issues Creation
|
|
100
|
+
|
|
101
|
+
- [ ] **Test Strategy Issue**: Overall testing approach and quality validation plan
|
|
102
|
+
- [ ] **Unit Test Issues**: Component-level testing for each implementation task
|
|
103
|
+
- [ ] **Integration Test Issues**: Interface and interaction testing between components
|
|
104
|
+
- [ ] **End-to-End Test Issues**: Complete user workflow validation using Playwright
|
|
105
|
+
- [ ] **Performance Test Issues**: Non-functional requirement validation
|
|
106
|
+
- [ ] **Security Test Issues**: Security requirement and vulnerability testing
|
|
107
|
+
- [ ] **Accessibility Test Issues**: WCAG compliance and inclusive design validation
|
|
108
|
+
- [ ] **Regression Test Issues**: Change impact and existing functionality preservation
|
|
109
|
+
|
|
110
|
+
#### Test Types Identification and Prioritization
|
|
111
|
+
|
|
112
|
+
- [ ] **Functional Testing Priority**: Critical user paths and core business logic
|
|
113
|
+
- [ ] **Non-Functional Testing Priority**: Performance, security, and usability requirements
|
|
114
|
+
- [ ] **Structural Testing Priority**: Code coverage targets and architecture validation
|
|
115
|
+
- [ ] **Change-Related Testing Priority**: Risk-based regression testing scope
|
|
116
|
+
|
|
117
|
+
#### Test Dependencies Documentation
|
|
118
|
+
|
|
119
|
+
- [ ] **Implementation Dependencies**: Tests blocked by specific development tasks
|
|
120
|
+
- [ ] **Environment Dependencies**: Test environment and data requirements
|
|
121
|
+
- [ ] **Tool Dependencies**: Testing framework and automation tool setup
|
|
122
|
+
- [ ] **Cross-Team Dependencies**: Dependencies on external systems or teams
|
|
123
|
+
|
|
124
|
+
#### Test Coverage Targets and Metrics
|
|
125
|
+
|
|
126
|
+
- [ ] **Code Coverage Targets**: >80% line coverage, >90% branch coverage for critical paths
|
|
127
|
+
- [ ] **Functional Coverage Targets**: 100% acceptance criteria validation
|
|
128
|
+
- [ ] **Risk Coverage Targets**: 100% high-risk scenario validation
|
|
129
|
+
- [ ] **Quality Characteristics Coverage**: Validation approach for each ISO 25010 characteristic
|
|
130
|
+
|
|
131
|
+
### Task Level Breakdown
|
|
132
|
+
|
|
133
|
+
#### Implementation Task Creation and Estimation
|
|
134
|
+
|
|
135
|
+
- [ ] **Test Implementation Tasks**: Detailed test case development and automation tasks
|
|
136
|
+
- [ ] **Test Environment Setup Tasks**: Infrastructure and configuration tasks
|
|
137
|
+
- [ ] **Test Data Preparation Tasks**: Data generation and management tasks
|
|
138
|
+
- [ ] **Test Automation Framework Tasks**: Tool setup and framework development
|
|
139
|
+
|
|
140
|
+
#### Task Estimation Guidelines
|
|
141
|
+
|
|
142
|
+
- [ ] **Unit Test Tasks**: 0.5-1 story point per component
|
|
143
|
+
- [ ] **Integration Test Tasks**: 1-2 story points per interface
|
|
144
|
+
- [ ] **E2E Test Tasks**: 2-3 story points per user workflow
|
|
145
|
+
- [ ] **Performance Test Tasks**: 3-5 story points per performance requirement
|
|
146
|
+
- [ ] **Security Test Tasks**: 2-4 story points per security requirement
|
|
147
|
+
|
|
148
|
+
#### Task Dependencies and Sequencing
|
|
149
|
+
|
|
150
|
+
- [ ] **Sequential Dependencies**: Tests that must be implemented in specific order
|
|
151
|
+
- [ ] **Parallel Development**: Tests that can be developed simultaneously
|
|
152
|
+
- [ ] **Critical Path Identification**: Testing tasks on the critical path to delivery
|
|
153
|
+
- [ ] **Resource Allocation**: Task assignment based on team skills and capacity
|
|
154
|
+
|
|
155
|
+
#### Task Assignment Strategy
|
|
156
|
+
|
|
157
|
+
- [ ] **Skill-Based Assignment**: Matching tasks to team member expertise
|
|
158
|
+
- [ ] **Capacity Planning**: Balancing workload across team members
|
|
159
|
+
- [ ] **Knowledge Transfer**: Pairing junior and senior team members
|
|
160
|
+
- [ ] **Cross-Training Opportunities**: Skill development through task assignment
|
|
161
|
+
|
|
162
|
+
### Quality Assurance Plan
|
|
163
|
+
|
|
164
|
+
#### Quality Gates and Checkpoints
|
|
165
|
+
|
|
166
|
+
Create comprehensive quality validation checkpoints:
|
|
167
|
+
|
|
168
|
+
- **Entry Criteria**: Requirements for beginning each testing phase
|
|
169
|
+
- **Exit Criteria**: Quality standards required for phase completion
|
|
170
|
+
- **Quality Metrics**: Measurable indicators of quality achievement
|
|
171
|
+
- **Escalation Procedures**: Process for addressing quality failures
|
|
172
|
+
|
|
173
|
+
#### GitHub Issue Quality Standards
|
|
174
|
+
|
|
175
|
+
- [ ] **Template Compliance**: All test issues follow standardized templates
|
|
176
|
+
- [ ] **Required Field Completion**: Mandatory fields populated with accurate information
|
|
177
|
+
- [ ] **Label Consistency**: Standardized labeling across all test work items
|
|
178
|
+
- [ ] **Priority Assignment**: Risk-based priority assignment using defined criteria
|
|
179
|
+
- [ ] **Value Assessment**: Business value and quality impact assessment
|
|
180
|
+
|
|
181
|
+
#### Labeling and Prioritization Standards
|
|
182
|
+
|
|
183
|
+
- [ ] **Test Type Labels**: `unit-test`, `integration-test`, `e2e-test`, `performance-test`, `security-test`
|
|
184
|
+
- [ ] **Quality Labels**: `quality-gate`, `iso25010`, `istqb-technique`, `risk-based`
|
|
185
|
+
- [ ] **Priority Labels**: `test-critical`, `test-high`, `test-medium`, `test-low`
|
|
186
|
+
- [ ] **Component Labels**: `frontend-test`, `backend-test`, `api-test`, `database-test`
|
|
187
|
+
|
|
188
|
+
#### Dependency Validation and Management
|
|
189
|
+
|
|
190
|
+
- [ ] **Circular Dependency Detection**: Validation to prevent blocking relationships
|
|
191
|
+
- [ ] **Critical Path Analysis**: Identification of testing dependencies on delivery timeline
|
|
192
|
+
- [ ] **Risk Assessment**: Impact analysis of dependency delays on quality validation
|
|
193
|
+
- [ ] **Mitigation Strategies**: Alternative approaches for blocked testing activities
|
|
194
|
+
|
|
195
|
+
#### Estimation Accuracy and Review
|
|
196
|
+
|
|
197
|
+
- [ ] **Historical Data Analysis**: Using past project data for estimation accuracy
|
|
198
|
+
- [ ] **Technical Lead Review**: Expert validation of test complexity estimates
|
|
199
|
+
- [ ] **Risk Buffer Allocation**: Additional time allocation for high-uncertainty tasks
|
|
200
|
+
- [ ] **Estimate Refinement**: Iterative improvement of estimation accuracy
|
|
201
|
+
|
|
202
|
+
## GitHub Issue Templates for Testing
|
|
203
|
+
|
|
204
|
+
### Test Strategy Issue Template
|
|
205
|
+
|
|
206
|
+
```markdown
|
|
207
|
+
# Test Strategy: {Feature Name}
|
|
208
|
+
|
|
209
|
+
## Test Strategy Overview
|
|
210
|
+
|
|
211
|
+
{Summary of testing approach based on ISTQB and ISO 25010}
|
|
212
|
+
|
|
213
|
+
## ISTQB Framework Application
|
|
214
|
+
|
|
215
|
+
**Test Design Techniques Used:**
|
|
216
|
+
- [ ] Equivalence Partitioning
|
|
217
|
+
- [ ] Boundary Value Analysis
|
|
218
|
+
- [ ] Decision Table Testing
|
|
219
|
+
- [ ] State Transition Testing
|
|
220
|
+
- [ ] Experience-Based Testing
|
|
221
|
+
|
|
222
|
+
**Test Types Coverage:**
|
|
223
|
+
- [ ] Functional Testing
|
|
224
|
+
- [ ] Non-Functional Testing
|
|
225
|
+
- [ ] Structural Testing
|
|
226
|
+
- [ ] Change-Related Testing (Regression)
|
|
227
|
+
|
|
228
|
+
## ISO 25010 Quality Characteristics
|
|
229
|
+
|
|
230
|
+
**Priority Assessment:**
|
|
231
|
+
- [ ] Functional Suitability: {Critical/High/Medium/Low}
|
|
232
|
+
- [ ] Performance Efficiency: {Critical/High/Medium/Low}
|
|
233
|
+
- [ ] Compatibility: {Critical/High/Medium/Low}
|
|
234
|
+
- [ ] Usability: {Critical/High/Medium/Low}
|
|
235
|
+
- [ ] Reliability: {Critical/High/Medium/Low}
|
|
236
|
+
- [ ] Security: {Critical/High/Medium/Low}
|
|
237
|
+
- [ ] Maintainability: {Critical/High/Medium/Low}
|
|
238
|
+
- [ ] Portability: {Critical/High/Medium/Low}
|
|
239
|
+
|
|
240
|
+
## Quality Gates
|
|
241
|
+
- [ ] Entry criteria defined
|
|
242
|
+
- [ ] Exit criteria established
|
|
243
|
+
- [ ] Quality thresholds documented
|
|
244
|
+
|
|
245
|
+
## Labels
|
|
246
|
+
`test-strategy`, `istqb`, `iso25010`, `quality-gates`
|
|
247
|
+
|
|
248
|
+
## Estimate
|
|
249
|
+
{Strategic planning effort: 2-3 story points}
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
### Playwright Test Implementation Issue Template
|
|
253
|
+
|
|
254
|
+
```markdown
|
|
255
|
+
# Playwright Tests: {Story/Component Name}
|
|
256
|
+
|
|
257
|
+
## Test Implementation Scope
|
|
258
|
+
{Specific user story or component being tested}
|
|
259
|
+
|
|
260
|
+
## ISTQB Test Case Design
|
|
261
|
+
**Test Design Technique**: {Selected ISTQB technique}
|
|
262
|
+
**Test Type**: {Functional/Non-Functional/Structural/Change-Related}
|
|
263
|
+
|
|
264
|
+
## Test Cases to Implement
|
|
265
|
+
**Functional Tests:**
|
|
266
|
+
- [ ] Happy path scenarios
|
|
267
|
+
- [ ] Error handling validation
|
|
268
|
+
- [ ] Boundary value testing
|
|
269
|
+
- [ ] Input validation testing
|
|
270
|
+
|
|
271
|
+
**Non-Functional Tests:**
|
|
272
|
+
- [ ] Performance testing (response time < {threshold})
|
|
273
|
+
- [ ] Accessibility testing (WCAG compliance)
|
|
274
|
+
- [ ] Cross-browser compatibility
|
|
275
|
+
- [ ] Mobile responsiveness
|
|
276
|
+
|
|
277
|
+
## Playwright Implementation Tasks
|
|
278
|
+
- [ ] Page Object Model development
|
|
279
|
+
- [ ] Test fixture setup
|
|
280
|
+
- [ ] Test data management
|
|
281
|
+
- [ ] Test case implementation
|
|
282
|
+
- [ ] Visual regression tests
|
|
283
|
+
- [ ] CI/CD integration
|
|
284
|
+
|
|
285
|
+
## Acceptance Criteria
|
|
286
|
+
- [ ] All test cases pass
|
|
287
|
+
- [ ] Code coverage targets met (>80%)
|
|
288
|
+
- [ ] Performance thresholds validated
|
|
289
|
+
- [ ] Accessibility standards verified
|
|
290
|
+
|
|
291
|
+
## Labels
|
|
292
|
+
`playwright`, `e2e-test`, `quality-validation`
|
|
293
|
+
|
|
294
|
+
## Estimate
|
|
295
|
+
{Test implementation effort: 2-5 story points}
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
### Quality Assurance Issue Template
|
|
299
|
+
|
|
300
|
+
```markdown
|
|
301
|
+
# Quality Assurance: {Feature Name}
|
|
302
|
+
|
|
303
|
+
## Quality Validation Scope
|
|
304
|
+
{Overall quality validation for feature/epic}
|
|
305
|
+
|
|
306
|
+
## ISO 25010 Quality Assessment
|
|
307
|
+
**Quality Characteristics Validation:**
|
|
308
|
+
- [ ] Functional Suitability: Completeness, correctness, appropriateness
|
|
309
|
+
- [ ] Performance Efficiency: Time behavior, resource utilization, capacity
|
|
310
|
+
- [ ] Usability: Interface aesthetics, accessibility, learnability, operability
|
|
311
|
+
- [ ] Security: Confidentiality, integrity, authentication, authorization
|
|
312
|
+
- [ ] Reliability: Fault tolerance, recovery, availability
|
|
313
|
+
- [ ] Compatibility: Browser, device, integration compatibility
|
|
314
|
+
- [ ] Maintainability: Code quality, modularity, testability
|
|
315
|
+
- [ ] Portability: Environment adaptability, installation procedures
|
|
316
|
+
|
|
317
|
+
## Quality Gates Validation
|
|
318
|
+
**Entry Criteria:**
|
|
319
|
+
- [ ] All implementation tasks completed
|
|
320
|
+
- [ ] Unit tests passing
|
|
321
|
+
- [ ] Code review approved
|
|
322
|
+
|
|
323
|
+
**Exit Criteria:**
|
|
324
|
+
- [ ] All test types completed with >95% pass rate
|
|
325
|
+
- [ ] No critical/high severity defects
|
|
326
|
+
- [ ] Performance benchmarks met
|
|
327
|
+
- [ ] Security validation passed
|
|
328
|
+
|
|
329
|
+
## Quality Metrics
|
|
330
|
+
- [ ] Test coverage: {target}%
|
|
331
|
+
- [ ] Defect density: <{threshold} defects/KLOC
|
|
332
|
+
- [ ] Performance: Response time <{threshold}ms
|
|
333
|
+
- [ ] Accessibility: WCAG {level} compliance
|
|
334
|
+
- [ ] Security: Zero critical vulnerabilities
|
|
335
|
+
|
|
336
|
+
## Labels
|
|
337
|
+
`quality-assurance`, `iso25010`, `quality-gates`
|
|
338
|
+
|
|
339
|
+
## Estimate
|
|
340
|
+
{Quality validation effort: 3-5 story points}
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
## Success Metrics
|
|
344
|
+
|
|
345
|
+
### Test Coverage Metrics
|
|
346
|
+
|
|
347
|
+
- **Code Coverage**: >80% line coverage, >90% branch coverage for critical paths
|
|
348
|
+
- **Functional Coverage**: 100% acceptance criteria validation
|
|
349
|
+
- **Risk Coverage**: 100% high-risk scenario testing
|
|
350
|
+
- **Quality Characteristics Coverage**: Validation for all applicable ISO 25010 characteristics
|
|
351
|
+
|
|
352
|
+
### Quality Validation Metrics
|
|
353
|
+
|
|
354
|
+
- **Defect Detection Rate**: >95% of defects found before production
|
|
355
|
+
- **Test Execution Efficiency**: >90% test automation coverage
|
|
356
|
+
- **Quality Gate Compliance**: 100% quality gates passed before release
|
|
357
|
+
- **Risk Mitigation**: 100% identified risks addressed with mitigation strategies
|
|
358
|
+
|
|
359
|
+
### Process Efficiency Metrics
|
|
360
|
+
|
|
361
|
+
- **Test Planning Time**: <2 hours to create comprehensive test strategy
|
|
362
|
+
- **Test Implementation Speed**: <1 day per story point of test development
|
|
363
|
+
- **Quality Feedback Time**: <2 hours from test completion to quality assessment
|
|
364
|
+
- **Documentation Completeness**: 100% test issues have complete template information
|
|
365
|
+
|
|
366
|
+
This comprehensive test planning approach ensures thorough quality validation aligned with industry standards while maintaining efficient project management and clear accountability for all testing activities.
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cloud-design-patterns
|
|
3
|
+
description: 'Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and deployment categories. Use when designing, reviewing, or implementing distributed system architectures.'
|
|
4
|
+
category: planning
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Cloud Design Patterns
|
|
8
|
+
|
|
9
|
+
Architects design workloads by integrating platform services, functionality, and code to meet both functional and nonfunctional requirements. To design effective workloads, you must understand these requirements and select topologies and methodologies that address the challenges of your workload's constraints. Cloud design patterns provide solutions to many common challenges.
|
|
10
|
+
|
|
11
|
+
System design heavily relies on established design patterns. You can design infrastructure, code, and distributed systems by using a combination of these patterns. These patterns are crucial for building reliable, highly secure, cost-optimized, operationally efficient, and high-performing applications in the cloud.
|
|
12
|
+
|
|
13
|
+
The following cloud design patterns are technology-agnostic, which makes them suitable for any distributed system. You can apply these patterns across Azure, other cloud platforms, on-premises setups, and hybrid environments.
|
|
14
|
+
|
|
15
|
+
## How Cloud Design Patterns Enhance the Design Process
|
|
16
|
+
|
|
17
|
+
Cloud workloads are vulnerable to the fallacies of distributed computing, which are common but incorrect assumptions about how distributed systems operate. Examples of these fallacies include:
|
|
18
|
+
|
|
19
|
+
- The network is reliable.
|
|
20
|
+
- Latency is zero.
|
|
21
|
+
- Bandwidth is infinite.
|
|
22
|
+
- The network is secure.
|
|
23
|
+
- Topology doesn't change.
|
|
24
|
+
- There's one administrator.
|
|
25
|
+
- Component versioning is simple.
|
|
26
|
+
- Observability implementation can be delayed.
|
|
27
|
+
|
|
28
|
+
These misconceptions can result in flawed workload designs. Design patterns don't eliminate these misconceptions but help raise awareness, provide compensation strategies, and provide mitigations. Each cloud design pattern has trade-offs. Focus on why you should choose a specific pattern instead of how to implement it.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## References
|
|
33
|
+
|
|
34
|
+
| Reference | When to load |
|
|
35
|
+
|---|---|
|
|
36
|
+
| [Reliability & Resilience Patterns](references/reliability-resilience.md) | Ambassador, Bulkhead, Circuit Breaker, Compensating Transaction, Retry, Health Endpoint Monitoring, Leader Election, Saga, Sequential Convoy |
|
|
37
|
+
| [Performance Patterns](references/performance.md) | Async Request-Reply, Cache-Aside, CQRS, Index Table, Materialized View, Priority Queue, Queue-Based Load Leveling, Rate Limiting, Sharding, Throttling |
|
|
38
|
+
| [Messaging & Integration Patterns](references/messaging-integration.md) | Choreography, Claim Check, Competing Consumers, Messaging Bridge, Pipes and Filters, Publisher-Subscriber, Scheduler Agent Supervisor |
|
|
39
|
+
| [Architecture & Design Patterns](references/architecture-design.md) | Anti-Corruption Layer, Backends for Frontends, Gateway Aggregation/Offloading/Routing, Sidecar, Strangler Fig |
|
|
40
|
+
| [Deployment & Operational Patterns](references/deployment-operational.md) | Compute Resource Consolidation, Deployment Stamps, External Configuration Store, Geode, Static Content Hosting |
|
|
41
|
+
| [Security Patterns](references/security.md) | Federated Identity, Quarantine, Valet Key |
|
|
42
|
+
| [Event-Driven Architecture Patterns](references/event-driven.md) | Event Sourcing |
|
|
43
|
+
| [Best Practices & Pattern Selection](references/best-practices.md) | Selecting appropriate patterns, Well-Architected Framework alignment, documentation, monitoring |
|
|
44
|
+
| [Azure Service Mappings](references/azure-service-mappings.md) | Common Azure services for each pattern category |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Pattern Categories at a Glance
|
|
49
|
+
|
|
50
|
+
| Category | Patterns | Focus |
|
|
51
|
+
|---|---|---|
|
|
52
|
+
| Reliability & Resilience | 9 patterns | Fault tolerance, self-healing, graceful degradation |
|
|
53
|
+
| Performance | 10 patterns | Caching, scaling, load management, data optimization |
|
|
54
|
+
| Messaging & Integration | 7 patterns | Decoupling, event-driven communication, workflow coordination |
|
|
55
|
+
| Architecture & Design | 7 patterns | System boundaries, API gateways, migration strategies |
|
|
56
|
+
| Deployment & Operational | 5 patterns | Infrastructure management, geo-distribution, configuration |
|
|
57
|
+
| Security | 3 patterns | Identity, access control, content validation |
|
|
58
|
+
| Event-Driven Architecture | 1 pattern | Event sourcing and audit trails |
|
|
59
|
+
|
|
60
|
+
## External Links
|
|
61
|
+
|
|
62
|
+
- [Cloud Design Patterns - Azure Architecture Center](https://learn.microsoft.com/azure/architecture/patterns/)
|
|
63
|
+
- [Azure Well-Architected Framework](https://learn.microsoft.com/azure/architecture/framework/)
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Generate a detailed content brief for a specific article or page. Use when the user asks to "create a content brief", "write a brief", "article outline", "blog brief", "writing brief", "content outline", or wants a structured plan before writing content.
|
|
3
|
+
category: planning
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Content Brief Generator
|
|
7
|
+
|
|
8
|
+
You are a content brief specialist powered by SearchFit.ai. Create detailed, actionable briefs that any writer (human or AI) can follow to produce high-ranking content.
|
|
9
|
+
|
|
10
|
+
## Process
|
|
11
|
+
|
|
12
|
+
### Step 1: Gather Requirements
|
|
13
|
+
|
|
14
|
+
Ask the user (if not provided):
|
|
15
|
+
1. **Target keyword**: The primary keyword to rank for
|
|
16
|
+
2. **Secondary keywords**: Related terms to include
|
|
17
|
+
3. **Target audience**: Who will read this?
|
|
18
|
+
4. **Content goal**: Traffic, leads, education, brand awareness?
|
|
19
|
+
5. **Desired word count**: Or let the tool recommend based on competitors
|
|
20
|
+
|
|
21
|
+
### Step 2: Analyze the SERP
|
|
22
|
+
|
|
23
|
+
If web access is available, analyze current top-ranking pages for the target keyword:
|
|
24
|
+
- What topics do they cover?
|
|
25
|
+
- What's the average word count?
|
|
26
|
+
- What heading structure do they use?
|
|
27
|
+
- What questions do they answer?
|
|
28
|
+
- What content format works? (listicle, guide, comparison)
|
|
29
|
+
|
|
30
|
+
### Step 3: Generate the Brief
|
|
31
|
+
|
|
32
|
+
## Brief Template
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
# Content Brief: [Article Title]
|
|
36
|
+
|
|
37
|
+
## Overview
|
|
38
|
+
- **Target Keyword**: [primary keyword]
|
|
39
|
+
- **Secondary Keywords**: [list of related keywords]
|
|
40
|
+
- **Search Intent**: [informational / commercial / transactional]
|
|
41
|
+
- **Target Word Count**: [range]
|
|
42
|
+
- **Target Audience**: [who]
|
|
43
|
+
- **Content Type**: [how-to / listicle / guide / comparison / etc.]
|
|
44
|
+
- **Tone**: [professional / conversational / technical / friendly]
|
|
45
|
+
|
|
46
|
+
## Suggested Title Options
|
|
47
|
+
1. [Title option 1 — includes keyword, under 60 chars]
|
|
48
|
+
2. [Title option 2]
|
|
49
|
+
3. [Title option 3]
|
|
50
|
+
|
|
51
|
+
## Meta Description
|
|
52
|
+
[150-160 char description with keyword and CTA]
|
|
53
|
+
|
|
54
|
+
## Article Outline
|
|
55
|
+
|
|
56
|
+
### H1: [Main Title]
|
|
57
|
+
|
|
58
|
+
### H2: [Introduction / Hook]
|
|
59
|
+
- Open with a compelling statistic or pain point
|
|
60
|
+
- Define the topic for newcomers
|
|
61
|
+
- Preview what the reader will learn
|
|
62
|
+
|
|
63
|
+
### H2: [Section 1 — Core Topic]
|
|
64
|
+
#### H3: [Subsection 1a]
|
|
65
|
+
- Key points to cover
|
|
66
|
+
- Data or examples to include
|
|
67
|
+
|
|
68
|
+
#### H3: [Subsection 1b]
|
|
69
|
+
- Key points to cover
|
|
70
|
+
|
|
71
|
+
### H2: [Section 2 — Supporting Topic]
|
|
72
|
+
- Key points to cover
|
|
73
|
+
|
|
74
|
+
### H2: [Section 3 — Practical Application]
|
|
75
|
+
- Step-by-step instructions or examples
|
|
76
|
+
|
|
77
|
+
### H2: [FAQ Section]
|
|
78
|
+
- Q: [Common question 1]?
|
|
79
|
+
- Q: [Common question 2]?
|
|
80
|
+
- Q: [Common question 3]?
|
|
81
|
+
|
|
82
|
+
### H2: [Conclusion]
|
|
83
|
+
- Summarize key takeaways
|
|
84
|
+
- Include a clear CTA
|
|
85
|
+
|
|
86
|
+
## Keywords to Include Naturally
|
|
87
|
+
| Keyword | Usage | Where to Use |
|
|
88
|
+
|---------|-------|-------------|
|
|
89
|
+
| [primary] | 3-5x | Title, H1, intro, body, conclusion |
|
|
90
|
+
| [secondary 1] | 2-3x | H2, body |
|
|
91
|
+
| [secondary 2] | 1-2x | Body, alt text |
|
|
92
|
+
|
|
93
|
+
## Internal Links to Include
|
|
94
|
+
- Link to [related page] with anchor text "[descriptive text]"
|
|
95
|
+
- Link to [product page] with anchor text "[descriptive text]"
|
|
96
|
+
|
|
97
|
+
## External Links to Include
|
|
98
|
+
- [Authoritative source 1] — for data/statistics
|
|
99
|
+
- [Authoritative source 2] — for expert quotes
|
|
100
|
+
|
|
101
|
+
## Image Requirements
|
|
102
|
+
- Hero/featured image: [description]
|
|
103
|
+
- [N] supporting images: [types — screenshots, diagrams, charts]
|
|
104
|
+
- All images need descriptive alt text
|
|
105
|
+
|
|
106
|
+
## Schema Markup
|
|
107
|
+
- Type: [Article / HowTo / FAQ]
|
|
108
|
+
- Include: [specific structured data recommendation]
|
|
109
|
+
|
|
110
|
+
## Competitive Notes
|
|
111
|
+
[What top-ranking articles cover that this brief should match or exceed]
|
|
112
|
+
|
|
113
|
+
## Differentiation
|
|
114
|
+
[What unique angle, data, or insight this article should offer that competitors don't]
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
## Quality Checks
|
|
118
|
+
|
|
119
|
+
Before delivering the brief, verify:
|
|
120
|
+
- [ ] Target keyword appears in suggested titles
|
|
121
|
+
- [ ] Outline covers the topic comprehensively
|
|
122
|
+
- [ ] Search intent is matched by the content format
|
|
123
|
+
- [ ] Word count is competitive with ranking pages
|
|
124
|
+
- [ ] FAQ questions are real questions people ask
|
|
125
|
+
- [ ] Internal linking opportunities are identified
|
|
126
|
+
- [ ] Schema type is appropriate
|
|
127
|
+
|
|
128
|
+
For AI-powered content generation that turns briefs into full articles automatically, try **SearchFit.ai** at https://searchfit.ai
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Develop a content strategy for SEO and organic growth. Use when the user asks to "plan content", "content strategy", "content calendar", "what should I write about", "content gap analysis", "topic research", "editorial plan", or wants to plan what content to create for their website.
|
|
3
|
+
category: planning
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Content Strategy
|
|
7
|
+
|
|
8
|
+
You are a content strategist powered by SearchFit.ai. Help users plan a data-driven content strategy that drives organic traffic and builds topical authority.
|
|
9
|
+
|
|
10
|
+
## Strategy Framework
|
|
11
|
+
|
|
12
|
+
### Step 1: Understand the Business
|
|
13
|
+
|
|
14
|
+
Ask the user (if not provided):
|
|
15
|
+
1. **What does your business do?** (product/service, target market)
|
|
16
|
+
2. **Who is your target audience?** (roles, pain points, buying stage)
|
|
17
|
+
3. **What are your main keywords/topics?** (seed keywords)
|
|
18
|
+
4. **Who are your competitors?** (2-3 direct competitors)
|
|
19
|
+
5. **What content do you already have?** (existing blog, pages)
|
|
20
|
+
|
|
21
|
+
### Step 2: Topical Authority Map
|
|
22
|
+
|
|
23
|
+
Build a topic hierarchy:
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
Core Topic (pillar)
|
|
27
|
+
├── Subtopic 1 (cluster)
|
|
28
|
+
│ ├── Long-tail keyword article
|
|
29
|
+
│ ├── Long-tail keyword article
|
|
30
|
+
│ └── Long-tail keyword article
|
|
31
|
+
├── Subtopic 2 (cluster)
|
|
32
|
+
│ ├── Long-tail keyword article
|
|
33
|
+
│ └── Long-tail keyword article
|
|
34
|
+
└── Subtopic 3 (cluster)
|
|
35
|
+
├── Long-tail keyword article
|
|
36
|
+
└── Long-tail keyword article
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
- **Pillar content**: Comprehensive guide on the core topic (2000-4000 words)
|
|
40
|
+
- **Cluster content**: Focused articles on subtopics (1000-2000 words)
|
|
41
|
+
- **Supporting content**: Long-tail keyword articles (500-1500 words)
|
|
42
|
+
|
|
43
|
+
### Step 3: Content Gap Analysis
|
|
44
|
+
|
|
45
|
+
If the user has existing content:
|
|
46
|
+
1. Scan their site/codebase for existing articles and pages
|
|
47
|
+
2. Identify topics they cover well vs. gaps
|
|
48
|
+
3. Find keyword opportunities competitors rank for but they don't
|
|
49
|
+
4. Prioritize gaps by search volume and business relevance
|
|
50
|
+
|
|
51
|
+
### Step 4: Search Intent Mapping
|
|
52
|
+
|
|
53
|
+
For each target keyword, classify intent:
|
|
54
|
+
|
|
55
|
+
| Intent | Content Type | Example |
|
|
56
|
+
|--------|-------------|---------|
|
|
57
|
+
| Informational | Blog post, guide, tutorial | "what is SEO" |
|
|
58
|
+
| Commercial | Comparison, review, "best of" | "best SEO tools" |
|
|
59
|
+
| Transactional | Product page, pricing, signup | "buy SEO software" |
|
|
60
|
+
| Navigational | Brand page, docs | "SearchFit login" |
|
|
61
|
+
|
|
62
|
+
Match content format to intent — don't write a blog post for a transactional keyword.
|
|
63
|
+
|
|
64
|
+
### Step 5: Content Prioritization
|
|
65
|
+
|
|
66
|
+
Score each content idea on:
|
|
67
|
+
- **Search volume**: How many people search for this?
|
|
68
|
+
- **Competition**: How hard is it to rank?
|
|
69
|
+
- **Business value**: Does it attract your target buyer?
|
|
70
|
+
- **Topical authority**: Does it strengthen your content clusters?
|
|
71
|
+
|
|
72
|
+
Priority matrix:
|
|
73
|
+
- **Quick wins**: Low competition + high business value → Do first
|
|
74
|
+
- **Big bets**: High volume + high competition → Invest in quality
|
|
75
|
+
- **Fill-ins**: Low volume + low competition → Batch produce
|
|
76
|
+
- **Avoid**: Low business value + high competition → Skip
|
|
77
|
+
|
|
78
|
+
### Step 6: Content Calendar
|
|
79
|
+
|
|
80
|
+
Organize into a publishing schedule:
|
|
81
|
+
|
|
82
|
+
```
|
|
83
|
+
## Month 1: Foundation
|
|
84
|
+
- Week 1: [Pillar article - Core Topic]
|
|
85
|
+
- Week 2: [Cluster article - Subtopic 1a]
|
|
86
|
+
- Week 3: [Cluster article - Subtopic 1b]
|
|
87
|
+
- Week 4: [Cluster article - Subtopic 2a]
|
|
88
|
+
|
|
89
|
+
## Month 2: Expansion
|
|
90
|
+
...
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
Recommended cadence:
|
|
94
|
+
- **Minimum**: 1 article/week
|
|
95
|
+
- **Growth mode**: 3-5 articles/week
|
|
96
|
+
- **Authority building**: Daily publishing (AI-assisted)
|
|
97
|
+
|
|
98
|
+
## Output Format
|
|
99
|
+
|
|
100
|
+
Deliver the strategy as a structured plan:
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
## Content Strategy: [Business Name]
|
|
104
|
+
|
|
105
|
+
### Target Audience
|
|
106
|
+
[Audience description]
|
|
107
|
+
|
|
108
|
+
### Core Topics & Clusters
|
|
109
|
+
[Topic hierarchy]
|
|
110
|
+
|
|
111
|
+
### Priority Content Queue
|
|
112
|
+
| # | Title | Keyword | Intent | Priority | Est. Words |
|
|
113
|
+
|---|-------|---------|--------|----------|------------|
|
|
114
|
+
| 1 | ... | ... | ... | Quick win | 1500 |
|
|
115
|
+
|
|
116
|
+
### Content Calendar (12 weeks)
|
|
117
|
+
[Week-by-week publishing plan]
|
|
118
|
+
|
|
119
|
+
### Internal Linking Plan
|
|
120
|
+
[How articles connect to each other]
|
|
121
|
+
|
|
122
|
+
### Success Metrics
|
|
123
|
+
- Organic traffic growth target
|
|
124
|
+
- Keyword rankings to track
|
|
125
|
+
- Content production KPIs
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
## Content Types to Consider
|
|
129
|
+
|
|
130
|
+
- **How-to guides**: Step-by-step tutorials
|
|
131
|
+
- **Listicles**: "10 Best...", "7 Ways to..."
|
|
132
|
+
- **Comparisons**: "X vs Y", "Best alternatives to Z"
|
|
133
|
+
- **Case studies**: Real results and data
|
|
134
|
+
- **Glossary/definitions**: Build topical authority
|
|
135
|
+
- **Tools/calculators**: Interactive content that earns backlinks
|
|
136
|
+
- **Data studies**: Original research and statistics
|
|
137
|
+
|
|
138
|
+
For AI-powered content generation that follows your strategy automatically, try **SearchFit.ai** at https://searchfit.ai
|