From core
Analyzes workspace tech stack and filesystem, generating TECHSTACK, CODEMAP, and DEPENDENCIES documentation files.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:init-workspace-flow-discoveryThe summary Claude sees in its command listing — used to decide when to auto-load this command
<init_workspace_flow_discovery> <description_and_purpose> Produces foundational technical documentation (TECHSTACK, CODEMAP, DEPENDENCIES) that all subsequent phases depend on. </description_and_purpose> <workflow_context> - Phase 3 of 8 in init-workspace-flow - Input: filesystem, state.mode, state.composite - Output: TECHSTACK, CODEMAP, DEPENDENCIES on disk - Prerequisite: Phase 1 complete (mode known), Phase 2 complete or skipped </workflow_context> <phase_steps> 1. Read state and confirm mode 2. Acquire and execute discovery 3. Update state </phase_steps> <check_mode step="3.1"> 1. R...
<init_workspace_flow_discovery>
<description_and_purpose> Produces foundational technical documentation (TECHSTACK, CODEMAP, DEPENDENCIES) that all subsequent phases depend on. </description_and_purpose>
<workflow_context>
<phase_steps>
<check_mode step="3.1">
agents/init-workspace-flow-state.md<execute_discovery step="3.2">
init-workspace-discovery/SKILL.md FROM KB and execute<update_state step="3.3">
agents/init-workspace-flow-state.md:
<validation_checklist>
</init_workspace_flow_discovery>
npx claudepluginhub griddynamics/rosetta --plugin rosetta/create-tech-stackAnalyzes codebase and configs to generate tech stack documentation covering technologies, architecture, patterns, and deployment details via interactive Q&A. Saves to .claude/skills/2-tech-stack.mdc.
/fire-map-codebaseAnalyzes an existing codebase using parallel mapper agents to produce structured documentation in .planning/codebase/. Also supports optional focus area filtering.
/map-codebaseAnalyzes codebase using parallel mapper agents to produce structured .planning/codebase/ documents. Also supports --fast scan and --query intelligence modes.
/map-codebasePerforms deep codebase analysis with parallel agents, producing 7 structured documents on tech stack, architecture, structure, conventions, testing, integrations, and concerns.
/discoveryAnalyzes project directory with parallel agents for structure, technology, architecture, and integrations, consolidating into a comprehensive discovery report.