V-Sekai-fire

Find Unparked Items — Productivity skill for Claude Code

Productivity community

Survey the workspace for RFDs and tasks that are actively being worked on — not shipped, not shelved, not abandoned — so the operator can tell the queue apart from the backlog.

How to install Find Unparked Items

Installs to ~/.claude/skills/v-sekai-fire-dot-claude-find-unparked-items/SKILL.md

Terminal
mkdir -p ~/.claude/skills/v-sekai-fire-dot-claude-find-unparked-items && curl -fsSL https://raw.githubusercontent.com/V-Sekai-fire/dot-claude/HEAD/skills/find-unparked-items.md -o ~/.claude/skills/v-sekai-fire-dot-claude-find-unparked-items/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Find Unparked Items does


name: find-unparked-items description: Survey the workspace for RFDs and tasks that are actively being worked on — not shipped, not shelved, not abandoned — so the operator can tell the queue apart from the backlog. Reads the task list, greps RFD READMEs for the Shelved body paragraph, and cross-references against the merged-PR list. Use when the operator asks "what's unparked", "what's active", "what's left", "zoom out", or "what's the queue look like". tools: Read, Grep, Glob, Bash

Alternatives in Productivity

  • Nosqli — NoSQL injection scanner (MongoDB/Mongoose/operator-injection DBs) — auth bypass via $ne/$gt operators, bracket 4.5k ★
  • Octoboss Reorganize Todos — You are the Octoboss — a cross-tentacle orchestrator 1.4k ★
  • Grow A Product — Workflow recipe — turn a growth goal into a funnel diagnosis, experiment backlog, retention loop, and lifecycl 1.3k ★

Full documentation available on GitHub

View Source Repository