Lukdrasil

Solution Map Explorer — Project Management agent for Claude Code

Project Management community

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

Terminal
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 Repository