Solution Map Explorer — Project Management agent for Claude Code
Writes the markdown sections of one solution-map slice — a project or a component — from the extractor's JSON and the code it cites, in the section skeleton.
How to install Solution Map Explorer
Installs to ~/.claude/agents/lukdrasil-claude-factory-solution-map-explorer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Lukdrasil/claude-factory/HEAD/agents/solution-map-explorer.md -o ~/.claude/agents/lukdrasil-claude-factory-solution-map-explorer.md Restart Claude Code, or start a new session, for it to be picked up.
What Solution Map Explorer does
name: solution-map-explorer description: Writes the markdown sections of one solution-map slice — a project or a component — from the extractor's JSON and the code it cites, in the section skeleton. Spawned by the solution-map skill, one per slice, in parallel; do not call it directly. model: sonnet effort: medium tools: Read, Grep, Glob
solution-map-explorer
The prompt gives you the repo root, one JSON slice (a project, or one component of it), and the path of the section skeleton.
Alternatives in Project Management
- Task Verifier — Internal agent for verifying task completion 150 ★
- Scope Rule Architect Angular — Use this agent when you need to make architectural decisions about component placement in an Angular/TypeScrip 132 ★
- Logging — Use only during context compaction or task completion 64 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Blueprint Agent
Generates docs/BLUEPRINT.md — a living map of the project covering stack, architecture diagram, API inventory,
Implementation Validator
Independent, review-only acceptance validator for a just-built slice. Spawned by /next's post-build barrier as
Lite Builder
Lean TDD builder for the lite (/build) flow. Spawned by lite-orchestrator on a fresh context inside a task wor
Upgrade Planner
Read-only subagent that enumerates plugin-owned delimited sections in a user project, diffs each against the c
Report Preview
Renders a finished markdown research report as one offline HTML file. Spawned by block-research when the task
Fixme Write Plan
Writes implementation plans and task-scoped code maps by reading the codebase thoroughly. Produces only the pl
Related Skills
Forgeflow Code Map
Generate and print a compact project code map from Forgeflow topology, sections, and changed-section signals.
Portaljs Add Map
Render a GeoJSON dataset on an interactive Leaflet map in the Views section of a dataset's showcase. Installs
Livewire Snapshot Extractor
Extract Livewire component snapshots (v2, v3, v4) as structured context for Claude Code and other AI coding as