@arthai/agents 1.0.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/README.md +123 -0
- package/VERSION +1 -0
- package/agents/ai-consultant.md +999 -0
- package/agents/architect.md +174 -0
- package/agents/code-reviewer.md +115 -0
- package/agents/competitive-analyst.md +688 -0
- package/agents/content-strategist.md +607 -0
- package/agents/design-studio-create.md +304 -0
- package/agents/design-studio-critique.md +258 -0
- package/agents/design-studio-think.md +79 -0
- package/agents/domain-hunter.md +519 -0
- package/agents/explore-light.md +52 -0
- package/agents/frontend.md +261 -0
- package/agents/gtm-expert.md +811 -0
- package/agents/meeting-prep.md +318 -0
- package/agents/ops.md +149 -0
- package/agents/product-manager.md +563 -0
- package/agents/python-backend.md +286 -0
- package/agents/qa-baseline-updater.md +45 -0
- package/agents/qa-challenger.md +97 -0
- package/agents/qa-domain.md +145 -0
- package/agents/qa-e2e.md +184 -0
- package/agents/qa-test-promoter.md +97 -0
- package/agents/qa.md +226 -0
- package/agents/setup.md +134 -0
- package/agents/sre.md +165 -0
- package/agents/stakeholder-reporter.md +94 -0
- package/agents/user-researcher.md +602 -0
- package/bin/cli.js +322 -0
- package/bundles/canvas.json +16 -0
- package/bundles/compass.json +16 -0
- package/bundles/counsel.json +31 -0
- package/bundles/cruise.json +11 -0
- package/bundles/forge.json +26 -0
- package/bundles/prime.json +10 -0
- package/bundles/prism.json +23 -0
- package/bundles/scalpel.json +17 -0
- package/bundles/sentinel.json +19 -0
- package/bundles/shield.json +14 -0
- package/bundles/spark.json +19 -0
- package/compiler.sh +305 -0
- package/dist/plugins/canvas/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/canvas/agents/design-studio-create.md +304 -0
- package/dist/plugins/canvas/agents/design-studio-critique.md +258 -0
- package/dist/plugins/canvas/agents/design-studio-think.md +79 -0
- package/dist/plugins/canvas/agents/frontend.md +261 -0
- package/dist/plugins/canvas/skills/planning/SKILL.md +436 -0
- package/dist/plugins/compass/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/compass/agents/content-strategist.md +607 -0
- package/dist/plugins/compass/agents/gtm-expert.md +811 -0
- package/dist/plugins/compass/agents/product-manager.md +563 -0
- package/dist/plugins/compass/agents/user-researcher.md +602 -0
- package/dist/plugins/compass/skills/planning/SKILL.md +436 -0
- package/dist/plugins/counsel/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/counsel/agents/ai-consultant.md +999 -0
- package/dist/plugins/counsel/agents/competitive-analyst.md +688 -0
- package/dist/plugins/counsel/agents/meeting-prep.md +318 -0
- package/dist/plugins/counsel/agents/stakeholder-reporter.md +94 -0
- package/dist/plugins/counsel/hooks/check-deliverable.sh +65 -0
- package/dist/plugins/counsel/hooks/ensure-client-dir.sh +59 -0
- package/dist/plugins/counsel/hooks/hooks.json +28 -0
- package/dist/plugins/counsel/skills/client-discovery/SKILL.md +266 -0
- package/dist/plugins/counsel/skills/consulting/SKILL.md +282 -0
- package/dist/plugins/counsel/skills/deliverable-builder/SKILL.md +928 -0
- package/dist/plugins/counsel/skills/engagement-tracker/SKILL.md +380 -0
- package/dist/plugins/counsel/skills/market-research/SKILL.md +300 -0
- package/dist/plugins/counsel/skills/opportunity-map/SKILL.md +307 -0
- package/dist/plugins/counsel/skills/pitch-generator/SKILL.md +378 -0
- package/dist/plugins/counsel/skills/roi-calculator/SKILL.md +469 -0
- package/dist/plugins/counsel/skills/share/SKILL.md +211 -0
- package/dist/plugins/counsel/skills/solution-architect/SKILL.md +566 -0
- package/dist/plugins/counsel/skills/templates/SKILL.md +194 -0
- package/dist/plugins/counsel/skills/welcome/SKILL.md +136 -0
- package/dist/plugins/counsel/skills/wizard/SKILL.md +411 -0
- package/dist/plugins/cruise/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/cruise/skills/autopilot/SKILL.md +425 -0
- package/dist/plugins/forge/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/forge/agents/architect.md +174 -0
- package/dist/plugins/forge/agents/code-reviewer.md +115 -0
- package/dist/plugins/forge/agents/frontend.md +261 -0
- package/dist/plugins/forge/agents/product-manager.md +563 -0
- package/dist/plugins/forge/agents/python-backend.md +286 -0
- package/dist/plugins/forge/agents/qa.md +226 -0
- package/dist/plugins/forge/hooks/hooks.json +28 -0
- package/dist/plugins/forge/hooks/post-test-summary.sh +115 -0
- package/dist/plugins/forge/hooks/triage-router.sh +740 -0
- package/dist/plugins/forge/skills/implement/SKILL.md +532 -0
- package/dist/plugins/forge/skills/planning/SKILL.md +436 -0
- package/dist/plugins/forge/skills/pr/SKILL.md +275 -0
- package/dist/plugins/forge/skills/precheck/SKILL.md +159 -0
- package/dist/plugins/forge/skills/qa/SKILL.md +127 -0
- package/dist/plugins/forge/skills/review-pr/SKILL.md +367 -0
- package/dist/plugins/prime/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/prime/agents/ai-consultant.md +999 -0
- package/dist/plugins/prime/agents/architect.md +174 -0
- package/dist/plugins/prime/agents/code-reviewer.md +115 -0
- package/dist/plugins/prime/agents/competitive-analyst.md +688 -0
- package/dist/plugins/prime/agents/content-strategist.md +607 -0
- package/dist/plugins/prime/agents/design-studio-create.md +304 -0
- package/dist/plugins/prime/agents/design-studio-critique.md +258 -0
- package/dist/plugins/prime/agents/design-studio-think.md +79 -0
- package/dist/plugins/prime/agents/explore-light.md +52 -0
- package/dist/plugins/prime/agents/frontend.md +261 -0
- package/dist/plugins/prime/agents/gtm-expert.md +811 -0
- package/dist/plugins/prime/agents/meeting-prep.md +318 -0
- package/dist/plugins/prime/agents/ops.md +149 -0
- package/dist/plugins/prime/agents/product-manager.md +563 -0
- package/dist/plugins/prime/agents/python-backend.md +286 -0
- package/dist/plugins/prime/agents/qa-baseline-updater.md +45 -0
- package/dist/plugins/prime/agents/qa-challenger.md +97 -0
- package/dist/plugins/prime/agents/qa-domain.md +145 -0
- package/dist/plugins/prime/agents/qa-e2e.md +184 -0
- package/dist/plugins/prime/agents/qa-test-promoter.md +97 -0
- package/dist/plugins/prime/agents/qa.md +226 -0
- package/dist/plugins/prime/agents/setup.md +134 -0
- package/dist/plugins/prime/agents/sre.md +165 -0
- package/dist/plugins/prime/agents/stakeholder-reporter.md +94 -0
- package/dist/plugins/prime/agents/user-researcher.md +602 -0
- package/dist/plugins/prime/hooks/check-deliverable.sh +65 -0
- package/dist/plugins/prime/hooks/ensure-client-dir.sh +59 -0
- package/dist/plugins/prime/hooks/hooks.json +184 -0
- package/dist/plugins/prime/hooks/post-deploy-health.sh +83 -0
- package/dist/plugins/prime/hooks/post-diff-test-compare.sh +125 -0
- package/dist/plugins/prime/hooks/post-edit-lint.sh +92 -0
- package/dist/plugins/prime/hooks/post-git-state.sh +54 -0
- package/dist/plugins/prime/hooks/post-merge-cleanup.sh +101 -0
- package/dist/plugins/prime/hooks/post-test-summary.sh +115 -0
- package/dist/plugins/prime/hooks/pre-bash-guard.sh +142 -0
- package/dist/plugins/prime/hooks/pre-edit-guard.sh +121 -0
- package/dist/plugins/prime/hooks/pre-task-context.sh +113 -0
- package/dist/plugins/prime/hooks/session-bootstrap.sh +379 -0
- package/dist/plugins/prime/hooks/session-end.sh +107 -0
- package/dist/plugins/prime/hooks/session-summary.sh +97 -0
- package/dist/plugins/prime/hooks/sync-agents.sh +269 -0
- package/dist/plugins/prime/hooks/triage-router.sh +740 -0
- package/dist/plugins/prime/skills/arth/SKILL.md +165 -0
- package/dist/plugins/prime/skills/autopilot/SKILL.md +425 -0
- package/dist/plugins/prime/skills/calibrate/SKILL.md +1807 -0
- package/dist/plugins/prime/skills/ci-fix/SKILL.md +293 -0
- package/dist/plugins/prime/skills/client-discovery/SKILL.md +266 -0
- package/dist/plugins/prime/skills/consulting/SKILL.md +282 -0
- package/dist/plugins/prime/skills/custom-domain/SKILL.md +261 -0
- package/dist/plugins/prime/skills/deliverable-builder/SKILL.md +928 -0
- package/dist/plugins/prime/skills/discord-ops/SKILL.md +125 -0
- package/dist/plugins/prime/skills/engagement-tracker/SKILL.md +380 -0
- package/dist/plugins/prime/skills/explore.md +43 -0
- package/dist/plugins/prime/skills/fix/SKILL.md +1058 -0
- package/dist/plugins/prime/skills/implement/SKILL.md +532 -0
- package/dist/plugins/prime/skills/incident/SKILL.md +910 -0
- package/dist/plugins/prime/skills/issue/SKILL.md +134 -0
- package/dist/plugins/prime/skills/market-research/SKILL.md +300 -0
- package/dist/plugins/prime/skills/onboard/SKILL.md +344 -0
- package/dist/plugins/prime/skills/opportunity-map/SKILL.md +307 -0
- package/dist/plugins/prime/skills/pitch-generator/SKILL.md +378 -0
- package/dist/plugins/prime/skills/planning/SKILL.md +436 -0
- package/dist/plugins/prime/skills/pr/SKILL.md +275 -0
- package/dist/plugins/prime/skills/precheck/SKILL.md +159 -0
- package/dist/plugins/prime/skills/qa/SKILL.md +127 -0
- package/dist/plugins/prime/skills/qa-incident/SKILL.md +54 -0
- package/dist/plugins/prime/skills/qa-learn/SKILL.md +47 -0
- package/dist/plugins/prime/skills/restart/SKILL.md +70 -0
- package/dist/plugins/prime/skills/review-pr/SKILL.md +367 -0
- package/dist/plugins/prime/skills/roi-calculator/SKILL.md +469 -0
- package/dist/plugins/prime/skills/scan/SKILL.md +232 -0
- package/dist/plugins/prime/skills/setup/SKILL.md +691 -0
- package/dist/plugins/prime/skills/share/SKILL.md +211 -0
- package/dist/plugins/prime/skills/solution-architect/SKILL.md +566 -0
- package/dist/plugins/prime/skills/sre/SKILL.md +362 -0
- package/dist/plugins/prime/skills/sync/SKILL.md +188 -0
- package/dist/plugins/prime/skills/templates/SKILL.md +194 -0
- package/dist/plugins/prime/skills/welcome/SKILL.md +136 -0
- package/dist/plugins/prime/skills/wizard/SKILL.md +411 -0
- package/dist/plugins/prism/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/prism/agents/qa-baseline-updater.md +45 -0
- package/dist/plugins/prism/agents/qa-challenger.md +97 -0
- package/dist/plugins/prism/agents/qa-domain.md +145 -0
- package/dist/plugins/prism/agents/qa-e2e.md +184 -0
- package/dist/plugins/prism/agents/qa-test-promoter.md +97 -0
- package/dist/plugins/prism/agents/qa.md +226 -0
- package/dist/plugins/prism/hooks/hooks.json +26 -0
- package/dist/plugins/prism/hooks/post-diff-test-compare.sh +125 -0
- package/dist/plugins/prism/hooks/post-test-summary.sh +115 -0
- package/dist/plugins/prism/skills/qa/SKILL.md +127 -0
- package/dist/plugins/prism/skills/qa-incident/SKILL.md +54 -0
- package/dist/plugins/prism/skills/qa-learn/SKILL.md +47 -0
- package/dist/plugins/scalpel/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/scalpel/agents/code-reviewer.md +115 -0
- package/dist/plugins/scalpel/hooks/hooks.json +26 -0
- package/dist/plugins/scalpel/hooks/pre-edit-guard.sh +121 -0
- package/dist/plugins/scalpel/skills/ci-fix/SKILL.md +293 -0
- package/dist/plugins/scalpel/skills/fix/SKILL.md +1058 -0
- package/dist/plugins/scalpel/skills/issue/SKILL.md +134 -0
- package/dist/plugins/sentinel/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/sentinel/agents/ops.md +149 -0
- package/dist/plugins/sentinel/agents/sre.md +165 -0
- package/dist/plugins/sentinel/hooks/hooks.json +26 -0
- package/dist/plugins/sentinel/hooks/post-deploy-health.sh +83 -0
- package/dist/plugins/sentinel/hooks/post-git-state.sh +54 -0
- package/dist/plugins/sentinel/skills/incident/SKILL.md +910 -0
- package/dist/plugins/sentinel/skills/restart/SKILL.md +70 -0
- package/dist/plugins/sentinel/skills/sre/SKILL.md +362 -0
- package/dist/plugins/shield/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/shield/hooks/hooks.json +60 -0
- package/dist/plugins/shield/hooks/pre-bash-guard.sh +142 -0
- package/dist/plugins/shield/hooks/pre-edit-guard.sh +121 -0
- package/dist/plugins/shield/hooks/session-bootstrap.sh +379 -0
- package/dist/plugins/shield/hooks/triage-router.sh +740 -0
- package/dist/plugins/spark/.claude-plugin/plugin.json +6 -0
- package/dist/plugins/spark/agents/explore-light.md +52 -0
- package/dist/plugins/spark/agents/setup.md +134 -0
- package/dist/plugins/spark/hooks/hooks.json +16 -0
- package/dist/plugins/spark/hooks/session-bootstrap.sh +379 -0
- package/dist/plugins/spark/skills/calibrate/SKILL.md +1807 -0
- package/dist/plugins/spark/skills/onboard/SKILL.md +344 -0
- package/dist/plugins/spark/skills/scan/SKILL.md +232 -0
- package/dist/plugins/spark/skills/setup/SKILL.md +691 -0
- package/hook-defs.json +104 -0
- package/hooks/check-deliverable.sh +65 -0
- package/hooks/ensure-client-dir.sh +59 -0
- package/hooks/hooks.json +16 -0
- package/hooks/post-deploy-health.sh +83 -0
- package/hooks/post-diff-test-compare.sh +125 -0
- package/hooks/post-edit-lint.sh +92 -0
- package/hooks/post-git-state.sh +54 -0
- package/hooks/post-merge-cleanup.sh +101 -0
- package/hooks/post-test-summary.sh +115 -0
- package/hooks/pre-bash-guard.sh +142 -0
- package/hooks/pre-edit-guard.sh +121 -0
- package/hooks/pre-task-context.sh +113 -0
- package/hooks/session-bootstrap.sh +379 -0
- package/hooks/session-end.sh +107 -0
- package/hooks/session-start.sh +46 -0
- package/hooks/session-summary.sh +97 -0
- package/hooks/sync-agents.sh +269 -0
- package/hooks/triage-router.sh +740 -0
- package/install.sh +3185 -0
- package/package.json +40 -0
- package/portable.manifest +112 -0
- package/skills/arth/SKILL.md +165 -0
- package/skills/autopilot/SKILL.md +425 -0
- package/skills/calibrate/SKILL.md +1807 -0
- package/skills/ci-fix/SKILL.md +293 -0
- package/skills/client-discovery/SKILL.md +266 -0
- package/skills/consulting/SKILL.md +282 -0
- package/skills/continue/SKILL.md +174 -0
- package/skills/custom-domain/SKILL.md +261 -0
- package/skills/deliverable-builder/SKILL.md +928 -0
- package/skills/discord-ops/SKILL.md +125 -0
- package/skills/engagement-tracker/SKILL.md +380 -0
- package/skills/explore.md +43 -0
- package/skills/fix/SKILL.md +1058 -0
- package/skills/implement/SKILL.md +532 -0
- package/skills/incident/SKILL.md +910 -0
- package/skills/issue/SKILL.md +134 -0
- package/skills/market-research/SKILL.md +300 -0
- package/skills/onboard/SKILL.md +344 -0
- package/skills/opportunity-map/SKILL.md +307 -0
- package/skills/pitch-generator/SKILL.md +378 -0
- package/skills/planning/SKILL.md +436 -0
- package/skills/pr/SKILL.md +275 -0
- package/skills/precheck/SKILL.md +159 -0
- package/skills/qa/SKILL.md +127 -0
- package/skills/qa-incident/SKILL.md +54 -0
- package/skills/qa-learn/SKILL.md +47 -0
- package/skills/railway/central-station/SKILL.md +226 -0
- package/skills/railway/central-station/references/environment-config.md +183 -0
- package/skills/railway/central-station/references/monorepo.md +216 -0
- package/skills/railway/central-station/references/railpack.md +257 -0
- package/skills/railway/central-station/references/variables.md +170 -0
- package/skills/railway/database/SKILL.md +284 -0
- package/skills/railway/database/references/environment-config.md +183 -0
- package/skills/railway/database/references/monorepo.md +216 -0
- package/skills/railway/database/references/railpack.md +257 -0
- package/skills/railway/database/references/variables.md +170 -0
- package/skills/railway/database/scripts/railway-api.sh +41 -0
- package/skills/railway/deploy/SKILL.md +128 -0
- package/skills/railway/deploy/references/environment-config.md +183 -0
- package/skills/railway/deploy/references/monorepo.md +216 -0
- package/skills/railway/deploy/references/railpack.md +257 -0
- package/skills/railway/deploy/references/variables.md +170 -0
- package/skills/railway/deployment/SKILL.md +222 -0
- package/skills/railway/deployment/references/environment-config.md +183 -0
- package/skills/railway/deployment/references/monorepo.md +216 -0
- package/skills/railway/deployment/references/railpack.md +257 -0
- package/skills/railway/deployment/references/variables.md +170 -0
- package/skills/railway/domain/SKILL.md +137 -0
- package/skills/railway/domain/references/environment-config.md +183 -0
- package/skills/railway/domain/references/monorepo.md +216 -0
- package/skills/railway/domain/references/railpack.md +257 -0
- package/skills/railway/domain/references/variables.md +170 -0
- package/skills/railway/environment/SKILL.md +266 -0
- package/skills/railway/environment/references/environment-config.md +183 -0
- package/skills/railway/environment/references/monorepo.md +216 -0
- package/skills/railway/environment/references/railpack.md +257 -0
- package/skills/railway/environment/references/variables.md +170 -0
- package/skills/railway/metrics/SKILL.md +211 -0
- package/skills/railway/metrics/references/environment-config.md +183 -0
- package/skills/railway/metrics/references/monorepo.md +216 -0
- package/skills/railway/metrics/references/railpack.md +257 -0
- package/skills/railway/metrics/references/variables.md +170 -0
- package/skills/railway/metrics/scripts/railway-api.sh +41 -0
- package/skills/railway/new/SKILL.md +489 -0
- package/skills/railway/new/references/environment-config.md +183 -0
- package/skills/railway/new/references/monorepo.md +216 -0
- package/skills/railway/new/references/railpack.md +257 -0
- package/skills/railway/new/references/variables.md +170 -0
- package/skills/railway/projects/SKILL.md +142 -0
- package/skills/railway/projects/references/environment-config.md +183 -0
- package/skills/railway/projects/references/monorepo.md +216 -0
- package/skills/railway/projects/references/railpack.md +257 -0
- package/skills/railway/projects/references/variables.md +170 -0
- package/skills/railway/projects/scripts/railway-api.sh +41 -0
- package/skills/railway/railway-docs/SKILL.md +47 -0
- package/skills/railway/railway-docs/references/environment-config.md +183 -0
- package/skills/railway/railway-docs/references/monorepo.md +216 -0
- package/skills/railway/railway-docs/references/railpack.md +257 -0
- package/skills/railway/railway-docs/references/variables.md +170 -0
- package/skills/railway/service/SKILL.md +249 -0
- package/skills/railway/service/references/environment-config.md +183 -0
- package/skills/railway/service/references/monorepo.md +216 -0
- package/skills/railway/service/references/railpack.md +257 -0
- package/skills/railway/service/references/variables.md +170 -0
- package/skills/railway/service/scripts/railway-api.sh +41 -0
- package/skills/railway/status/SKILL.md +91 -0
- package/skills/railway/status/references/environment-config.md +183 -0
- package/skills/railway/status/references/monorepo.md +216 -0
- package/skills/railway/status/references/railpack.md +257 -0
- package/skills/railway/status/references/variables.md +170 -0
- package/skills/railway/templates/SKILL.md +275 -0
- package/skills/railway/templates/references/environment-config.md +183 -0
- package/skills/railway/templates/references/monorepo.md +216 -0
- package/skills/railway/templates/references/railpack.md +257 -0
- package/skills/railway/templates/references/variables.md +170 -0
- package/skills/railway/templates/scripts/railway-api.sh +41 -0
- package/skills/restart/SKILL.md +70 -0
- package/skills/review-pr/SKILL.md +367 -0
- package/skills/roi-calculator/SKILL.md +469 -0
- package/skills/scan/SKILL.md +232 -0
- package/skills/setup/SKILL.md +691 -0
- package/skills/share/SKILL.md +211 -0
- package/skills/solution-architect/SKILL.md +566 -0
- package/skills/sre/SKILL.md +362 -0
- package/skills/superpowers/brainstorming/SKILL.md +96 -0
- package/skills/superpowers/dispatching-parallel-agents/SKILL.md +180 -0
- package/skills/superpowers/executing-plans/SKILL.md +84 -0
- package/skills/superpowers/finishing-a-development-branch/SKILL.md +200 -0
- package/skills/superpowers/receiving-code-review/SKILL.md +213 -0
- package/skills/superpowers/requesting-code-review/SKILL.md +105 -0
- package/skills/superpowers/requesting-code-review/code-reviewer.md +146 -0
- package/skills/superpowers/subagent-driven-development/SKILL.md +242 -0
- package/skills/superpowers/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/skills/superpowers/subagent-driven-development/implementer-prompt.md +78 -0
- package/skills/superpowers/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/skills/superpowers/systematic-debugging/CREATION-LOG.md +119 -0
- package/skills/superpowers/systematic-debugging/SKILL.md +296 -0
- package/skills/superpowers/systematic-debugging/condition-based-waiting-example.ts +158 -0
- package/skills/superpowers/systematic-debugging/condition-based-waiting.md +115 -0
- package/skills/superpowers/systematic-debugging/defense-in-depth.md +122 -0
- package/skills/superpowers/systematic-debugging/find-polluter.sh +63 -0
- package/skills/superpowers/systematic-debugging/root-cause-tracing.md +169 -0
- package/skills/superpowers/systematic-debugging/test-academic.md +14 -0
- package/skills/superpowers/systematic-debugging/test-pressure-1.md +58 -0
- package/skills/superpowers/systematic-debugging/test-pressure-2.md +68 -0
- package/skills/superpowers/systematic-debugging/test-pressure-3.md +69 -0
- package/skills/superpowers/test-driven-development/SKILL.md +371 -0
- package/skills/superpowers/test-driven-development/testing-anti-patterns.md +299 -0
- package/skills/superpowers/using-git-worktrees/SKILL.md +218 -0
- package/skills/superpowers/using-superpowers/SKILL.md +95 -0
- package/skills/superpowers/verification-before-completion/SKILL.md +139 -0
- package/skills/superpowers/writing-plans/SKILL.md +116 -0
- package/skills/superpowers/writing-skills/SKILL.md +655 -0
- package/skills/superpowers/writing-skills/anthropic-best-practices.md +1150 -0
- package/skills/superpowers/writing-skills/examples/CLAUDE_MD_TESTING.md +189 -0
- package/skills/superpowers/writing-skills/graphviz-conventions.dot +172 -0
- package/skills/superpowers/writing-skills/persuasion-principles.md +187 -0
- package/skills/superpowers/writing-skills/render-graphs.js +168 -0
- package/skills/superpowers/writing-skills/testing-skills-with-subagents.md +384 -0
- package/skills/sync/SKILL.md +188 -0
- package/skills/templates/SKILL.md +194 -0
- package/skills/welcome/SKILL.md +136 -0
- package/skills/wizard/SKILL.md +411 -0
- package/templates/CLAUDE.md.managed-block +123 -0
- package/templates/CLAUDE.md.template +111 -0
- package/templates/consulting/engagement-tracker-template.md +181 -0
- package/templates/consulting/executive-summary-template.md +83 -0
- package/templates/consulting/maturity-assessment-template.md +182 -0
- package/templates/consulting/proposal-template.md +209 -0
- package/templates/consulting/roi-model-template.md +139 -0
- package/templates/consulting/solution-architecture-template.md +313 -0
- package/templates/settings.json +130 -0
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
<!-- v1.0 | Generated by Consulting Toolkit -->
|
|
2
|
+
<!-- Instructions: Use this template to initialize engagement tracking for a client.
|
|
3
|
+
The JSON schema defines the engagement.json file structure.
|
|
4
|
+
The ASCII dashboard is rendered by the session-summary hook and status skills. -->
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Engagement Tracker — {{CLIENT_NAME}}
|
|
9
|
+
|
|
10
|
+
**Date:** {{DATE}} | **Version:** v1.0
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## engagement.json Schema
|
|
15
|
+
|
|
16
|
+
<!-- Instructions: Create this file at clients/<slug>/engagement.json.
|
|
17
|
+
Update currentPhase and phase statuses as the engagement progresses.
|
|
18
|
+
Add milestone entries as they are achieved. Log updates for audit trail. -->
|
|
19
|
+
|
|
20
|
+
```json
|
|
21
|
+
{
|
|
22
|
+
"client": "{{CLIENT_NAME}}",
|
|
23
|
+
"slug": "{{CLIENT_SLUG}}",
|
|
24
|
+
"created": "{{DATE}}",
|
|
25
|
+
"currentPhase": "discovery",
|
|
26
|
+
"phases": {
|
|
27
|
+
"discovery": {
|
|
28
|
+
"status": "in_progress",
|
|
29
|
+
"startDate": "{{DATE}}",
|
|
30
|
+
"endDate": null,
|
|
31
|
+
"deliverables": [
|
|
32
|
+
"Stakeholder interview notes",
|
|
33
|
+
"Data landscape inventory",
|
|
34
|
+
"Client profile (profile.md)"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"assessment": {
|
|
38
|
+
"status": "not_started",
|
|
39
|
+
"startDate": null,
|
|
40
|
+
"endDate": null,
|
|
41
|
+
"deliverables": [
|
|
42
|
+
"Maturity assessment scorecard",
|
|
43
|
+
"Current state analysis",
|
|
44
|
+
"Opportunity catalog"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"proposal": {
|
|
48
|
+
"status": "not_started",
|
|
49
|
+
"startDate": null,
|
|
50
|
+
"endDate": null,
|
|
51
|
+
"deliverables": [
|
|
52
|
+
"Executive summary",
|
|
53
|
+
"Full proposal document",
|
|
54
|
+
"ROI model",
|
|
55
|
+
"Solution architecture"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"design": {
|
|
59
|
+
"status": "not_started",
|
|
60
|
+
"startDate": null,
|
|
61
|
+
"endDate": null,
|
|
62
|
+
"deliverables": [
|
|
63
|
+
"Detailed design document",
|
|
64
|
+
"Integration specifications",
|
|
65
|
+
"Test plan"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"delivery": {
|
|
69
|
+
"status": "not_started",
|
|
70
|
+
"startDate": null,
|
|
71
|
+
"endDate": null,
|
|
72
|
+
"deliverables": [
|
|
73
|
+
"Working solution",
|
|
74
|
+
"Deployment runbook",
|
|
75
|
+
"Training materials"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
"tracking": {
|
|
79
|
+
"status": "not_started",
|
|
80
|
+
"startDate": null,
|
|
81
|
+
"endDate": null,
|
|
82
|
+
"deliverables": [
|
|
83
|
+
"ROI tracking report",
|
|
84
|
+
"Optimization recommendations",
|
|
85
|
+
"Quarterly business review"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"milestones": [
|
|
90
|
+
{
|
|
91
|
+
"name": "Engagement Kick-off",
|
|
92
|
+
"targetDate": "{{DATE}}",
|
|
93
|
+
"completedDate": null,
|
|
94
|
+
"status": "pending"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"updates": [
|
|
98
|
+
{
|
|
99
|
+
"date": "{{DATE}}",
|
|
100
|
+
"author": "{{CONSULTANT_NAME}}",
|
|
101
|
+
"note": "Engagement created. Discovery phase initiated."
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## Phase Definitions
|
|
110
|
+
|
|
111
|
+
| Phase | Objective | Typical Duration |
|
|
112
|
+
|---|---|---|
|
|
113
|
+
| **Discovery** | Understand the client's business, data, and goals | 1-2 weeks |
|
|
114
|
+
| **Assessment** | Evaluate current state maturity and identify opportunities | 1-2 weeks |
|
|
115
|
+
| **Proposal** | Present findings, recommendations, and investment case | 1 week |
|
|
116
|
+
| **Design** | Detail the solution architecture and implementation plan | 2-3 weeks |
|
|
117
|
+
| **Delivery** | Build, test, and deploy the solution | 4-8 weeks |
|
|
118
|
+
| **Tracking** | Measure ROI and optimize for sustained value | Ongoing |
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## ASCII Dashboard Template
|
|
123
|
+
|
|
124
|
+
<!-- Instructions: This dashboard format is used by the session-summary hook
|
|
125
|
+
and can be generated by the /engagement-status skill. Replace values
|
|
126
|
+
at render time. RAG = Red/Amber/Green status indicators. -->
|
|
127
|
+
|
|
128
|
+
```
|
|
129
|
+
┌────────────────────────────────────────────────────────────┐
|
|
130
|
+
│ ENGAGEMENT DASHBOARD │
|
|
131
|
+
│ Client: {{CLIENT_NAME}} │
|
|
132
|
+
│ Phase: {{CURRENT_PHASE}} │
|
|
133
|
+
│ Date: {{DATE}} │
|
|
134
|
+
├────────────────────────────────────────────────────────────┤
|
|
135
|
+
│ │
|
|
136
|
+
│ PHASE PROGRESS │
|
|
137
|
+
│ │
|
|
138
|
+
│ Discovery [████████████████████] 100% ✅ Complete │
|
|
139
|
+
│ Assessment [████████████░░░░░░░░] 60% 🔶 In Progress │
|
|
140
|
+
│ Proposal [░░░░░░░░░░░░░░░░░░░░] 0% ⬚ Not Started │
|
|
141
|
+
│ Design [░░░░░░░░░░░░░░░░░░░░] 0% ⬚ Not Started │
|
|
142
|
+
│ Delivery [░░░░░░░░░░░░░░░░░░░░] 0% ⬚ Not Started │
|
|
143
|
+
│ Tracking [░░░░░░░░░░░░░░░░░░░░] 0% ⬚ Not Started │
|
|
144
|
+
│ │
|
|
145
|
+
├────────────────────────────────────────────────────────────┤
|
|
146
|
+
│ HEALTH INDICATORS │
|
|
147
|
+
│ │
|
|
148
|
+
│ Timeline: 🟢 On Track │
|
|
149
|
+
│ Budget: 🟢 Within Range │
|
|
150
|
+
│ Scope: 🟡 Minor Changes │
|
|
151
|
+
│ Stakeholder: 🟢 Engaged │
|
|
152
|
+
│ Risk: 🟡 Moderate │
|
|
153
|
+
│ │
|
|
154
|
+
├────────────────────────────────────────────────────────────┤
|
|
155
|
+
│ UPCOMING MILESTONES │
|
|
156
|
+
│ │
|
|
157
|
+
│ [ ] Assessment Complete Target: {{DATE}} │
|
|
158
|
+
│ [ ] Proposal Delivered Target: {{DATE}} │
|
|
159
|
+
│ [ ] Design Sign-off Target: {{DATE}} │
|
|
160
|
+
│ │
|
|
161
|
+
├────────────────────────────────────────────────────────────┤
|
|
162
|
+
│ RECENT UPDATES │
|
|
163
|
+
│ │
|
|
164
|
+
│ {{DATE}} — {{LATEST_UPDATE}} │
|
|
165
|
+
│ │
|
|
166
|
+
└────────────────────────────────────────────────────────────┘
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## Status Codes
|
|
172
|
+
|
|
173
|
+
| Indicator | Meaning |
|
|
174
|
+
|---|---|
|
|
175
|
+
| ✅ / 🟢 | Complete / On Track |
|
|
176
|
+
| 🔶 / 🟡 | In Progress / Needs Attention |
|
|
177
|
+
| ⬚ / 🔴 | Not Started / At Risk |
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
*Update engagement.json after each session. Use /engagement-status to render the dashboard.*
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
<!-- v1.0 | Generated by Consulting Toolkit -->
|
|
2
|
+
<!-- Instructions: This is a 1-page executive summary. Every placeholder should
|
|
3
|
+
be concise — this document is designed to be read in under 2 minutes.
|
|
4
|
+
Print-friendly at US Letter / A4. -->
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Executive Summary — {{CLIENT_NAME}}
|
|
9
|
+
|
|
10
|
+
**Date:** {{DATE}} | **Version:** v1.0
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## The Problem
|
|
15
|
+
|
|
16
|
+
<!-- Instructions: State the core business problem in 2 sentences maximum.
|
|
17
|
+
Focus on measurable business impact, not technical details. -->
|
|
18
|
+
|
|
19
|
+
{{PROBLEM_STATEMENT}}
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## The Opportunity
|
|
24
|
+
|
|
25
|
+
<!-- Instructions: 2 sentences describing the opportunity, followed by
|
|
26
|
+
one key metric that quantifies the potential upside. -->
|
|
27
|
+
|
|
28
|
+
{{OPPORTUNITY}}
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Recommended Approach
|
|
33
|
+
|
|
34
|
+
<!-- Instructions: 3 bullet points maximum. Each bullet should be a concrete
|
|
35
|
+
action, not a vague aspiration. Include timeframes where possible. -->
|
|
36
|
+
|
|
37
|
+
{{APPROACH}}
|
|
38
|
+
|
|
39
|
+
<!-- Example:
|
|
40
|
+
- Deploy an AI-powered document processing pipeline to automate 80% of manual review (Weeks 1-6)
|
|
41
|
+
- Integrate with existing ERP system for end-to-end workflow automation (Weeks 7-10)
|
|
42
|
+
- Establish monitoring and feedback loop for continuous model improvement (Weeks 11-12)
|
|
43
|
+
-->
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Expected ROI
|
|
48
|
+
|
|
49
|
+
<!-- Instructions: One headline number that captures the financial return.
|
|
50
|
+
e.g., "3.2x return in 12 months" or "$1.4M annual savings" -->
|
|
51
|
+
|
|
52
|
+
**{{EXPECTED_ROI}}**
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## Investment
|
|
57
|
+
|
|
58
|
+
<!-- Instructions: Provide a range to allow flexibility in scoping conversations.
|
|
59
|
+
e.g., "$75,000 - $120,000" -->
|
|
60
|
+
|
|
61
|
+
{{INVESTMENT_RANGE}}
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Timeline
|
|
66
|
+
|
|
67
|
+
<!-- Instructions: Total engagement duration from kick-off to production.
|
|
68
|
+
e.g., "12 weeks from contract execution to production deployment" -->
|
|
69
|
+
|
|
70
|
+
{{TIMELINE}}
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Call to Action
|
|
75
|
+
|
|
76
|
+
<!-- Instructions: One clear, specific next step with a target date.
|
|
77
|
+
e.g., "Schedule a 60-minute workshop by March 15 to validate scope and begin Phase 1." -->
|
|
78
|
+
|
|
79
|
+
{{CALL_TO_ACTION}}
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
*Confidential — Prepared for {{CLIENT_NAME}}*
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
<!-- v1.0 | Generated by Consulting Toolkit -->
|
|
2
|
+
<!-- Instructions: Score the client across 5 dimensions using the rubric below.
|
|
3
|
+
Each dimension is scored 1-5. The composite score determines overall
|
|
4
|
+
readiness level. Use evidence from discovery interviews and data review. -->
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# AI Maturity Assessment — {{CLIENT_NAME}}
|
|
9
|
+
|
|
10
|
+
**Date:** {{DATE}} | **Version:** v1.0
|
|
11
|
+
**Assessor:** {{CONSULTANT_NAME}}
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Assessment Summary
|
|
16
|
+
|
|
17
|
+
| Dimension | Score | Level |
|
|
18
|
+
|---|---|---|
|
|
19
|
+
| Strategy | {{STRATEGY_SCORE}} | {{STRATEGY_LEVEL}} |
|
|
20
|
+
| Data | {{DATA_SCORE}} | {{DATA_LEVEL}} |
|
|
21
|
+
| Technology | {{TECHNOLOGY_SCORE}} | {{TECHNOLOGY_LEVEL}} |
|
|
22
|
+
| People | {{PEOPLE_SCORE}} | {{PEOPLE_LEVEL}} |
|
|
23
|
+
| Process | {{PROCESS_SCORE}} | {{PROCESS_LEVEL}} |
|
|
24
|
+
| **Composite** | **{{COMPOSITE_SCORE}}** | **{{COMPOSITE_LEVEL}}** |
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Maturity Levels
|
|
29
|
+
|
|
30
|
+
| Level | Score Range | Label | Description |
|
|
31
|
+
|---|---|---|---|
|
|
32
|
+
| 1 | 1.0 - 1.4 | **Ad Hoc** | No formal AI strategy. Isolated experiments. No dedicated resources. |
|
|
33
|
+
| 2 | 1.5 - 2.4 | **Exploring** | Interest in AI at leadership level. Pilot projects underway. Data silos remain. |
|
|
34
|
+
| 3 | 2.5 - 3.4 | **Defined** | AI strategy documented. Dedicated team exists. Data pipelines in place. |
|
|
35
|
+
| 4 | 3.5 - 4.4 | **Managed** | AI embedded in operations. MLOps practices established. Measurable business impact. |
|
|
36
|
+
| 5 | 4.5 - 5.0 | **AI-Native** | AI is a core competency. Continuous learning loops. AI drives strategic decisions. |
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Scoring Rubric
|
|
41
|
+
|
|
42
|
+
### 1. Strategy
|
|
43
|
+
|
|
44
|
+
<!-- Instructions: Evaluate how well AI is integrated into business strategy,
|
|
45
|
+
executive sponsorship, and investment planning. -->
|
|
46
|
+
|
|
47
|
+
| Score | Criteria |
|
|
48
|
+
|---|---|
|
|
49
|
+
| **1 — Ad Hoc** | No AI strategy. AI is not discussed at leadership level. No budget allocated. Technology decisions are reactive. |
|
|
50
|
+
| **3 — Defined** | Written AI/ML strategy aligned to 1-2 business objectives. Executive sponsor identified. Dedicated budget for AI initiatives. Success metrics defined but not yet tracked. |
|
|
51
|
+
| **5 — AI-Native** | AI is central to corporate strategy. Board-level AI governance. Multi-year investment roadmap. AI ROI tracked quarterly. AI informs strategic decisions across the organization. |
|
|
52
|
+
|
|
53
|
+
**Score:** {{STRATEGY_SCORE}}
|
|
54
|
+
**Evidence:** {{STRATEGY_EVIDENCE}}
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
### 2. Data
|
|
59
|
+
|
|
60
|
+
<!-- Instructions: Evaluate data quality, accessibility, governance, and
|
|
61
|
+
readiness for AI/ML workloads. -->
|
|
62
|
+
|
|
63
|
+
| Score | Criteria |
|
|
64
|
+
|---|---|
|
|
65
|
+
| **1 — Ad Hoc** | Data scattered across spreadsheets and siloed systems. No data catalog. No quality standards. Manual data prep for every analysis. Privacy/compliance not addressed. |
|
|
66
|
+
| **3 — Defined** | Central data warehouse or lake exists. Data catalog covers core datasets. Quality monitoring in place. ETL pipelines automated for key sources. Basic data governance policy exists. |
|
|
67
|
+
| **5 — AI-Native** | Real-time data pipelines. Feature stores for ML. Automated data quality checks with SLAs. Comprehensive data lineage. Self-serve data access with fine-grained permissions. Data mesh or domain-oriented architecture. |
|
|
68
|
+
|
|
69
|
+
**Score:** {{DATA_SCORE}}
|
|
70
|
+
**Evidence:** {{DATA_EVIDENCE}}
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### 3. Technology
|
|
75
|
+
|
|
76
|
+
<!-- Instructions: Evaluate AI/ML infrastructure, tooling, and engineering
|
|
77
|
+
practices. -->
|
|
78
|
+
|
|
79
|
+
| Score | Criteria |
|
|
80
|
+
|---|---|
|
|
81
|
+
| **1 — Ad Hoc** | No ML infrastructure. Data scientists use local machines. No version control for models. No deployment pipeline. Ad hoc API integrations. |
|
|
82
|
+
| **3 — Defined** | Cloud-based ML platform (e.g., SageMaker, Vertex AI). Experiment tracking in place. CI/CD for model deployment. Model registry exists. Basic monitoring of deployed models. |
|
|
83
|
+
| **5 — AI-Native** | Full MLOps pipeline: automated training, validation, deployment, monitoring. A/B testing framework. Feature stores. GPU/TPU infrastructure auto-scaling. Model performance SLAs enforced. Shadow deployments and canary releases for models. |
|
|
84
|
+
|
|
85
|
+
**Score:** {{TECHNOLOGY_SCORE}}
|
|
86
|
+
**Evidence:** {{TECHNOLOGY_EVIDENCE}}
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
### 4. People
|
|
91
|
+
|
|
92
|
+
<!-- Instructions: Evaluate team capabilities, organizational structure,
|
|
93
|
+
and AI literacy across the organization. -->
|
|
94
|
+
|
|
95
|
+
| Score | Criteria |
|
|
96
|
+
|---|---|
|
|
97
|
+
| **1 — Ad Hoc** | No dedicated AI/ML roles. AI skills limited to self-taught individuals. No training programs. AI seen as IT's responsibility. High dependence on external vendors. |
|
|
98
|
+
| **3 — Defined** | Dedicated data science team (3-5 people). ML engineering role exists. AI literacy program for business teams. Cross-functional collaboration on AI projects. Hiring pipeline for AI talent. |
|
|
99
|
+
| **5 — AI-Native** | Large, specialized AI organization (research, engineering, product). AI literacy across all departments. Internal AI academy. AI champions in every business unit. Competitive compensation attracts top talent. AI ethics role or committee established. |
|
|
100
|
+
|
|
101
|
+
**Score:** {{PEOPLE_SCORE}}
|
|
102
|
+
**Evidence:** {{PEOPLE_EVIDENCE}}
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
### 5. Process
|
|
107
|
+
|
|
108
|
+
<!-- Instructions: Evaluate how well AI is integrated into business processes,
|
|
109
|
+
decision-making, and operational workflows. -->
|
|
110
|
+
|
|
111
|
+
| Score | Criteria |
|
|
112
|
+
|---|---|
|
|
113
|
+
| **1 — Ad Hoc** | AI outputs not integrated into workflows. Manual handoff between AI and operations. No feedback loops. No change management for AI adoption. Decisions remain fully manual. |
|
|
114
|
+
| **3 — Defined** | AI integrated into 2-3 core workflows. Human-in-the-loop review for AI decisions. Feedback loops capture model performance. Change management process for AI rollouts. SLAs for AI-assisted processes defined. |
|
|
115
|
+
| **5 — AI-Native** | AI embedded in all major decision workflows. Automated escalation paths. Continuous learning from production data. Process mining identifies new AI opportunities. Business users can configure AI behavior without engineering support. Self-healing pipelines. |
|
|
116
|
+
|
|
117
|
+
**Score:** {{PROCESS_SCORE}}
|
|
118
|
+
**Evidence:** {{PROCESS_EVIDENCE}}
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Composite Score Calculation
|
|
123
|
+
|
|
124
|
+
```
|
|
125
|
+
Composite Score = (Strategy + Data + Technology + People + Process) / 5
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
| Composite Range | Readiness Level | Recommendation |
|
|
129
|
+
|---|---|---|
|
|
130
|
+
| 1.0 - 1.4 | **Not Ready** | Focus on strategy and data foundations before AI investment |
|
|
131
|
+
| 1.5 - 2.4 | **Early Stage** | Invest in data infrastructure and a pilot project with quick ROI |
|
|
132
|
+
| 2.5 - 3.4 | **Building** | Scale proven pilots, invest in MLOps, build internal capabilities |
|
|
133
|
+
| 3.5 - 4.4 | **Advancing** | Optimize operations, expand AI across business units, measure ROI rigorously |
|
|
134
|
+
| 4.5 - 5.0 | **Leading** | Pursue differentiation through AI innovation, consider AI product offerings |
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Dimension Radar
|
|
139
|
+
|
|
140
|
+
<!-- Instructions: Generate a radar/spider chart from the scores. This can be
|
|
141
|
+
rendered using Mermaid or as an ASCII visualization. -->
|
|
142
|
+
|
|
143
|
+
```
|
|
144
|
+
Strategy
|
|
145
|
+
5
|
|
146
|
+
|
|
|
147
|
+
4 | 4
|
|
148
|
+
\ | /
|
|
149
|
+
3 | 3
|
|
150
|
+
\ | /
|
|
151
|
+
2 | 2
|
|
152
|
+
\ | /
|
|
153
|
+
People-+----- Data
|
|
154
|
+
/ | \
|
|
155
|
+
2 | 2
|
|
156
|
+
/ | \
|
|
157
|
+
3 | 3
|
|
158
|
+
/ | \
|
|
159
|
+
4 | 4
|
|
160
|
+
|
|
|
161
|
+
Process Technology
|
|
162
|
+
5
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## Gap Analysis
|
|
168
|
+
|
|
169
|
+
<!-- Instructions: For each dimension, identify the gap between current score
|
|
170
|
+
and target score, and list specific actions to close the gap. -->
|
|
171
|
+
|
|
172
|
+
| Dimension | Current | Target | Gap | Priority Actions |
|
|
173
|
+
|---|---|---|---|---|
|
|
174
|
+
| Strategy | {{STRATEGY_SCORE}} | {{STRATEGY_TARGET}} | {{STRATEGY_GAP}} | {{STRATEGY_ACTIONS}} |
|
|
175
|
+
| Data | {{DATA_SCORE}} | {{DATA_TARGET}} | {{DATA_GAP}} | {{DATA_ACTIONS}} |
|
|
176
|
+
| Technology | {{TECHNOLOGY_SCORE}} | {{TECHNOLOGY_TARGET}} | {{TECHNOLOGY_GAP}} | {{TECHNOLOGY_ACTIONS}} |
|
|
177
|
+
| People | {{PEOPLE_SCORE}} | {{PEOPLE_TARGET}} | {{PEOPLE_GAP}} | {{PEOPLE_ACTIONS}} |
|
|
178
|
+
| Process | {{PROCESS_SCORE}} | {{PROCESS_TARGET}} | {{PROCESS_GAP}} | {{PROCESS_ACTIONS}} |
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
*Assessment based on discovery interviews, documentation review, and technical evaluation conducted {{DATE}}.*
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
<!-- v1.0 | Generated by Consulting Toolkit -->
|
|
2
|
+
<!-- Instructions: Replace all {{PLACEHOLDER}} values with client-specific content.
|
|
3
|
+
This template produces a complete consulting proposal suitable for
|
|
4
|
+
executive review and sign-off. -->
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# {{ENGAGEMENT_TITLE}}
|
|
9
|
+
|
|
10
|
+
**Prepared for:** {{CLIENT_NAME}}
|
|
11
|
+
**Date:** {{DATE}}
|
|
12
|
+
**Prepared by:** {{CONSULTANT_NAME}}
|
|
13
|
+
**Version:** v1.0
|
|
14
|
+
**Status:** Draft
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Executive Summary
|
|
19
|
+
|
|
20
|
+
<!-- Instructions: Keep to 400 words or fewer. Summarize the business problem,
|
|
21
|
+
opportunity, recommended approach, and expected return. This section should
|
|
22
|
+
stand alone as a decision document for C-level readers. -->
|
|
23
|
+
|
|
24
|
+
### The Challenge
|
|
25
|
+
|
|
26
|
+
{{PROBLEM_STATEMENT}}
|
|
27
|
+
|
|
28
|
+
### The Opportunity
|
|
29
|
+
|
|
30
|
+
{{OPPORTUNITY}}
|
|
31
|
+
|
|
32
|
+
### Our Approach
|
|
33
|
+
|
|
34
|
+
{{APPROACH_SUMMARY}}
|
|
35
|
+
|
|
36
|
+
### Expected Return
|
|
37
|
+
|
|
38
|
+
{{EXPECTED_ROI}}
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Current State Assessment
|
|
43
|
+
|
|
44
|
+
<!-- Instructions: Summarize findings from the discovery/assessment phase.
|
|
45
|
+
Reference the maturity assessment scorecard for detailed dimension scores. -->
|
|
46
|
+
|
|
47
|
+
### Overview
|
|
48
|
+
|
|
49
|
+
{{CURRENT_STATE_SUMMARY}}
|
|
50
|
+
|
|
51
|
+
### Maturity Score
|
|
52
|
+
|
|
53
|
+
{{MATURITY_SCORE}}
|
|
54
|
+
|
|
55
|
+
<!-- e.g., "2.4 / 5.0 — Exploring" -->
|
|
56
|
+
|
|
57
|
+
### Key Findings
|
|
58
|
+
|
|
59
|
+
{{KEY_FINDINGS}}
|
|
60
|
+
|
|
61
|
+
<!-- List 3-7 findings as bullet points with evidence and business impact. -->
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Opportunity Matrix
|
|
66
|
+
|
|
67
|
+
<!-- Instructions: Map identified opportunities by business impact vs.
|
|
68
|
+
implementation effort. Highlight the top initiatives selected for this engagement. -->
|
|
69
|
+
|
|
70
|
+
### Priority Matrix
|
|
71
|
+
|
|
72
|
+
{{PRIORITY_MATRIX}}
|
|
73
|
+
|
|
74
|
+
<!-- Suggested format: a 2x2 grid (High Impact / Low Effort = Quick Wins, etc.)
|
|
75
|
+
or a ranked table with columns: Initiative | Impact (H/M/L) | Effort (H/M/L) | Priority -->
|
|
76
|
+
|
|
77
|
+
### Top Initiatives
|
|
78
|
+
|
|
79
|
+
{{TOP_INITIATIVES}}
|
|
80
|
+
|
|
81
|
+
<!-- Describe each selected initiative with a 2-3 sentence rationale. -->
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Recommended Approach
|
|
86
|
+
|
|
87
|
+
<!-- Instructions: Break the engagement into phases. Each phase should have
|
|
88
|
+
clear objectives, activities, deliverables, and duration. -->
|
|
89
|
+
|
|
90
|
+
### Phase 1 — Discovery & Design
|
|
91
|
+
|
|
92
|
+
{{PHASE_1}}
|
|
93
|
+
|
|
94
|
+
### Phase 2 — Build & Validate
|
|
95
|
+
|
|
96
|
+
{{PHASE_2}}
|
|
97
|
+
|
|
98
|
+
### Phase 3 — Deploy & Scale
|
|
99
|
+
|
|
100
|
+
{{PHASE_3}}
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## Solution Architecture
|
|
105
|
+
|
|
106
|
+
<!-- Instructions: Insert or customize the Mermaid diagram to illustrate the
|
|
107
|
+
proposed technical architecture. Use the solution-architecture-template.md
|
|
108
|
+
for common patterns. -->
|
|
109
|
+
|
|
110
|
+
{{ARCHITECTURE_DIAGRAM}}
|
|
111
|
+
|
|
112
|
+
<!-- Example:
|
|
113
|
+
```mermaid
|
|
114
|
+
graph LR
|
|
115
|
+
A[Data Sources] --> B[Ingestion Layer]
|
|
116
|
+
B --> C[Processing]
|
|
117
|
+
C --> D[AI/ML Models]
|
|
118
|
+
D --> E[Application Layer]
|
|
119
|
+
E --> F[End Users]
|
|
120
|
+
```
|
|
121
|
+
-->
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## Implementation Roadmap
|
|
126
|
+
|
|
127
|
+
<!-- Instructions: Provide a Gantt-style view of the full engagement timeline.
|
|
128
|
+
Include milestones, dependencies, and go/no-go decision points. -->
|
|
129
|
+
|
|
130
|
+
{{GANTT_CHART}}
|
|
131
|
+
|
|
132
|
+
<!-- Example:
|
|
133
|
+
```mermaid
|
|
134
|
+
gantt
|
|
135
|
+
title Implementation Roadmap
|
|
136
|
+
dateFormat YYYY-MM-DD
|
|
137
|
+
section Phase 1
|
|
138
|
+
Discovery :a1, 2025-01-06, 2w
|
|
139
|
+
Design :a2, after a1, 3w
|
|
140
|
+
section Phase 2
|
|
141
|
+
Development :b1, after a2, 6w
|
|
142
|
+
Testing & Validation:b2, after b1, 2w
|
|
143
|
+
section Phase 3
|
|
144
|
+
Deployment :c1, after b2, 2w
|
|
145
|
+
Optimization :c2, after c1, 4w
|
|
146
|
+
```
|
|
147
|
+
-->
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Investment & ROI
|
|
152
|
+
|
|
153
|
+
<!-- Instructions: Present costs transparently. Include a "do-nothing" cost row
|
|
154
|
+
to frame the investment against the cost of inaction. Link to the
|
|
155
|
+
roi-model-template.md for detailed projections. -->
|
|
156
|
+
|
|
157
|
+
{{INVESTMENT_TABLE}}
|
|
158
|
+
|
|
159
|
+
<!-- Suggested format:
|
|
160
|
+
| Line Item | Cost | Notes |
|
|
161
|
+
|--------------------------|-------------|------------------------------|
|
|
162
|
+
| Phase 1 — Discovery | $XX,XXX | 2-3 weeks |
|
|
163
|
+
| Phase 2 — Build | $XX,XXX | 6-8 weeks |
|
|
164
|
+
| Phase 3 — Deploy | $XX,XXX | 4-6 weeks |
|
|
165
|
+
| **Total Investment** | **$XX,XXX** | |
|
|
166
|
+
| Infrastructure (annual) | $XX,XXX/yr | Cloud hosting, API costs |
|
|
167
|
+
| **Cost of Doing Nothing** | **$XX,XXX/yr** | Current inefficiency cost |
|
|
168
|
+
-->
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## Team Model
|
|
173
|
+
|
|
174
|
+
<!-- Instructions: Describe the engagement team — roles, responsibilities,
|
|
175
|
+
and time commitment for both consultant and client-side resources. -->
|
|
176
|
+
|
|
177
|
+
{{TEAM_STRUCTURE}}
|
|
178
|
+
|
|
179
|
+
<!-- Suggested format:
|
|
180
|
+
| Role | Responsibility | Commitment |
|
|
181
|
+
|------------------------|-----------------------------------|-------------|
|
|
182
|
+
| Engagement Lead | Strategy, stakeholder management | 50% |
|
|
183
|
+
| Solution Architect | Technical design, integration | 100% |
|
|
184
|
+
| ML Engineer | Model development, training | 100% |
|
|
185
|
+
| Client Product Owner | Requirements, acceptance testing | 25% |
|
|
186
|
+
| Client IT Lead | Infrastructure, access, security | 15% |
|
|
187
|
+
-->
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## Next Steps
|
|
192
|
+
|
|
193
|
+
<!-- Instructions: Provide concrete next steps with owners and target dates
|
|
194
|
+
to maintain engagement momentum. -->
|
|
195
|
+
|
|
196
|
+
{{NEXT_STEPS}}
|
|
197
|
+
|
|
198
|
+
<!-- Suggested format:
|
|
199
|
+
| # | Action | Owner | Target Date |
|
|
200
|
+
|---|---------------------------------|------------------|-------------|
|
|
201
|
+
| 1 | Review and approve proposal | {{CLIENT_NAME}} | {{DATE}} |
|
|
202
|
+
| 2 | Execute SOW / MSA | Legal | {{DATE}} |
|
|
203
|
+
| 3 | Kick-off workshop | Engagement Lead | {{DATE}} |
|
|
204
|
+
| 4 | Environment access provisioned | Client IT | {{DATE}} |
|
|
205
|
+
-->
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
*This proposal is confidential and intended solely for {{CLIENT_NAME}}. Distribution without written consent is prohibited.*
|