instincts

Analyze learned instincts from project data and group them by domain.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill instincts-valegrajales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instincts
Source: https://github.com/valegrajales/agentic-retrieval-example/tree/main/.github/skills/instincts
Command: npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill instincts-valegrajales

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill analyzes and displays the learned instincts for a project, providing confidence scores and grouping by domain. It helps users review what the project has learned and identify patterns ready for evolution.

Core Features & Use Cases

  • Pattern Analysis: Show all learned instincts with confidence scores.
  • Domain Grouping: Group instincts by domain for easier review.
  • Recommendations: Suggest actions based on instincts' confidence levels.

Quick Start

Run the 'instincts' skill to analyze and display learned patterns.

Frequently Asked Questions about instincts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze learned project patterns and their confidence scores?

To analyze learned project patterns and confidence scores, run the instincts skill to evaluate data from the .atv/instincts/project.yaml file. It categorizes learned patterns by domain and identifies which instincts are ready for evolution.

What is the best way to group project instincts by domain for review?

Grouping project instincts by domain is handled automatically by the instincts skill. It reads your project.yaml file, categorizes the learned patterns into logical domains, and displays them with their respective confidence scores for easier review.

How does confidence scoring work for project pattern analysis?

Confidence scoring for project pattern analysis evaluates the reliability of learned instincts stored in project.yaml. The instincts skill calculates these scores to help identify which patterns are stable and which require further data before evolution.

Do I need a specific file format to review project insights and learned instincts?

You need the .atv/instincts/project.yaml file format to review project insights and learned instincts. This file is required by the instincts skill to perform domain grouping, analyze confidence scores, and suggest subsequent actions.

Can I get recommendations for subsequent actions based on project pattern confidence levels?

You can get recommendations for subsequent actions based on project pattern confidence levels by running the instincts skill. It evaluates the confidence scores in your project.yaml data and suggests targeted actions for patterns ready for evolution.