Discover-only pass — inventory the source account + dependency analysis, but skip Terraform generation and migration planning. Use to understand what is in the source account before committing to a migration.
How this command is triggered — by the user, by Claude, or both
Slash command
/aws-migration-architect:discoverThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /aws-migration-architect:discover Run inventory + dependency analysis only. ## Argument hint `[--source-profile <name>] [--run-id <id>]` ## Prerequisites Target profile is optional for discovery (used only to label the run directory). ## What this command does Runs only the Discover phase of the migration pipeline: 1. **inventory-explorer** — produces `inventory.json`, `resource-ownership.json`, `unsupported-report.md` 2. **dependency-mapper** — produces `dependency-graph.json`, `hardcoded-values.json`, `risk-scores.json`, and 4 Mermaid architecture diagrams Output goes to `$AW...
Run inventory + dependency analysis only.
[--source-profile <name>] [--run-id <id>]
export MIGRATION_SOURCE_PROFILE=migration-source
aws sso login --profile $MIGRATION_SOURCE_PROFILE
aws sts get-caller-identity --profile $MIGRATION_SOURCE_PROFILE # should succeed
Target profile is optional for discovery (used only to label the run directory).
Runs only the Discover phase of the migration pipeline:
inventory.json, resource-ownership.json, unsupported-report.mddependency-graph.json, hardcoded-values.json, risk-scores.json, and 4 Mermaid architecture diagramsOutput goes to $AWS_MIGRATION_ROOT/runs/<source>-to-discover-only-<run-id>/.
Parse args; fall back to env vars.
Verify source profile authenticates.
Invoke Workflow({ name: "aws-migration-architect:discover", args: { sourceProfile, targetProfile, runId } }).
When done, point the user at:
inventory.json — what's in the accountunsupported-report.md — what won't migrate cleanlyarchitecture/iam-trust-graph.mmd — IAM trust issues to plan aroundrisk-scores.json — High-risk resource countMention /aws-migration-architect:migrate as the next step once they're satisfied with the scope.
npx claudepluginhub pavankishore1987/aws-migration-architect --plugin aws-migration-architect/discoverRuns a full product discovery cycle: ideation, assumption identification and prioritization, and experiment design for a product or feature idea.
/discoverRuns a structured discovery flow from problem framing through opportunity mapping to validation planning, producing a discovery plan, prioritized assumptions, and experiment backlog.
/discoverRuns a multi-LLM orchestrated research probe on a given topic, dispatching parallel agents across providers for broad exploration.
/discoverRuns full user research cycle for a product or feature: creates 2-4 personas, empathy map, journey map, and summary with key insights and design implications.
/discoverExecutes evidence-based product discovery through customer interviews and assumption testing for a product concept, producing validation docs, lean canvas, interview logs, and wave decisions.
/discoverDiscovers NL programming artifact files in a directory by category (A: plugins, B: project config, F: memory), outputting classified list with paths, patterns, and line counts.