af-work-management-expertise

Manage work state, Linear issues, and task context across sessions.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/GainInsightDev/websites --skill af-work-management-expertise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-work-management-expertise
Source: https://github.com/GainInsightDev/websites/tree/main/.claude/skills/af-work-management-expertise
Command: npx skills add https://github.com/GainInsightDev/websites --skill af-work-management-expertise

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines task management, issue tracking, and session recovery, ensuring your work state is always consistent and recoverable.

Core Features & Use Cases

  • Task Lifecycle Management: Start, continue, and complete tasks, updating their status across systems like Linear.
  • State Persistence: Ensures work context (current task, plans, todos) survives session restarts and data compaction.
  • Linear Integration: Manages Linear issues, including state transitions, comments, and descriptions, for robust traceability.
  • Use Case: When resuming work after a system restart, this Skill helps you instantly recall your current task, review implementation plans, and pick up exactly where you left off, all while keeping your Linear issue updated.

Quick Start

Use the af-work-management-expertise skill to start a new task with Linear issue ID JCN-4.

Frequently Asked Questions about af-work-management-expertise

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

FAQPage Schema
How do I preserve task tracking context across session restarts and compaction boundaries?

Task tracking context survives session restarts and compaction boundaries through state persistence mechanisms. The system manages a current-task.md lifecycle, retaining work state, implementation plans, and TodoWrite tracking data so you can instantly resume work.

How do I manage Linear issue state transitions and comments during a development task?

Linear issue state transitions and comments are managed via the linearis CLI and GraphQL API. The workflow handles issue lifecycle operations, updating statuses and descriptions to maintain robust traceability between your active development task and Linear tracking.

Can I integrate TodoWrite tracking with Linear issues for work management?

Yes, TodoWrite tracking integrates with Linear issues to synchronize work management. This combination allows you to maintain local todo state while automatically reflecting task progress and completion status in the corresponding Linear issue records.

What is the best way to recover my current work state after a system restart?

The best way to recover work state after a system restart is through automated session recovery. By leveraging the current-task.md lifecycle, the system instantly recalls your active task, reviews implementation plans, and picks up exactly where you left off.

How do I start a new task linked to a specific Linear issue ID?

To start a new task linked to a Linear issue ID, provide the specific identifier like JCN-4 to the work management workflow. This initializes the task lifecycle, binds the local work state to the Linear issue, and sets up session recovery tracking.

Why does work state get lost during data compaction and how is it prevented?

Work state gets lost during data compaction because active context is cleared from memory. This is prevented by persisting work state across compaction boundaries, ensuring task context, plans, and todos are saved externally for continuous recoverability.