vibe-map-bootstrap

Maintain a project progress DAG and refresh .vmap/vibe-map.html using the vmap CLI.

Updated May 18, 2026
One-click install
npx skills add https://github.com/eanzhao/vibe-map --skill vibe-map-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-map-bootstrap
Source: https://github.com/eanzhao/vibe-map/tree/main/.claude/skills/vibe-map-bootstrap
Command: npx skills add https://github.com/eanzhao/vibe-map --skill vibe-map-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps maintain the project's progress DAG by leveraging the vmap CLI to track and reflect progress as goals and tasks are completed. It ensures human-facing visuals stay up-to-date by auto-refreshing the vibe-map.html after mutating actions.

Core Features & Use Cases

  • Proactively call vmap after completing work to mark tasks as done and update closures.
  • Track progress, manage audits, and handle releases within a single workflow.
  • Provide status reports and human-facing dashboards by keeping the .vmap/vibe-map.html current.

Quick Start

Run vmap status to view current progress, then complete a task and call vmap update to reflect progress.

Frequently Asked Questions about vibe-map-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track project progress using a DAG?

Track project progress using a DAG by maintaining the .vmap/ directory. The skill updates the progress DAG via the vmap CLI whenever you add goals or tasks, ensuring your project status remains synchronized.

How do I keep a project status report updated automatically?

Keep a project status report updated automatically by running vmap update after completing work. This mutates the progress DAG and auto-refreshes the human-facing vibe-map.html dashboard to reflect current closures and task completions.

Do I need the vmap CLI installed to manage goals and tasks?

Yes, you need the vmap CLI installed to manage goals and tasks. This skill requires the CLI to apply semantic updates to the progress DAG, track milestones, and execute audits within your repository.

What is the best way to audit project tasks and releases?

The best way to audit project tasks and releases is by using the vmap CLI within a single workflow. This skill handles audits, manages releases, and keeps the vibe-map.html dashboard current after mutating actions.

When should I refresh the vibe-map.html dashboard?

You should refresh the vibe-map.html dashboard automatically after completing tasks or adding goals. The skill triggers an automatic refresh of the .vmap/vibe-map.html file whenever changes are made to the progress DAG.