think

Classify natural language queries to retrieve chronological client and sprint data.

29|12|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/matteotitta/genesys-skills --skill think-matteotitta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: think
Source: https://github.com/matteotitta/genesys-skills/tree/main/skills/meta/session/think
Command: npx skills add https://github.com/matteotitta/genesys-skills --skill think-matteotitta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of fragmented memory by providing a deterministic, zero-LLM-cost way to query historical client interactions, sprint cycles, and session decisions based on time-based intent.

Core Features & Use Cases

  • Temporal Querying: Automatically surfaces a chronological timeline of events when asked "when did X happen" or "what changed since Y".
  • Knowledge Updates: Filters historical data to provide the latest status on specific projects or clients within a defined time window.
  • Intelligent Routing: Uses a regex-based classifier to short-circuit non-temporal questions to the standard recall system, ensuring efficiency.

Quick Start

Invoke the think skill by typing /think followed by your question about when a specific client event occurred or what has changed recently.

Frequently Asked Questions about think

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

FAQPage Schema
How do I retrieve chronological timelines of client history and sprint cycles?

To retrieve chronological timelines of client history and sprint cycles, use a deterministic intent classifier that routes natural language queries to splice temporal data from local markdown and database sources, generating citation-backed timelines.

What is the best way to verify the timing of past project decisions without incurring LLM costs?

The best way to verify the timing of past project decisions without incurring LLM costs is to use a regex-based intent classifier that filters historical data, ensuring zero-LLM-cost classification and structured timeline generation.

How can I filter historical data to find the latest status on specific GTM projects?

You can filter historical data to find the latest GTM project status by querying a defined time window, which applies temporal trajectory awareness to reconstruct project trajectories and surface the most recent updates.

How does deterministic intent routing handle non-temporal knowledge queries?

Deterministic intent routing handles non-temporal knowledge queries by using a regex-based classifier to short-circuit them to the standard recall system, ensuring processing efficiency by avoiding unnecessary timeline splicing.

Can I reconstruct project trajectories using local markdown files?

Yes, you can reconstruct project trajectories using local markdown files by applying temporal-trajectory-aware recall, which splices chronological data from local markdown and database sources to verify past session decisions.

What are the limitations of using regex-based classification for temporal queries?

A limitation of using regex-based classification for temporal queries is that it relies on deterministic pattern matching, meaning non-temporal questions must be short-circuited to a standard recall system rather than being processed for chronological timeline generation.