idea-parking

Store user-submitted ideas as files under a designated parked-ideas path.

12.6k|1.5k|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/nearai/ironclaw --skill idea-parking-nearai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea-parking
Source: https://github.com/nearai/ironclaw/tree/main/skills/idea-parking
Command: npx skills add https://github.com/nearai/ironclaw --skill idea-parking-nearai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you avoid losing promising thoughts by storing them reliably, then resurfacing them later so they can mature into real commitments.

Core Features & Use Cases

  • Parks ideas with persistence: Stores each idea under projects/commitments/parked-ideas/ as its own file so it can be revisited.
  • Lists your backburner: Shows a concise catalog of parked ideas with the parked date and a relevance level.
  • Promotes to active commitments: Moves an idea into projects/commitments/open/ by creating an active commitment from the parked content.
  • Dismisses when irrelevant: Clears a parked idea file to remove it from your pool.

Quick Start

Ask: "Park this idea: investigate Rust WASM performance and latency benchmarks for real-world workloads."

Frequently Asked Questions about idea-parking

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

FAQPage Schema
How do I capture and park ideas for later review without losing them?

To park ideas for later review, submit your thought to the idea-parking workflow, which stores each entry as an individual file under a designated parked-ideas path for reliable persistence and future resurfacing.

What is the best way to manage a backburner of unactionable ideas?

Managing a backburner of unactionable ideas involves listing parked entries by relevance level and parked date, then deciding whether to promote them into active commitments or dismiss them when irrelevant.

How do I promote a parked idea into an active commitment?

Promoting a parked idea into an active commitment moves the stored content from the parked-ideas directory into an open commitments folder, creating an actionable task tied to the original idea.

Can I use personal knowledge management to dismiss irrelevant parked ideas?

Yes, personal knowledge management workflows support dismissing irrelevant parked ideas by clearing the specific parked idea file, which removes it entirely from your active backburner pool.

Does idea management workflow require persistent storage for parked ideas?

Yes, idea management workflows require persistent storage under a designated parked-ideas path, utilizing deterministic memory write, list, and read operations to ensure ideas are reliably saved and resurfaced.

When should I not use an idea parking workflow for task activation?

You should not use an idea parking workflow for task activation when an idea is immediately actionable, as this workflow is specifically designed for ideas that cannot be acted upon right now and need later review.