context-done

Summarize active tasks and distribute insights to repo insight folders.

2|1|Updated Apr 10, 2023
One-click install
npx skills add https://github.com/popoffvg/dotfiles --skill context-done
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-done
Source: https://github.com/popoffvg/dotfiles/tree/main/harness/plugins/memory-keeper/skills/context-done
Command: npx skills add https://github.com/popoffvg/dotfiles --skill context-done

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users finalize an active task by summarizing collected insights and distributing them to each related repo's insight folder.

Core Features & Use Cases

  • Summarize Task Insights: generate a concise summary from pending task notes and notes.md, focusing on repo-specific insights.
  • Distribute to Repos: append the summary to each related repo's insights.md with proper attribution and task slug.
  • Task State Management: archive the active task by marking it as done in the pending.md and keep task folder for archival.

Quick Start

Run /context done to finalize the current active task and distribute insights to related repo folders.

Frequently Asked Questions about context-done

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

FAQPage Schema
How do I summarize active task notes and distribute insights to related repositories?

To summarize active task notes and distribute insights, the skill reads pending task data and repository tags to generate repo-specific summaries, appending them to each related repo's insights folder. It automates insight extraction and distribution from task notes.

What is the best way to archive completed tasks and keep repo-specific summaries updated?

The best way to archive completed tasks is by marking them as done in pending.md while appending generated insights to insights.md. The skill archives the active task folder for record-keeping and ensures repo-specific summaries are properly attributed and updated.

Do I need to configure an insights root directory before finalizing task summaries?

Yes, an insights_root directory must be configured in your settings before finalizing task summaries. The skill reads this path to correctly locate repo folders, perform entry deduplication, and append new insights.

How does task summarization handle duplicate insights across multiple repositories?

Task summarization handles duplicate insights across repositories by performing deduplication of entries before appending new insights. It reads existing notes and pending task data to ensure only unique, relevant summaries are distributed to each repo's insight folder.

Can I use this task summarization skill within memory-keeper workflows?

Yes, this task summarization skill operates specifically within memory-keeper workflows. It reads pending task data, per-task notes, and repository tags to produce and distribute repo-specific insights upon task completion.