update-workflow-explorer

Audit workflow-explorer.html data structures against command, skill, and agent sources.

27|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/leeovery/claude-technical-workflows --skill update-workflow-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-workflow-explorer
Source: https://github.com/leeovery/claude-technical-workflows/tree/main/.claude/skills/update-workflow-explorer
Command: npx skills add https://github.com/leeovery/claude-technical-workflows --skill update-workflow-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill audits and synchronizes the workflow-explorer.html data structures with the current codebase's command, skill, and agent sources, ensuring the visual explorer stays accurate.

Core Features & Use Cases

  • Drift detection: Compare the explorer's flowcharts, phases, and mappings against source files to surface discrepancies.
  • Automated synchronization: Apply updates to FLOWCHARTS, PHASES, SOURCE_MAP, and SKILL_NEXT_PHASE to reflect the latest code structure.
  • Compliance checks: Verify that all referenced sources and keys are in sync, with a report highlighting missing or renamed items.

Quick Start

Run the update-workflow-explorer skill to scan for drift and refresh the explorer data. Then review the generated changes and apply them as needed.

Frequently Asked Questions about update-workflow-explorer

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

FAQPage Schema
How do I detect drift between my workflow flowcharts and the actual codebase sources?

To detect workflow drift, you can audit and compare your flowchart data structures directly against current command, skill, and agent source files. This process surfaces discrepancies by checking referenced sources and highlighting missing or renamed items.

What is workflow explorer synchronization and when do I need to update it?

Workflow explorer synchronization reconciles visual explorer data structures like FLOWCHARTS and SOURCE_MAP with the actual codebase. You need to perform this update when commands, skills, or agents are added, renamed, or removed.

How to automatically update PHASES and SOURCE_MAP based on codebase changes?

You can automatically update PHASES and SOURCE_MAP by running an audit that detects structural drift and applies synchronization changes. The process adapts to codebase modifications and refreshes the mapping data to reflect the latest sources.

Can I audit specific sections of my codebase instead of running a full repository sync?

Yes, you can audit a specific scope by providing explicit user context. When the provided context is ambiguous, the synchronization process defaults to performing a comprehensive full repository audit instead.

What is the best way to ensure visual workflow compliance with current source files?

The best way to ensure visual workflow compliance is running an automated audit that verifies all referenced sources and keys are in sync. This generates a report highlighting missing, renamed, or drifted items for reconciliation.