# Speckit Map

> Codebase Mapper - Automatically analyze project structure, draw dependency diagrams, and write architectural documents.

- **Type:** Skill
- **Install:** `agentstack add skill-wedabro-bro-skills-speckit-map`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [wedabro](https://agentstack.voostack.com/s/wedabro)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [wedabro](https://github.com/wedabro)
- **Source:** https://github.com/wedabro/bro-skills/tree/main/.agent/skills/speckit.map

## Install

```sh
agentstack add skill-wedabro-bro-skills-speckit-map
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## 🎯 Mission
Helps Agents and Users quickly understand the entire "map" of the codebase, especially old projects (Brownfield) or complex projects.

## 📋 Protocol

### Phase 1: Structure Discovery (Scan structure)
- Scan the entire directory with the command `tree` or `ls -R` .
- Identify core Tech Stack (frameworks, databases, libraries).

### Phase 2: Dependency Mapping (Dependency Diagram)
- Analyze the `import` or `require` commands to find dependencies between modules.
- Save the results to `.agent/codebase/STRUCTURE.md` .

### Phase 3: Integration Inventory (Integration Inventory)
- List 3rd party services (external API, DB connection).
- Save to `.agent/codebase/INTEGRATIONS.md` .

## 📤 Output Artifacts
- `.agent/codebase/ARCHITECTURE.md` : Architecture overview.
- `.agent/codebase/CONVENTIONS.md` : Code conventions in use.

## 🚫 Guard Rails
- DO NOT read the contents of all files at the same time to avoid context overflow. Prioritize reading headers and exports.
- MUST update the map after every major refactor.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [wedabro](https://github.com/wedabro)
- **Source:** [wedabro/bro-skills](https://github.com/wedabro/bro-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wedabro-bro-skills-speckit-map
- Seller: https://agentstack.voostack.com/s/wedabro
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
