1---2name: sipyourdrink-ltd-bernstein-bernstein3description: Create Bernstein Task4---56# Create Bernstein Task78Create a new task in the Bernstein orchestrator and have it picked up by an agent.910## When to Use1112- User says "create a task for..." or "add this to bernstein"13- User wants to delegate a coding task to an agent14- User describes a bug fix, feature, or refactor that should be orchestrated15- User says "have an agent do this" or "queue this up"1617## Instructions18191. Ask the user (if not already clear) for:20 - **Title**: short description of the task21 - **Role**: one of `backend`, `frontend`, `qa`, `security`, `devops`, `docs` (default: `backend`)22 - **Priority**: 0 (urgent) to 3 (low) (default: 1)23 - **Scope**: `tiny`, `small`, `medium`, `large` (default: `small`)24252. Run `scripts/create-task.sh` with the task details:26 ```bash27 scripts/create-task.sh "Fix the auth middleware to handle expired tokens" backend 1 small28 ```29303. Show the created task ID and confirm it's queued:31 ```32 Task TASK-042 created (role=backend, priority=1)33 An agent will pick it up shortly.34 ```35364. If the user wants to track it, suggest using `/bernstein-status`.3738## Tips3940- For complex tasks, suggest breaking them into smaller subtasks41- For risky changes, add `--require-review` flag42- High-priority (0) tasks get picked up immediately4344---45> Source: [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) — distributed by [TomeVault](https://tomevault.io).46<!-- tomevault:4.0:skill_md:2026-06-28 -->
Run npx skillmds@latest add tomevault-io/sipyourdrink-ltd-bernstein-bernstein in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Create Bernstein Task It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.