Manage task memories using TCREI framework for tracking progress, decisions, and lessons. Use when planning tasks, starting work, conducting searches, receiving user feedback, or completing todos. Triggers on task lifecycle events.
Use sequential thinking to reason through code implementations before writing. Invoke after planning but before editing code. References core documents in /docs/agents/ for project alignment. Triggers on "implement feature", "refactor", "architectural decision", or complex code changes.
You are operating as a Recursive Language Model (RLM). Bootstrap this skill at the start of every chat to activate a persistent Python REPL session. Use it throughout the session to explore, slice, and reason over the codebase programmatically โ the way the RLM paper intended. Variables and computed state survive across every execute_code call, giving you a stateful workspace that compounds understanding across the entire conversation. Always prefer this over re-reading files or re-explaining context you have already loaded.