Park interesting ideas for later consideration, resurface them periodically, and promote to commitments when ready.
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/idea-parking/SKILL.mdManage ideas that are interesting but not yet actionable. Parked ideas live in projects/commitments/parked-ideas/ and are periodically resurfaced by the digest.
User says: "park this idea: do a comparison video of AWS vs GCP" or "save for later: investigate Rust WASM performance."
This skill is only successful if the parked idea is actually persisted. Do not just acknowledge or summarize an idea.
Execution order is mandatory:
memory_write for projects/commitments/parked-ideas/<slug>.mdNever say an idea was "parked", "saved for later", or "resurfaced later"
unless the corresponding memory_write succeeded.
Action:
projects/commitments/parked-ideas/<slug>.md:---
type: parked-idea
parked_at: <today YYYY-MM-DD>
source: conversation
relevance: <high|medium|low — infer from user's enthusiasm>
tags: [<relevant tags>]
---
# <Idea title>
<Description and why it is interesting.>
## Activation trigger
<What would make this worth pursuing — a condition, event, or timeframe.>User says: "show parked ideas" or "what's on the backburner?"
Action:
memory_tree("projects/commitments/parked-ideas/", depth=1) — list all files (skip README.md)memory_read each to get title and relevanceParked ideas:
- **<title>** (parked <date>, relevance: <level>)
- **<title>** (parked <date>, relevance: <level>)User says: "activate the comparison video idea" or "let's do the WASM performance investigation."
Action:
projects/commitments/open/ based on the idea contentUser says: "dismiss the comparison video idea" or "drop that parked idea."
Action:
b60038b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.