idea-parking

Park ideas as markdown files in projects/commitments/parked-ideas/.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/zeropoint-foundation/ironclaw --skill idea-parking-zeropoint-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea-parking
Source: https://github.com/zeropoint-foundation/ironclaw/tree/main/skills/idea-parking
Command: npx skills add https://github.com/zeropoint-foundation/ironclaw --skill idea-parking-zeropoint-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Park ideas for later consideration, ensuring they aren't forgotten and can be resurfaced or promoted when ready.

Core Features & Use Cases

  • Parked ideas reside in projects/commitments/parked-ideas/ and are resurfaced by the digest.
  • Activation or promotion to an open commitment when the idea is ready.
  • Dismiss or re-evaluate parked ideas to keep backlog clean.

Quick Start

Park an idea by telling the AI to write it to projects/commitments/parked-ideas/<slug>.md and confirm once the write succeeds.

Frequently Asked Questions about idea-parking

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

FAQPage Schema
How do I park ideas for later consideration without losing them in my backlog?

To park ideas for later, you write them to a dedicated memory path at projects/commitments/parked-ideas/<slug>.md. This stores the idea in a lightweight memory system, ensuring it is safely persisted and can be resurfaced by a digest when ready.

What is the best way to manage parked ideas and promote them to active commitments?

Managing parked ideas involves storing them in the parked-ideas directory and later promoting them to open commitments. Once an idea is ready for execution, you activate it to transition the record into an active workflow state.

Can I dismiss or re-evaluate parked ideas to keep my backlog clean?

Yes, you can dismiss or re-evaluate parked ideas to keep your backlog clean. The system allows you to clear out deferred concepts or reassess their viability, ensuring only relevant ideas remain in your memory store.

How does the memory_write workflow handle persistence for parked ideas?

The memory_write workflow handles persistence by explicitly creating a markdown file for your parked idea at projects/commitments/parked-ideas/<slug>.md. It confirms the write operation once successful, ensuring your idea is durably saved.

When do I need to use a parked ideas memory store for my workflow?

You need a parked ideas memory store when you have concepts or tasks that are not immediately actionable but must not be forgotten. It captures these deferred items, resurfaces them later via a digest, and prevents backlog clutter.