From devflow
Discovers all documentation files in a project and verifies cross-references, links, and internal consistency between them. Use this to find broken references, orphaned docs, or mismatched cross-links within project documentation.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin codingthefuturewithai-claude-code-primitivesThis skill is limited to using the following tools:
Discover all documentation across the project, compare it against the actual codebase, and create a plan to synchronize documentation with the current state of the code.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Discover all documentation across the project, compare it against the actual codebase, and create a plan to synchronize documentation with the current state of the code.
First, discover where documentation lives in this project:
*.md files throughout the entire projectdocs/, documentation/, .reference/, wiki/, guides/, or any other directories containing documentation.claude directory: Examine commands, settings, hooks, and any other Claude Code configuration for documented behaviorFor each piece of documentation discovered:
After discovery and analysis, produce:
.claude/commands/ or .claude/hooks/ (document issues only)If an argument is provided, focus the audit on that area (e.g., "API", "configuration", "hooks") but still discover documentation project-wide first.