From agent-team
Decomposes requirement, design, or brainstorming documents into reviewable task drafts with one function and file per task, validates boundaries, and creates agent-team task packages after explicit approval. Use for turning docs into tasks or splitting oversized tasks.
npx claudepluginhub jsonlee12138/agent-team --plugin agent-teamThis skill uses the workspace's default tool permissions.
Turn source documents into explicit task boundaries. Keep decomposition separate from creation: draft and validate first, create `agent-team` tasks only after explicit user approval.
Breaks down implementation plans into detailed task lists with agent contexts, acceptance criteria, dependencies, priorities, complexity levels, and status tracking.
Creates self-contained task files synthesizing proposal, design, and specs into structured breakdowns for code changes. Use when tasks are the next implementation step.
Decomposes specs into ordered, verifiable tasks with acceptance criteria using vertical slicing and dependency graphs. Use for large tasks, scope estimation, or parallel agent work.
Share bugs, ideas, or general feedback.
Turn source documents into explicit task boundaries. Keep decomposition separate from creation: draft and validate first, create agent-team tasks only after explicit user approval.
brainstorming is needed.agent-team task packages from the approved files.<document-stem>-tasks/.brainstormingInvoke brainstorming before drafting tasks when any of these are true:
Do not force brainstorming for a clear, well-bounded document.
Apply these rules strictly:
Split a task when any of these are true:
A valid task must include all of the following:
If a task fails any check, split or rewrite it before writing files.
01-auth-login.md, 02-auth-session-check.md.agent-team tasks.agent-team tasks from approved filesWhen the project exposes the agent-team CLI, create one task package per approved task file.
Confirmed command surface:
agent-team task create --role <role> "<title>" --design "<task-file>"
Rules:
--role is required. Use the role named in the document or task file; otherwise ask the user instead of guessing.Return:
Return:
brainstorming when the boundaries are already clear.