claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes CodeSearch (hybrid SQLite + pgvector), mem0/memgraph specialists, and all CFN skills.
26 lines (18 loc) • 610 B
Markdown
description: "Find documentation that's out of sync with code"
# /detect-stale-docs - Find Outdated Documentation
Automatically finds documentation that doesn't match the current code.
## What it does
- Compares documentation semantic meaning with code
- Highlights potentially outdated sections
- Helps maintain accurate documentation
## When to use
- Before refactoring
- During documentation reviews
- When code has changed significantly
## Output format
Returns a list of:
- Document file paths
- Sections that may be outdated
- Suggested areas to review and update