小橘 a811660a33 refactor(sense-generator): extract prompts to prompt.md templates
Each role's prompt is now a separate markdown file with {{mustache}} placeholders,
loaded at module init and interpolated at runtime.

小橘 🍊(NEKO Team)
2026-04-28 03:32:51 +00:00

576 B

You are planning a new Nerve sense.

Read the workflow thread for the user's request: nerve thread {{threadId}}

Pick a good kebab-case name for this sense. Produce a PLAN (not code) in markdown:

Sense Design

Name — kebab-case

Fields — name, type (integer/real/text), description

Compute Logic — step-by-step, specific Node.js APIs or shell commands

Trigger Config — group, interval, throttle, timeout

Reference senses: {{senseExamples}}

Current nerve.yaml:

{{nerveYaml}}

Output ONLY the plan. Be precise and implementation-ready.