claude-flow-novice 2.18.16 → 2.18.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/.claude/agents/cfn-dev-team/analysts/analyst.md +9 -0
  2. package/.claude/agents/cfn-dev-team/analysts/root-cause-analyst.md +9 -0
  3. package/.claude/agents/cfn-dev-team/architecture/api-designer-persona.md +10 -1
  4. package/.claude/agents/cfn-dev-team/architecture/base-template-generator.md +9 -0
  5. package/.claude/agents/cfn-dev-team/architecture/goal-planner.md +10 -1
  6. package/.claude/agents/cfn-dev-team/architecture/planner.md +9 -0
  7. package/.claude/agents/cfn-dev-team/architecture/system-architect.md +9 -0
  8. package/.claude/agents/cfn-dev-team/coordinators/cfn-frontend-coordinator.md +9 -0
  9. package/.claude/agents/cfn-dev-team/coordinators/consensus-builder.md +10 -1
  10. package/.claude/agents/cfn-dev-team/coordinators/handoff-coordinator.md +9 -0
  11. package/.claude/agents/cfn-dev-team/coordinators/multi-sprint-coordinator.md +9 -0
  12. package/.claude/agents/cfn-dev-team/dev-ops/devops-engineer.md +9 -0
  13. package/.claude/agents/cfn-dev-team/dev-ops/docker-specialist.md +9 -0
  14. package/.claude/agents/cfn-dev-team/dev-ops/github-commit-agent.md +9 -0
  15. package/.claude/agents/cfn-dev-team/dev-ops/kubernetes-specialist.md +9 -0
  16. package/.claude/agents/cfn-dev-team/developers/api-gateway-specialist.md +9 -0
  17. package/.claude/agents/cfn-dev-team/developers/data/data-engineer.md +9 -0
  18. package/.claude/agents/cfn-dev-team/developers/database/database-architect.md +9 -0
  19. package/.claude/agents/cfn-dev-team/developers/database/supabase-specialist.md +9 -0
  20. package/.claude/agents/cfn-dev-team/developers/frontend/mobile-dev.md +10 -1
  21. package/.claude/agents/cfn-dev-team/developers/frontend/typescript-specialist.md +10 -1
  22. package/.claude/agents/cfn-dev-team/developers/frontend/ui-designer.md +10 -1
  23. package/.claude/agents/cfn-dev-team/developers/graphql-specialist.md +9 -0
  24. package/.claude/agents/cfn-dev-team/developers/rust-developer.md +10 -1
  25. package/.claude/agents/cfn-dev-team/documentation/agent-type-guidelines.md +9 -0
  26. package/.claude/agents/cfn-dev-team/documentation/api-documentation.md +10 -1
  27. package/.claude/agents/cfn-dev-team/documentation/pseudocode.md +10 -1
  28. package/.claude/agents/cfn-dev-team/documentation/specification-agent.md +10 -1
  29. package/.claude/agents/cfn-dev-team/product-owners/accessibility-advocate-persona.md +10 -1
  30. package/.claude/agents/cfn-dev-team/product-owners/cto-agent.md +9 -0
  31. package/.claude/agents/cfn-dev-team/product-owners/power-user-persona.md +10 -1
  32. package/.claude/agents/cfn-dev-team/product-owners/product-owner.md +9 -0
  33. package/.claude/agents/cfn-dev-team/reviewers/quality/code-quality-validator.md +9 -0
  34. package/.claude/agents/cfn-dev-team/reviewers/quality/cyclomatic-complexity-reducer.md +9 -0
  35. package/.claude/agents/cfn-dev-team/reviewers/quality/perf-analyzer.md +9 -0
  36. package/.claude/agents/cfn-dev-team/reviewers/quality/performance-benchmarker.md +10 -1
  37. package/.claude/agents/cfn-dev-team/reviewers/quality/quality-metrics.md +9 -0
  38. package/.claude/agents/cfn-dev-team/testers/api-testing-specialist.md +9 -0
  39. package/.claude/agents/cfn-dev-team/testers/chaos-engineering-specialist.md +9 -0
  40. package/.claude/agents/cfn-dev-team/testers/contract-tester.md +9 -0
  41. package/.claude/agents/cfn-dev-team/testers/e2e/playwright-tester.md +9 -0
  42. package/.claude/agents/cfn-dev-team/testers/integration-tester.md +9 -0
  43. package/.claude/agents/cfn-dev-team/testers/interaction-tester.md +9 -0
  44. package/.claude/agents/cfn-dev-team/testers/load-testing-specialist.md +9 -0
  45. package/.claude/agents/cfn-dev-team/testers/mutation-testing-specialist.md +9 -0
  46. package/.claude/agents/cfn-dev-team/testers/playwright-tester.md +10 -1
  47. package/.claude/agents/cfn-dev-team/testers/unit/tdd-london-unit-swarm.md +10 -1
  48. package/.claude/agents/cfn-dev-team/testers/validation/validation-production-validator.md +10 -1
  49. package/.claude/agents/cfn-dev-team/testing/test-validation-agent.md +9 -0
  50. package/.claude/agents/cfn-dev-team/utility/agent-builder.md +10 -1
  51. package/.claude/agents/cfn-dev-team/utility/context-curator.md +9 -0
  52. package/.claude/agents/cfn-dev-team/utility/memory-leak-specialist.md +9 -0
  53. package/.claude/agents/cfn-dev-team/utility/researcher.md +9 -0
  54. package/.claude/agents/cfn-dev-team/utility/z-ai-specialist.md +9 -0
  55. package/.claude/hooks/SessionStart-cfn-build-ruvector.sh +12 -0
  56. package/.claude/hooks/SessionStart:cfn-build-ruvector.sh +28 -0
  57. package/.claude/skills/bulk-add-ruvector-instructions.sh +34 -46
  58. package/.claude/skills/cfn-local-ruvector-accelerator/.claude/hooks/SessionStart-cfn-build-ruvector.sh +12 -0
  59. package/.claude/skills/cfn-local-ruvector-accelerator/SKILL.md +112 -6
  60. package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/index.rs +46 -11
  61. package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/index_ast.rs +13 -1
  62. package/.claude/skills/cfn-local-ruvector-accelerator/src/embeddings.rs +4 -7
  63. package/.claude/skills/cfn-local-ruvector-accelerator/src/extractors/mod.rs +1 -1
  64. package/.claude/skills/cfn-local-ruvector-accelerator/src/migration_v2.rs +7 -7
  65. package/.claude/skills/cfn-local-ruvector-accelerator/src/query_api.rs +6 -3
  66. package/.claude/skills/cfn-local-ruvector-accelerator/src/schema_v2.rs +16 -1
  67. package/.claude/skills/cfn-local-ruvector-accelerator/src/store_v2.rs +7 -3
  68. package/.claude/skills/cfn-local-ruvector-accelerator/src/store_v2_tx.rs +5 -3
  69. package/.claude/skills/cfn-local-ruvector-accelerator/src/transaction_tests.rs +8 -2
  70. package/CLAUDE.md +2 -1
  71. package/package.json +1 -1
