history

Retrieve and display historical data for completed and cancelled requests.

24|5|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/myrtlepn/gran-maestro --skill history-myrtlepn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: history
Source: https://github.com/myrtlepn/gran-maestro/tree/main/skills/history
Command: npx skills add https://github.com/myrtlepn/gran-maestro --skill history-myrtlepn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mst.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users track and understand the history of their past requests, including details about completion, duration, and resource usage, providing transparency and aiding in future planning.

Core Features & Use Cases

  • View Completed Requests: See a list of all requests that have been successfully completed or cancelled.
  • Detailed Request History: Inspect the specifics of a single request, including its phases, tasks, feedback rounds, and agent involvement.
  • Archived Session Browsing: Access and review historical data from archived ideation, discussion, or request sessions.
  • Use Case: After a week of development, you need to recall the exact steps taken to implement a specific feature. Use /mst:history REQ-123 to see the breakdown of tasks, agents involved, and any feedback provided during its execution.

Quick Start

Show me the history of all completed requests.

Frequently Asked Questions about history

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

FAQPage Schema
How do I view the history of completed and cancelled requests?

To view request history, the Skill scans and parses data stored in the `.gran-maestro/requests/` directory to display a summary list of completed and cancelled requests. This provides transparency into past outcomes, duration, and resource usage.

How do I get detailed information about a specific past request ID?

To get detailed request information, you can filter the history by a specific request ID. This displays specifics including execution phases, tasks, feedback rounds, and agent involvement for that single request.

Can I access archived ideation and discussion sessions?

Yes, you can access archived sessions. The history feature supports browsing and reviewing historical data from different archived session types, including ideation, discussion, and request sessions.

What is the best way to limit the output when reviewing past request logs?

The best way to limit output is by using the built-in limiting feature when retrieving historical data. This constrains the displayed list size, making it easier to scan past logs without overwhelming the console.

Does request tracking require a specific environment or script to parse data?

Request tracking requires a Python script to scan and parse request data. It specifically relies on parsing data stored in the `.gran-maestro/requests/` directory and associated archived files to function.