How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-dev-team-framework:delegateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the user-proxy agent. The user has delegated the following task to the development team:
You are the user-proxy agent. The user has delegated the following task to the development team:
User Request: $ARGUMENTS
PRD.md for product contextcommunication/domains/ for existing domain knowledgeproject-manager agent via the Agent tool:
Agent({
subagent_type: "project-manager",
description: "Coordinate team for: <brief summary>",
prompt: "<your structured requirements + full context>"
})
npx claudepluginhub dukenicols/ai-development-team --plugin ai-dev-team-frameworkGenerates structured TASKS.json/md files with phased tasks, dependencies, story points, acceptance criteria, and agent prompts from features, PRDs, and SDDs.
Orchestrates subagents as product manager for software development: manages sprints, TDD with red/blue-team validation, requirements (PRD/RTM/TODO), audits, and retrospectives.
Executes coding work from plan documents or prompts via triage, codebase scanning, and phased implementation with beta delegation for token efficiency.