context-tracking

Track tasks, steps, and phase state across sessions with JSON sync.

9|2|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/ilandahan/AID --skill context-tracking
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-tracking
Source: https://github.com/ilandahan/AID/tree/main/.claude/skills/context-tracking
Command: npx skills add https://github.com/ilandahan/AID --skill context-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Maintains real-time task context across sessions to ensure continuity between tasks and steps, while synchronizing with phase state and feedback flows.

Core Features & Use Cases

  • Persistent task/step state across sessions and handoffs
  • Phase-aware synchronization with state.json
  • Session logs and feedback integration for multi-session projects

Quick Start

Start a session with /good-morning to load and sync context. Check context with /context to ensure current phase, task, and steps are correct. When finishing, end with /aid end to record feedback and save context.

Frequently Asked Questions about context-tracking

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

FAQPage Schema
How do I maintain task context and step state across multiple sessions?▼

To track workflow state across sessions, use the /good-morning command to load context, /context to verify the current phase and steps, and /aid end to save logs and record feedback before finishing.

What is phase-based workflow enforcement and how does it synchronize state?▼

Yes, you can enforce phase synchronization across multi-session projects. The system tracks the current phase and task state in real-time, updating context files to ensure no steps are skipped or executed out of sequence.

How do I start a session and check my current task phase?▼

To start a session and check your current task phase, use the /good-morning command to load and sync context, then run /context to verify the current phase, active tasks, and steps before resuming work.

Does this context-tracking approach work for multi-session project logging?▼

Yes, this context-tracking approach works for multi-session projects by maintaining real-time session logs and integrating with a feedback system to close the loop on task continuity and state updates.

What is the best way to record feedback and save task context when finishing work?▼

The best way to record feedback and save task context when finishing work is to end with the /aid end command, which logs the session state and integrates with the feedback system to close the loop.