UNPKG

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.

37 lines (28 loc) 1.22 kB
# Task: Targeted Directory Scan ## Context You are working on subtask "explore-123-scan" of the larger task "explore-123". ## Your Mission Scan specific directories for target files using ripgrep ## Tool Budget Optimization You have **6 tool uses** available. Use them efficiently: ### Recommended Tool Sequence: 1. **Exploration tools** (Read, Glob, Bash) - 2-3 uses 2. **Analysis tools** (Grep, Read) - 2-3 uses 3. **Implementation tools** (Edit, Write) - 3-5 uses 4. **Validation tools** (Bash, Read) - 1-2 uses ### Efficiency Tips: - **Batch operations**: Read multiple files in one tool use when possible - **Targeted searches**: Use specific patterns instead of broad scans - **Early validation**: Check results after each major step - **Combine tool uses**: Use compound commands to reduce tool count ## Expected Deliverables target-files.txt directory-map.json ## Success Criteria - All deliverables created with high quality - Tool budget not exceeded - Results passed to next subtask via Redis ## Redis Context - Store results in: `explore-123:explore-123-scan:results` - Use confidence scoring based on deliverable completion - Signal completion via Redis LPUSH to `explore-123:explore-123-scan:done`