work

Manage project work items via bash scripts and plan.md files.

11|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/anticorrelator/lore --skill work-anticorrelator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/anticorrelator/lore/tree/main/skills/work
Command: npx skills add https://github.com/anticorrelator/lore --skill work-anticorrelator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines project management by providing tools to create, track, update, and archive work items, ensuring clarity on project status and remaining tasks.

Core Features & Use Cases

  • Task Management: Create, list, update, and archive individual work items.
  • Status Tracking: Summarize session progress and update work item notes.
  • Task Generation: Automatically generate tasks from a plan.md file.
  • Use Case: When starting a new coding session, use this Skill to quickly understand the current project status, review outstanding tasks, and identify the next steps.

Quick Start

Use the work skill to list all current project tasks.

Frequently Asked Questions about work

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

FAQPage Schema
How do I track project tasks and status updates during a coding session?

Track project tasks and status updates by managing work items per project, allowing you to create, list, update, and archive tasks to ensure clarity on remaining work and session progress.

Can I generate agile work items automatically from a plan.md file?

Yes, you can generate agile work items automatically from a plan.md file. The system parses your plan.md structure to create actionable tasks and populate the project workflow directly.

What is the best way to list and search outstanding project work items?

The best way to list and search outstanding project work items is using the built-in listing and fuzzy matching features, which resolve tasks quickly and summarize current project status.

Does this task tracking tool integrate with project-specific data structures?

Yes, this task tracking tool integrates directly with project-specific data structures. It operates via bash scripts and manages work items within a dedicated _work/ directory and plan.md files.

How do I archive completed work items to keep my project workflow clear?

Archive completed work items to keep your project workflow clear by using the archiving feature. This moves resolved tasks out of the active list while maintaining historical status update notes.

When should I use fuzzy matching for work item resolution in project management?

Use fuzzy matching for work item resolution when you need to update or search tasks using partial names, ensuring accurate task tracking even when exact work item titles are not remembered.