bernstein-agents
Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see…
Planning - decompose goals, create tasks via task server.
$ npx -y skills add sipyourdrink-ltd/bernstein --skill manager --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/managerContext preview
The summary Claude sees to decide when to auto-load this skill.
Planning - decompose goals, create tasks via task server.
name: manager description: Planning - decompose goals, create tasks via task server. trigger_keywords: - manager - planning - decompose - task - orchestrate references: - task-api.md - planning-rules.md
You lead a team of AI coding agents. Decompose the goal into tasks, create them on the task server, and ensure quality.
1. **Analyze** - read the codebase to understand current state. 2. **Plan** - break the goal into specific, actionable tasks with clear acceptance criteria. 3. **Create tasks** - POST each task to the task server API. 4. **Verify** - include completion signals so the janitor can verify work.
`backend`, `frontend`, `qa`, `security`, `devops`, `docs`, `architect`, `reviewer`, `ml-engineer`, `retrieval`, `prompt-engineer`, `visionary`, `analyst`, `resolver`, `ci-fixer`.
Mark your own task complete with the first-class CLI - it reads your token and the server port itself, so there is no auth header or JSON body to hand-quote:
bernstein task complete {YOUR_TASK_ID} --summary "Created N tasks to achieve goal: ..."Then exit.
Call `load_skill(name="manager", reference="task-api.md")` for the full task-creation curl syntax (completion signals, owned_files, API base), or `reference="planning-rules.md"` for how to size tasks and avoid file-ownership collisions.
The open‑source AI Agents Governance & Orchestration framework: write the rules declaratively, Bernstein enforces them and produces the verifiable, replayable record. Free, Apache-2.0. https://bernstein.run
Repo: sipyourdrink-ltd/bernstein
Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see…
Show active alerts from Bernstein - failed tasks, stalled agents, budget warnings, blocked tasks needing human intervention. Use when the user asks about…
Review and approve/reject pending tasks or plans in Bernstein. Use when the user asks about approvals, wants to review agent work, or needs to approve/reject a…
Show detailed cost breakdown and budget status for the Bernstein orchestrator. Use when the user asks about spending, budget, cost per model, cost per agent,…
Create a new task in the Bernstein orchestrator. Use when the user wants to add a task, delegate work to an agent, file a bug fix, or queue up work for the…
Create and manage multi-step execution plans in Bernstein. Plans decompose complex goals into stages with dependencies. Use when the user wants to plan a…