bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/map-codebaseContext preview
What this command does when you run it.
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
name: map-codebase description: Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents argument-hint: "[--fast [--focus tech|arch|quality|concerns]] [area]" allowed-tools: - Read - Bash - Glob - Grep - Write - Task
Analyze existing codebase using parallel codebase-mapper agents to produce structured codebase documents.
Each mapper agent explores a focus area and **writes documents directly** to `.planning/codebase/`. The orchestrator only receives confirmations, keeping context usage minimal.
Output: `.planning/codebase/` folder with up to 7 structured documents about the codebase state.
Arguments: $ARGUMENTS
Parse the first token of $ARGUMENTS:
**Load project state if exists:** Check for `.planning/STATE.md` — loads context if project is already initialized.
**This command can run:**
**Use map-codebase for:**
**Skip map-codebase for:**
**Full map (no flags):**
1. Check if `.planning/codebase/` already exists — if yes, offer to refresh or skip. 2. Create `.planning/codebase/` directory if it doesn't exist. 3. Spawn 4 parallel `codebase-mapper` agents:
4. Wait for all agents to complete, collect confirmations (NOT document contents). 5. Verify all 7 documents exist with line counts. 6. Present summary and suggest next steps (typically: `/new-project` or `/plan-phase`).
**Fast scan (--fast flag):**
1. Determine focus from `--focus` value (default: `tech+arch`). 2. Spawn a single `codebase-mapper` agent with the specified focus. 3. Wait for agent completion and report.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Use when a build, type check, or test suite is failing and needs to be unblocked with a minimal change.