conversation-context

Check daily logs and decision tables before starting work.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/twlines/maslow --skill conversation-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conversation-context
Source: https://github.com/twlines/maslow/tree/main/skills/conversation-context
Command: npx skills add https://github.com/twlines/maslow --skill conversation-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that AI agents don't duplicate work or make decisions that have already been resolved by checking prior context before starting new tasks.

Core Features & Use Cases

  • Prior Context Awareness: Automatically checks daily logs and decision tables to inform current actions.
  • Conflict Resolution: Provides a clear priority order for conflicting instructions.
  • Use Case: Before starting to refactor a piece of code, the AI checks memory/YYYY-MM-DD.md to see if another agent has already worked on it or if certain paths were previously rejected.

Quick Start

Before starting work, check the daily logs and decision table for relevant prior context.

Frequently Asked Questions about conversation-context

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

FAQPage Schema
How do I check prior context and daily logs before starting work to avoid duplication?

Resolve conflicting instructions by following a strict priority order: HEARTBEAT.md, card context snapshots, linked decisions, skill guidance, and finally agent judgment. This structured approach ensures consistency when overlapping contexts exist.

What is the best way to manage AI agent context awareness using decision logs?

Managing AI agent context awareness involves leveraging daily logs and decision tables to inform current actions. This mechanism prevents agents from making already resolved decisions or duplicating previously rejected work paths.

How do I ensure workflow consistency when multiple agents write to the same daily logs?

Ensure workflow consistency by having agents check memory files like YYYY-MM-DD.md before starting tasks. This prioritization step prevents overlapping work and aligns current actions with previously established decisions.

Can I use daily logs for task prioritization without complex dependencies?

Yes, you can use daily logs for task prioritization without any dependencies. The system provides basic guidance to reference prior decisions and snapshots directly, requiring no external components to establish context.