Command Claude Code
Ecosystem discovery - start with one repo, find all related repos, services, and libraries. Scans for integration signals, searches GitHub, and presents an ecosystem map for batch processing.
Command Claude Code
Ecosystem discovery - start with one repo, find all related repos, services, and libraries. Scans for integration signals, searches GitHub, and presents an ecosystem map for batch processing.
Command Claude Code
Cross-system integration analysis. Give it starting points (repos, config dirs, system names) — it discovers the full ecosystem, profiles each system, maps how they connect, and produces a phased implementation plan with dependency-ordered epics.
Command Claude Code
Trace a specific business logic flow across repos. Give it a prompt describing what to trace + starting points — it discovers related repos, traces the algorithm end-to-end, and produces tech-agnostic BMAD specs (BR/DC/EC/ERR/FLOW).
Command Claude Code
Extract tech-agnostic portable component specs (epics + component spec) from reverse-engineering docs. Output can be dropped into ANY BMAD project.
Command Claude Code
Translate portable component specs into targeted epics for a specific project. Maps abstract personas, domain language, and data contracts to a target project's BMAD docs.
Command Claude Code
Analyze specification quality and get scores on completeness, testability, and clarity. Provides actionable feedback for improving specs.
Command Claude Code
Incrementally update reverse-engineering docs based on git changes since last generation.
Command Claude Code
Multi-repo synthesis - load docs from multiple repos, extract capability map, brainstorm a reimagined system. The killer feature for enterprise modernization.
Command Claude Code
Perform comprehensive code review across multiple dimensions - correctness, standards, security, performance, and testing. Returns APPROVED/NEEDS CHANGES/BLOCKED with specific feedback.
Command Claude Code
Systematically validate implementation against specifications. Runs tests, TypeScript checks, and spec compliance validation. Use after implementation to ensure quality before finalizing.
Command Claude Code
Migrate a legacy widget to React Router 7 + Iris. Accepts widget ID as argument (e.g., v9.widgets.model-selector.responsive.v1, ws-hours). Auto-resolves source, extracts specs, writes to docs/specs/widgets/.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing validate-specs.sh. From jschulte/claude-plugins.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Agent
StackShift specialized agent for generating technical documentation, specifications, and implementation plans from reverse-engineered code.
Command
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Skill Claude CodeCodex
Perform initial analysis of a codebase - detect tech stack, directory structure, and completeness. Gear 1 of the 6-gear reverse engineering pipeline. Automatically detects programming languages, frameworks, architecture patterns, and generates analysis-report.md.
Skill Claude CodeCodex
Generates a complete architecture document from reverse-engineering documents and user-specified constraints. Asks 3-5 high-level questions about tech stack, cloud provider, scale, and hard constraints, then produces architecture.md with Mermaid diagrams, service boundaries, ADRs, and infrastructure recommendations.…
Skill Claude CodeCodex
Generate 4 BMAD planning artifacts (PRD, Architecture, Epics, UX Design) from Gear 2 reverse-engineering docs. Three modes: YOLO (automatic), Guided (targeted questions), Interactive (section-by-section review).
Skill Claude CodeCodex
Resolves [NEEDS CLARIFICATION] markers in specifications through interactive Q&A. Asks focused questions about missing features, UX details, and business rules, then updates spec files with complete, unambiguous requirements. Step 5 of 6 in the reverse engineering process.
Skill Claude CodeCodex
Skill: convert-to-speckit Purpose: Convert existing docs/reverse-engineering/ documentation into GitHub Spec Kit specifications Use Case: Repository has reverse engineering docs from StackShift Gears 1-2, but needs proper Spec Kit format.
Skill Claude CodeCodex
Transforms 11 reverse-engineering documents from Gear 2 into GitHub Spec Kit specifications with three thoroughness levels (specs-only, specs+plans, specs+plans+tasks). Creates .specify/ directory with constitution, feature specs, implementation plans, and task breakdowns. Gear 3 of 6 in reverse engineering pipeline.…
Skill Claude CodeCodex
Orchestrates all 6 StackShift gears sequentially without manual intervention. Supports 7 execution paths including GitHub Spec Kit, BMAD Auto-Pilot, BMAD Method, Architecture Only, Portable Extraction, and Widget Migration.
Skill Claude CodeCodex
Ecosystem discovery from a single starting repo. Scans for integration signals (npm packages, docker compose, env vars, API calls, CI/CD triggers, workspace configs, message queues, infrastructure refs), searches GitHub for related repos, scans the local filesystem, then presents an ecosystem map with confidence…
Skill Claude CodeCodex
Performs route-aware gap analysis. In brownfield mode, compares specifications against existing implementation using AST analysis and /speckit.analyze. In greenfield mode, validates specification completeness and prompts for target technology stack selection. Step 4 of 6 in the reverse engineering process.