ask

Installation
SKILL.md

memplan/ask

Records one open question into .memplan/memory/questions.mem using an ISO8601 timestamp as the unique ID. Deduplicates against open questions — never records the same question twice while it is still open. Answered/closed questions are ignored for dedup purposes.

This skill is mutating (via CLI side-effect). The agent itself writes nothing.


Phase 1: Read questions.mem for duplicate open questions

Check whether an open question with the same text is already recorded:

grep "status=open" .memplan/memory/questions.mem 2>/dev/null | grep -F "text=<QUESTION_TEXT>"

Replace <QUESTION_TEXT> with the exact text= value you intend to write in Phase 2 (after any required rewording or escaping).

Installs
1
GitHub Stars
8
First Seen
Jun 3, 2026
ask — dan323/easier-life-skills