@@ -23,6 +23,15 @@ acl_level: 1
23
23
  # This is mandatory for all file edits to ensure code quality and validation.
24
24
  # The pipeline will run compilation checks and TDD compliance verification.
25
25
 
26
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
27
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
28
+ # /codebase-search "relevant search terms for your task" --top 5
29
+ # /codebase-search "error pattern or issue you're fixing" --top 3
30
+ # Also query past errors and learnings:
31
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
32
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
33
+ # This prevents duplicated work and leverages existing solutions.
34
+
26
35
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
27
36
 
28
37
  # Analyst Agent
@@ -14,6 +14,15 @@ capabilities: [root-cause-analysis, investigation, debugging, error-tracing, sys
14
14
  # This is mandatory for all file edits to ensure code quality and validation.
15
15
  # The pipeline will run compilation checks and TDD compliance verification.
16
16
 
17
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
18
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
19
+ # /codebase-search "relevant search terms for your task" --top 5
20
+ # /codebase-search "error pattern or issue you're fixing" --top 3
21
+ # Also query past errors and learnings:
22
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
23
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
24
+ # This prevents duplicated work and leverages existing solutions.
25
+
17
26
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
18
27
 
19
28
  # Root Cause Analyst
@@ -17,6 +17,15 @@ validation_hooks:
17
17
  # This is mandatory for all file edits to ensure code quality and validation.
18
18
  # The pipeline will run compilation checks and TDD compliance verification.
19
19
 
20
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
21
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
22
+ # /codebase-search "relevant search terms for your task" --top 5
23
+ # /codebase-search "error pattern or issue you're fixing" --top 3
24
+ # Also query past errors and learnings:
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
27
+ # This prevents duplicated work and leverages existing solutions.
28
+
20
29
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
21
30
 
22
31
  # API Designer Persona - Loop 0.5 Design Consensus
@@ -149,4 +158,4 @@ await sqlite.memoryAdapter.set(
149
158
  - ✅ Consistent endpoint design
150
159
  - ✅ Developer-friendly documentation
151
160
  - ✅ Versioning strategy defined
152
- - ✅ Team consensus achieved
161
+ - ✅ Team consensus achieved
@@ -24,6 +24,15 @@ completion_protocol: |
24
24
  # This is mandatory for all file edits to ensure code quality and validation.
25
25
  # The pipeline will run compilation checks and TDD compliance verification.
26
26
 
27
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
28
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
29
+ # /codebase-search "relevant search terms for your task" --top 5
30
+ # /codebase-search "error pattern or issue you're fixing" --top 3
31
+ # Also query past errors and learnings:
32
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
33
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
34
+ # This prevents duplicated work and leverages existing solutions.
35
+
27
36
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
28
37
  ## 🚀 Template Generation Focus
29
38
 
@@ -23,6 +23,15 @@ validation_hooks:
23
23
  # This is mandatory for all file edits to ensure code quality and validation.
24
24
  # The pipeline will run compilation checks and TDD compliance verification.
25
25
 
26
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
27
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
28
+ # /codebase-search "relevant search terms for your task" --top 5
29
+ # /codebase-search "error pattern or issue you're fixing" --top 3
30
+ # Also query past errors and learnings:
31
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
32
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
33
+ # This prevents duplicated work and leverages existing solutions.
34
+
26
35
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
27
36
 
28
37
  # Goal Planner Agent: Strategic GOAP Planning
@@ -177,4 +186,4 @@ const replan = async (currentState: State, goalState: State): Promise<Plan> => {
177
186
  - Provide actionable, cost-optimized plans
178
187
  - Continuously learn and improve planning strategies
179
188
 
180
- Remember: Adaptive planning is about responding to reality, not creating perfect plans.
189
+ Remember: Adaptive planning is about responding to reality, not creating perfect plans.
@@ -24,6 +24,15 @@ validation_hooks:
24
24
  # This is mandatory for all file edits to ensure code quality and validation.
25
25
  # The pipeline will run compilation checks and TDD compliance verification.
26
26
 
27
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
28
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
29
+ # /codebase-search "relevant search terms for your task" --top 5
30
+ # /codebase-search "error pattern or issue you're fixing" --top 3
31
+ # Also query past errors and learnings:
32
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
33
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
34
+ # This prevents duplicated work and leverages existing solutions.
35
+
27
36
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
28
37
 
29
38
  # Strategic Planning Agent
@@ -23,6 +23,15 @@ validation_hooks:
23
23
  # This is mandatory for all file edits to ensure code quality and validation.
24
24
  # The pipeline will run compilation checks and TDD compliance verification.
25
25
 
26
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
27
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
28
+ # /codebase-search "relevant search terms for your task" --top 5
29
+ # /codebase-search "error pattern or issue you're fixing" --top 3
30
+ # Also query past errors and learnings:
31
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
32
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
33
+ # This prevents duplicated work and leverages existing solutions.
34
+
26
35
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
27
36
 
28
37
  # System Architect Agent
@@ -14,6 +14,15 @@ mode_support: [cli]
14
14
  # This is mandatory for all file edits to ensure code quality and validation.
15
15
  # The pipeline will run compilation checks and TDD compliance verification.
16
16
 
17
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
18
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
19
+ # /codebase-search "relevant search terms for your task" --top 5
20
+ # /codebase-search "error pattern or issue you're fixing" --top 3
21
+ # Also query past errors and learnings:
22
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
23
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
24
+ # This prevents duplicated work and leverages existing solutions.
25
+
17
26
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
18
27
 
19
28
  # CFN Frontend Coordinator Agent
@@ -21,6 +21,15 @@ validation_hooks:
21
21
  # This is mandatory for all file edits to ensure code quality and validation.
22
22
  # The pipeline will run compilation checks and TDD compliance verification.
23
23
 
24
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
25
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
26
+ # /codebase-search "relevant search terms for your task" --top 5
27
+ # /codebase-search "error pattern or issue you're fixing" --top 3
28
+ # Also query past errors and learnings:
29
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
30
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
31
+ # This prevents duplicated work and leverages existing solutions.
32
+
24
33
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
25
34
 
26
35
  # Consensus Builder Agent
@@ -477,4 +486,4 @@ Test Execution Summary:
477
486
  - Gate Status: PASS (≥95% in all suites)
478
487
  ```
479
488
 
480
- **Note:** Coordination instructions and success criteria provided when spawned via CLI.
489
+ **Note:** Coordination instructions and success criteria provided when spawned via CLI.
@@ -14,6 +14,15 @@ capabilities: [session-transition, context-extraction, handoff-documentation]
14
14
  # This is mandatory for all file edits to ensure code quality and validation.
15
15
  # The pipeline will run compilation checks and TDD compliance verification.
16
16
 
17
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
18
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
19
+ # /codebase-search "relevant search terms for your task" --top 5
20
+ # /codebase-search "error pattern or issue you're fixing" --top 3
21
+ # Also query past errors and learnings:
22
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
23
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
24
+ # This prevents duplicated work and leverages existing solutions.
25
+
17
26
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
18
27
 
19
28
  # Handoff Coordinator Agent
@@ -13,6 +13,15 @@ type: coordinator
13
13
  # This is mandatory for all file edits to ensure code quality and validation.
14
14
  # The pipeline will run compilation checks and TDD compliance verification.
15
15
 
16
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
17
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
18
+ # /codebase-search "relevant search terms for your task" --top 5
19
+ # /codebase-search "error pattern or issue you're fixing" --top 3
20
+ # Also query past errors and learnings:
21
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
22
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
23
+ # This prevents duplicated work and leverages existing solutions.
24
+
16
25
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
17
26
 
18
27
  # Multi-Sprint Coordinator Agent
@@ -19,6 +19,15 @@ acl_level: 1
19
19
  # This is mandatory for all file edits to ensure code quality and validation.
20
20
  # The pipeline will run compilation checks and TDD compliance verification.
21
21
 
22
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
23
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
24
+ # /codebase-search "relevant search terms for your task" --top 5
25
+ # /codebase-search "error pattern or issue you're fixing" --top 3
26
+ # Also query past errors and learnings:
27
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
28
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
29
+ # This prevents duplicated work and leverages existing solutions.
30
+
22
31
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
23
32
  ## 🚀 DevOps Engineering Focus
24
33
 
@@ -16,6 +16,15 @@ validation_hooks: [agent-template-validator, test-coverage-validator]
16
16
  # This is mandatory for all file edits to ensure code quality and validation.
17
17
  # The pipeline will run compilation checks and TDD compliance verification.
18
18
 
19
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
20
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
21
+ # /codebase-search "relevant search terms for your task" --top 5
22
+ # /codebase-search "error pattern or issue you're fixing" --top 3
23
+ # Also query past errors and learnings:
24
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
26
+ # This prevents duplicated work and leverages existing solutions.
27
+
19
28
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
20
29
 
21
30
  <!-- PROVIDER_PARAMETERS
@@ -17,6 +17,15 @@ validation_hooks:
17
17
  # This is mandatory for all file edits to ensure code quality and validation.
18
18
  # The pipeline will run compilation checks and TDD compliance verification.
19
19
 
20
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
21
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
22
+ # /codebase-search "relevant search terms for your task" --top 5
23
+ # /codebase-search "error pattern or issue you're fixing" --top 3
24
+ # Also query past errors and learnings:
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
27
+ # This prevents duplicated work and leverages existing solutions.
28
+
20
29
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
21
30
 
22
31
  # GitHub Commit Agent
@@ -17,6 +17,15 @@ validation_hooks:
17
17
  # This is mandatory for all file edits to ensure code quality and validation.
18
18
  # The pipeline will run compilation checks and TDD compliance verification.
19
19
 
20
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
21
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
22
+ # /codebase-search "relevant search terms for your task" --top 5
23
+ # /codebase-search "error pattern or issue you're fixing" --top 3
24
+ # Also query past errors and learnings:
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
27
+ # This prevents duplicated work and leverages existing solutions.
28
+
20
29
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
21
30
 
22
31
  <!-- PROVIDER_PARAMETERS
@@ -27,6 +27,15 @@ completion_protocol: |
27
27
  # This is mandatory for all file edits to ensure code quality and validation.
28
28
  # The pipeline will run compilation checks and TDD compliance verification.
29
29
 
30
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
31
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
32
+ # /codebase-search "relevant search terms for your task" --top 5
33
+ # /codebase-search "error pattern or issue you're fixing" --top 3
34
+ # Also query past errors and learnings:
35
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
36
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
37
+ # This prevents duplicated work and leverages existing solutions.
38
+
30
39
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
31
40
 
32
41
  <!-- PROVIDER_PARAMETERS
@@ -17,6 +17,15 @@ validation_hooks:
17
17
  # This is mandatory for all file edits to ensure code quality and validation.
18
18
  # The pipeline will run compilation checks and TDD compliance verification.
19
19
 
20
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
21
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
22
+ # /codebase-search "relevant search terms for your task" --top 5
23
+ # /codebase-search "error pattern or issue you're fixing" --top 3
24
+ # Also query past errors and learnings:
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
27
+ # This prevents duplicated work and leverages existing solutions.
28
+
20
29
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
21
30
 
22
31
  <!-- PROVIDER_PARAMETERS
@@ -18,6 +18,15 @@ completion_protocol: |
18
18
  # This is mandatory for all file edits to ensure code quality and validation.
19
19
  # The pipeline will run compilation checks and TDD compliance verification.
20
20
 
21
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
22
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
23
+ # /codebase-search "relevant search terms for your task" --top 5
24
+ # /codebase-search "error pattern or issue you're fixing" --top 3
25
+ # Also query past errors and learnings:
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
27
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
28
+ # This prevents duplicated work and leverages existing solutions.
29
+
21
30
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
22
31
 
23
32
  ## Success Criteria Awareness (REQUIRED - Phase 2 TDD)
@@ -26,6 +26,15 @@ completion_protocol: |
26
26
  # This is mandatory for all file edits to ensure code quality and validation.
27
27
  # The pipeline will run compilation checks and TDD compliance verification.
28
28
 
29
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
30
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
31
+ # /codebase-search "relevant search terms for your task" --top 5
32
+ # /codebase-search "error pattern or issue you're fixing" --top 3
33
+ # Also query past errors and learnings:
34
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
35
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
36
+ # This prevents duplicated work and leverages existing solutions.
37
+
29
38
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
30
39
 
31
40
  # Supabase CLI Specialist Agent
@@ -31,6 +31,15 @@ completion_protocol: |
31
31
  # This is mandatory for all file edits to ensure code quality and validation.
32
32
  # The pipeline will run compilation checks and TDD compliance verification.
33
33
 
34
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
35
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
36
+ # /codebase-search "relevant search terms for your task" --top 5
37
+ # /codebase-search "error pattern or issue you're fixing" --top 3
38
+ # Also query past errors and learnings:
39
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
40
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
41
+ # This prevents duplicated work and leverages existing solutions.
42
+
34
43
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
35
44
 
36
45
  <!-- PROVIDER_PARAMETERS
@@ -244,4 +253,4 @@ Test Execution Summary:
244
253
  - Gate Status: PASS (≥95% in 2/3 suites, ≥80% overall)
245
254
  ```
246
255
 
247
- **Note:** Coordination instructions and success criteria provided when spawned via CLI.
256
+ **Note:** Coordination instructions and success criteria provided when spawned via CLI.
@@ -14,6 +14,15 @@ capabilities: [typescript-development, type-system-design, type-safety, generic-
14
14
  # This is mandatory for all file edits to ensure code quality and validation.
15
15
  # The pipeline will run compilation checks and TDD compliance verification.
16
16
 
17
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
18
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
19
+ # /codebase-search "relevant search terms for your task" --top 5
20
+ # /codebase-search "error pattern or issue you're fixing" --top 3
21
+ # Also query past errors and learnings:
22
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
23
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
24
+ # This prevents duplicated work and leverages existing solutions.
25
+
17
26
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
18
27
 
19
28
  <!-- PROVIDER_PARAMETERS
@@ -393,4 +402,4 @@ Test Execution Summary:
393
402
  - Gate Status: PASS (≥95% in 2/3 suites, ≥80% overall)
394
403
  ```
395
404
 
396
- **Note:** Coordination instructions and success criteria provided when spawned via CLI.
405
+ **Note:** Coordination instructions and success criteria provided when spawned via CLI.
@@ -18,6 +18,15 @@ validation_hooks:
18
18
  # This is mandatory for all file edits to ensure code quality and validation.
19
19
  # The pipeline will run compilation checks and TDD compliance verification.
20
20
 
21
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
22
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
23
+ # /codebase-search "relevant search terms for your task" --top 5
24
+ # /codebase-search "error pattern or issue you're fixing" --top 3
25
+ # Also query past errors and learnings:
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
27
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
28
+ # This prevents duplicated work and leverages existing solutions.
29
+
21
30
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
22
31
 
23
32
  <!-- PROVIDER_PARAMETERS
@@ -218,4 +227,4 @@ echo "{\"passed\": $PASS, \"failed\": $FAIL, \"pass_rate\": $RATE}"
218
227
  - Seamless responsive behavior (≥95% viewport tests)
219
228
  - Performance under 16ms render (≥90% performance tests)
220
229
  - Keyboard and screen reader friendly (100% accessibility tests)
221
- - Consistent design system adherence (≥95% visual regression tests)
230
+ - Consistent design system adherence (≥95% visual regression tests)
@@ -16,6 +16,15 @@ validation_hooks:
16
16
  # This is mandatory for all file edits to ensure code quality and validation.
17
17
  # The pipeline will run compilation checks and TDD compliance verification.
18
18
 
19
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
20
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
21
+ # /codebase-search "relevant search terms for your task" --top 5
22
+ # /codebase-search "error pattern or issue you're fixing" --top 3
23
+ # Also query past errors and learnings:
24
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
26
+ # This prevents duplicated work and leverages existing solutions.
27
+
19
28
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
20
29
 
21
30
  <!-- PROVIDER_PARAMETERS
@@ -26,6 +26,15 @@ mode_support: [mvp, standard, enterprise]
26
26
  # This is mandatory for all file edits to ensure code quality and validation.
27
27
  # The pipeline will run compilation checks and TDD compliance verification.
28
28
 
29
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
30
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
31
+ # /codebase-search "relevant search terms for your task" --top 5
32
+ # /codebase-search "error pattern or issue you're fixing" --top 3
33
+ # Also query past errors and learnings:
34
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
35
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
36
+ # This prevents duplicated work and leverages existing solutions.
37
+
29
38
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
30
39
 
31
40
  <!-- PROVIDER_PARAMETERS
@@ -225,4 +234,4 @@ Test Execution Summary:
225
234
  - Gate Status: PASS (≥95% in 2/3 suites, ≥80% overall)
226
235
  ```
227
236
 
228
- **Note:** Coordination instructions and success criteria provided when spawned via CLI.
237
+ **Note:** Coordination instructions and success criteria provided when spawned via CLI.
@@ -18,6 +18,15 @@ This document provides specific guidance for creating different types of agents
18
18
  # This is mandatory for all file edits to ensure code quality and validation.
19
19
  # The pipeline will run compilation checks and TDD compliance verification.
20
20
 
21
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
22
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
23
+ # /codebase-search "relevant search terms for your task" --top 5
24
+ # /codebase-search "error pattern or issue you're fixing" --top 3
25
+ # Also query past errors and learnings:
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
27
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
28
+ # This prevents duplicated work and leverages existing solutions.
29
+
21
30
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
22
31
 
23
32
  ## 1. Coder Agents
@@ -17,6 +17,15 @@ acl_level: 3 # Swarm-level documentation coordination
17
17
  # This is mandatory for all file edits to ensure code quality and validation.
18
18
  # The pipeline will run compilation checks and TDD compliance verification.
19
19
 
20
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
21
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
22
+ # /codebase-search "relevant search terms for your task" --top 5
23
+ # /codebase-search "error pattern or issue you're fixing" --top 3
24
+ # Also query past errors and learnings:
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
27
+ # This prevents duplicated work and leverages existing solutions.
28
+
20
29
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
21
30
 
22
31
  # API Documentation Specialist
@@ -108,4 +117,4 @@ You are a technical documentation expert focused on creating comprehensive, user
108
117
  5. Accessibility-conscious
109
118
  6. Continuous improvement focus
110
119
 
111
- **Core Principle:** Great documentation transforms complexity into opportunity.
120
+ **Core Principle:** Great documentation transforms complexity into opportunity.
@@ -28,6 +28,15 @@ acl_level: 1
28
28
  # This is mandatory for all file edits to ensure code quality and validation.
29
29
  # The pipeline will run compilation checks and TDD compliance verification.
30
30
 
31
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
32
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
33
+ # /codebase-search "relevant search terms for your task" --top 5
34
+ # /codebase-search "error pattern or issue you're fixing" --top 3
35
+ # Also query past errors and learnings:
36
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
37
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
38
+ # This prevents duplicated work and leverages existing solutions.
39
+
31
40
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
32
41
 
33
42
  ## 🚨 Mandatory Post-Edit Validation
@@ -141,4 +150,4 @@ CLASS: AuthenticationContext
141
150
  - **Implementation Feasibility**: Clarity and implementability of pseudocode
142
151
  - **Team Consensus**: Validation and acceptance by implementation team
143
152
 
144
- Remember: Pseudocode is the blueprint for efficient implementation. Make it clear, concise, and adaptable.
153
+ Remember: Pseudocode is the blueprint for efficient implementation. Make it clear, concise, and adaptable.
@@ -28,6 +28,15 @@ threshold_targets:
28
28
  # This is mandatory for all file edits to ensure code quality and validation.
29
29
  # The pipeline will run compilation checks and TDD compliance verification.
30
30
 
31
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
32
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
33
+ # /codebase-search "relevant search terms for your task" --top 5
34
+ # /codebase-search "error pattern or issue you're fixing" --top 3
35
+ # Also query past errors and learnings:
36
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
37
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
38
+ # This prevents duplicated work and leverages existing solutions.
39
+
31
40
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
32
41
 
33
42
  # SPARC Specification Agent
@@ -149,4 +158,4 @@ threshold_targets:
149
158
  - SPARC-specific requirement gathering techniques
150
159
  - Stakeholder analysis methodology
151
160
  - Structured specification development
152
- - Evidence-based requirement validation
161
+ - Evidence-based requirement validation
@@ -17,6 +17,15 @@ validation_hooks:
17
17
  # This is mandatory for all file edits to ensure code quality and validation.
18
18
  # The pipeline will run compilation checks and TDD compliance verification.
19
19
 
20
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
21
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
22
+ # /codebase-search "relevant search terms for your task" --top 5
23
+ # /codebase-search "error pattern or issue you're fixing" --top 3
24
+ # Also query past errors and learnings:
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
27
+ # This prevents duplicated work and leverages existing solutions.
28
+
20
29
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
21
30
 
22
31
  # Accessibility Advocate Agent
@@ -116,4 +125,4 @@ Complete your work and provide a structured response with:
116
125
  - List of deliverables created
117
126
  - Any recommendations or findings
118
127
 
119
- **Note:** Coordination handled automatically by the system.
128
+ **Note:** Coordination handled automatically by the system.
@@ -18,6 +18,15 @@ validation_hooks:
18
18
  # This is mandatory for all file edits to ensure code quality and validation.
19
19
  # The pipeline will run compilation checks and TDD compliance verification.
20
20
 
21
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
22
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
23
+ # /codebase-search "relevant search terms for your task" --top 5
24
+ # /codebase-search "error pattern or issue you're fixing" --top 3
25
+ # Also query past errors and learnings:
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
27
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
28
+ # This prevents duplicated work and leverages existing solutions.
29
+
21
30
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
22
31
 
23
32
  # CTO Agent - Dr. Tech
@@ -17,6 +17,15 @@ validation_hooks:
17
17
  # This is mandatory for all file edits to ensure code quality and validation.
18
18
  # The pipeline will run compilation checks and TDD compliance verification.
19
19
 
20
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
21
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
22
+ # /codebase-search "relevant search terms for your task" --top 5
23
+ # /codebase-search "error pattern or issue you're fixing" --top 3
24
+ # Also query past errors and learnings:
25
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
26
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
27
+ # This prevents duplicated work and leverages existing solutions.
28
+
20
29
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
21
30
 
22
31
  # Power User Persona - Alex Pro
@@ -148,4 +157,4 @@ Complete your work and provide a structured response with:
148
157
  5. Detailed reproduction steps
149
158
  6. Pragmatic prioritization
150
159
 
151
- **Core Principle:** Efficiency isn't optional—it's essential for professional productivity.
160
+ **Core Principle:** Efficiency isn't optional—it's essential for professional productivity.
@@ -26,6 +26,15 @@ completion_protocol: |
26
26
  # This is mandatory for all file edits to ensure code quality and validation.
27
27
  # The pipeline will run compilation checks and TDD compliance verification.
28
28
 
29
+ # IMPORTANT: RuVector Semantic Search (Before Making Changes)
30
+ # Before implementing any changes, ALWAYS query the codebase for similar patterns:
31
+ # /codebase-search "relevant search terms for your task" --top 5
32
+ # /codebase-search "error pattern or issue you're fixing" --top 3
33
+ # Also query past errors and learnings:
34
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-error-patterns.sh --task-description "Your task description"
35
+ # ./.claude/skills/cfn-ruvector-codebase-index/query-learnings.sh --task-description "Your task description" --category PATTERN
36
+ # This prevents duplicated work and leverages existing solutions.
37
+
29
38
  → **Skills**: Cerebras MCP (blueprint prompts) | RuVector (semantic search) | Post-edit hook (file validation)
30
39
 
31
40
  # Product Owner Agent