scratch-pad

Log progress, tool usage, and decisions in a Markdown scratch pad.

926|107|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/krafton-ai/KIRA --skill scratch-pad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scratch-pad
Source: https://github.com/krafton-ai/KIRA/tree/main/.claude/skills/scratch-pad
Command: npx skills add https://github.com/krafton-ai/KIRA --skill scratch-pad

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Markdown-based working memory for complex tasks. Use when: 5+ tool calls needed, researching multiple sources, analyzing/comparing items, multi-step workflows. Record process → Reference for response → Delete after use

Core Features & Use Cases

  • Markdown-based memory file to track progress of long-running tasks.
  • Structured logging of tool calls, findings, checkpoints, and TODOs within a single document.
  • Always keeps data locally and can be read to reference previous steps.

Quick Start

Initialize the scratch pad with a task name and start recording your progress.

Frequently Asked Questions about scratch-pad

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

FAQPage Schema
How do I track progress for multi-step tasks across multiple tools?

You can track multi-step tasks by using a portable Markdown scratch pad to log tool usage, findings, and decisions. It provides structured CLI actions to append records, set checkpoints, and maintain a traceable history locally.

What is the best way to log tool usage and findings during a research sprint?

Logging tool usage during a research sprint is best handled by a Markdown memory file that records tool calls, findings, and checkpoints. You can use CLI commands to append entries, create todos, and generate summaries.

How do I organize incident response notes locally without losing traceable history?

Organizing incident response notes requires a local Markdown file that captures checkpoints and decisions. By logging tool calls and progress within a single document, you ensure traceable task history across multiple tools.

When do I need a Markdown scratch pad for complex workflows?

A Markdown scratch pad is needed for complex workflows requiring five or more tool calls, analyzing multiple sources, or comparing items. It records the process for reference during the task and can be deleted after use.

Can I use CLI commands to manage checkpoints and todos in a task memory file?

Yes, you can use CLI commands including init, append, log-tool, finding, checkpoint, todo, summary, read, and complete to manage a task memory file. These actions structure logging and track progress within a single document.

Does the scratch pad keep task memory data stored locally?

Yes, the scratch pad always keeps data stored locally. It maintains a Markdown file that can be read to reference previous steps, ensuring your task memory and tool logging remain private and portable.