Sprint Helper Skill
Use this skill when you need a concrete, small project idea for a build sprint (e.g. Spring Into AI) or when the user asks "what should I build?"
How to use
- •Run the script in
scripts/get-idea.mjswith Node (no args). - •It prints one JSON object to stdout:
{ "theme", "idea", "scope" }. - •Parse the output and use it to suggest a build or to unblock the user.
Example
bash
node scripts/get-idea.mjs
Example output:
json
{"theme":"data-viz","idea":"Small dashboard that filters a CSV by date range","scope":"1 day"}
When to activate
- •User says they're in a build sprint or weekly ship challenge.
- •User asks for a project idea, or "what can I build for theme X?"
- •Agent needs a small, shippable idea to propose.
Script location
scripts/get-idea.mjs — run from the skill root or pass the path to the agent's script runner.