// Bulk backlog scanner that analyzes the entire finans codebase vs CLAUDE.md, identifies ALL gaps, and generates a comprehensive, prioritized, numbered task backlog. Uses broadânarrow pattern.
| name | backlog-scan |
| description | Bulk backlog scanner that analyzes the entire finans codebase vs CLAUDE.md, identifies ALL gaps, and generates a comprehensive, prioritized, numbered task backlog. Uses broadânarrow pattern. |
Autonomous bulk scanner for comprehensive backlog generation. Scans entire codebase against CLAUDE.md spec, finds ALL gaps, generates numbered tasks.
Pattern: BroadâNarrow (scan everything, then focus on gaps)
đš PLANNING ONLY - NO IMPLEMENTATION This skill creates task files. It does NOT write code or start implementation.
Use /new-task instead for a single specific task (narrowâbroad pattern).
Use this skill when:
/discover-tasks slash commandDO NOT use this skill for:
feature-planning skillBefore any analysis, load ALL context:
âââââââââââââââââââââââââââââââââââ
â CONTEXT LOADING â
â âą ALL rules from .claude/rules/â
â âą ALL done/ tasks (recent 30) â
â âą ALL available skills â
â âą CLAUDE.md completely â
âââââââââââââââââââââââââââââââââââ
Load ALL rules from .claude/rules/
find .claude/rules -name "*.md"Check ALL completed tasks in .task-board/done/
Note ALL available skills
frontend-design - UI/CSS implementationsnode-backend - API routesrule-making-skill - Create missing rulesstorybook-stories - Component documentationtask-board - Detailed task planningGoal: Understand EVERYTHING that exists
Read CLAUDE.md completely
Scan ALL codebase areas
/frontend/src/features/ - existing features/backend/src/routes/ - API routes/components/src/ - component library/e2e/ - test coverageReview ALL existing tasks
.task-board/backlog/.task-board/in-progress/.task-board/on-hold/Goal: Find ALL gaps between spec and implementation
Quality Bar (ALL must be met):
For each gap that meets quality bar:
task-board skill for detailed planningđš CRITICAL: Scan ALL folders for highest number:
1. Glob: .task-board/**/*.md
2. Scan: backlog/ + in-progress/ + done/
3. Find highest number
4. Next task = highest + 1
Never reuse numbers - done/ tasks are immutable history.
File format: NNN-TYPE-description.md
076-FEATURE-portfolio-dashboard.md077-REFACTOR-validation-consolidation.mdSummary report with:
task-board skill - for detailed plan filesfeature-planning skill - for single task (narrowâbroad).task-board/WORKFLOW.md - task management workflow.claude/CLAUDE.md - project instructions