update-human-log

Route human memory writes to subdirectories under .memory-bank-v2/human/ and update INDEX.md.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/jackson2787/torque-coding --skill update-human-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-human-log
Source: https://github.com/jackson2787/torque-coding/tree/main/skills/memory-bank/update-human-log
Command: npx skills add https://github.com/jackson2787/torque-coding --skill update-human-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes human-side memory writes to a single entry point, routes them to the correct subdirectory under .memory-bank-v2/human/ based on kind, applies the matching templates, and updates the corresponding INDEX.md, while never writing machine-side files.

Core Features & Use Cases

  • Centralizes human-side memory recording to ensure consistent structure and indexing.
  • Routes to the correct subdirectory under .memory-bank-v2/human/ (task, consumer-guide, decision, meeting, rationale, progress) based on kind.
  • Applies the appropriate templates and updates the relevant INDEX.md for traceability.
  • Safeguards memory logs by never writing to machine-side files; supports debrief workflows by logging outcomes, decisions, and reflections.

Quick Start

Log a completed task to the human memory using kind=task and provide the task details.

Frequently Asked Questions about update-human-log

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

FAQPage Schema
How do I log human memory records to the correct directory automatically?

Human memory logging routes writes to the correct subdirectory under .memory-bank-v2/human/ based on the write kind, applies matching templates, and updates the corresponding INDEX.md to keep records traceable.

What types of human memory writes can be routed using predefined templates?

Human memory writes support multiple kinds including task, consumer-guide, decision, meeting, rationale, and progress, applying the matching template for each to automate task histories, guides, ADRs, and reflections.

How do I generate architecture decision records and task histories in a memory bank?

To generate ADRs and task histories, route decision and task writes to .memory-bank-v2/human/ using predefined templates, which automatically updates the INDEX.md for complete traceability.

Does the human memory routing write to machine-side files?

No, human memory routing strictly avoids writing to machine-side files, safeguarding the memory logs by centralizing all human-side writes to the correct subdirectories while keeping machine data untouched.

Can I log debrief outcomes and reflections using automated memory templates?

Yes, debrief workflows are fully supported by logging outcomes, decisions, and reflections through predefined templates that route to the appropriate human memory subdirectory and update the relevant INDEX.md.