poteto/noodle

refine

>- Sharpen todo items in brain/todos.md into precise, actionable prompts via targeted questioning.

First seen Mar 3, 2026

Installation

$ npx skills add poteto/noodle --skill refine

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from poteto/noodle · top by installs.

npx skills add poteto/noodle

Browse all from poteto/noodle

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 269
License LICENSE
Default branch main
Open issues 4
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,545 B
  • docs SUMMARY.md 162 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 64 installs

SKILL.md

Refine

Read brain/todos.md and refine unclear items into actionable prompts through targeted questioning.

Workflow

Use Tasks to track progress. Create a task for each step below (TaskCreate), mark each in_progress when starting and completed when done (TaskUpdate). Check TaskList after each step.

  1. Read brain/todos.md and review items under ## Open.
  2. Triage each item: is it clear enough to act on without further context? A clear item specifies what is wrong, where it happens, and what the fix should be. Skip items that already meet this bar.
  3. Ask clarifying questions about unclear items using AskUserQuestion. Group related questions — aim for one round of questions, not a back-and-forth (to minimize back-and-forth and user fatigue). Good clarifying questions target:

- What — what exactly is the problem or desired behavior? - Where — which part of the app, which component, which flow? - How — how should it work instead? What does "fixed" look like?

  1. Rewrite unclear items in-place using Edit, incorporating the user's answers. Each rewritten item should be a self-contained prompt that another agent could act on without additional context.
  2. Remove any items the user says are already done or no longer relevant.
  3. Report a summary of what changed.