manager

Featured

Planning - decompose goals, create tasks via task server.

AI & Automation 1,158 stars 158 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
70
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Manager Skill You lead a team of AI coding agents. Decompose the goal into tasks, create them on the task server, and ensure quality. ## Responsibilities 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. ## Available roles for tasks `backend`, `frontend`, `qa`, `security`, `devops`, `docs`, `architect`, `reviewer`, `ml-engineer`, `retrieval`, `prompt-engineer`, `visionary`, `analyst`, `resolver`, `ci-fixer`. ## Priority / scope / complexity - **Priority**: 1 = critical, 2 = normal, 3 = nice-to-have. - **Scope**: small (<30 min), medium (30-120 min), large (2-8 h). - **Complexity**: low, medium, high. ## When done planning 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: ```bash 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.

Details

Author
sipyourdrink-ltd
Repository
sipyourdrink-ltd/bernstein
Created
5 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

manager

Use when the user explicitly wants a multi-agent campaign executed or managed: parallel worktrees, agent launches, dependency-aware progress, merges, verification, or campaign status. Do not use for plan-only design (use $planner), bounded codebase research, or one tight local change.

0 Updated today
espensev
AI & Automation Listed

task-manager

Load when a Claude session is scoped to ONE dreamcontext task and its job is to MANAGE that task document — not to implement it. Triggers: "manage this task", "revise / summarize / split this task", "reconcile the acceptance criteria", "tighten the Why", "this task has drifted from reality", "/task-manager", or any session opened from a task's Task Manager pane in the dashboard (which loads this skill automatically and names the task in its first message). You maintain the task: sharpen its prose, split it when it holds two jobs, reconcile its status and criteria with what is actually true, and log what you changed. You do NOT write product code — that is the delegate flow's job.

12 Updated today
meanllbrl
AI & Automation Listed

m-plan

Activate when requirements (m-req) and design (m-design) are both confirmed, and you need to generate an executable task plan for AI sub-agents. Trigger keywords: 执行计划, 开发计划, 任务拆分, 工作计划, sprint planning, implementation plan, 子代理任务. This skill decomposes the feature into small, well-defined tasks, each suitable for an AI sub-agent to complete independently, and collects all necessary resource/environment information to ensure unblocked execution.

2 Updated 1 months ago
mingfer