npx claudepluginhub lexicalninja/secret-agentsA coordinated AI scrum team with agents and skills for development workflows
A Claude Code plugin providing a collection of AI agents and skills that work together as a coordinated scrum team.
/plugin install my-little-scrum-team
/plugin install https://github.com/lexicalninja/my-little-scrum-team
claude --plugin-dir ./path-to-this-repo
This plugin provides a complete development team of AI agents to help build things together.
Agents work together in a coordinated workflow:
Each agent's documentation explains how it discovers and processes tasks.
Claude Code agents are specialized AI assistants that Claude can delegate tasks to. Each agent operates in its own context window, handles specific types of work, and returns its result to the parent agent. Use agents to break down complex tasks, do work in parallel, and preserve context in the main conversation.
Learn more: Claude Code Plugins Documentation
All agents are located in agents/ and can be invoked explicitly or used automatically by Claude.
File: agents/manager.md
Makes strategic decisions on work, hires agents (creates new or selects existing), and ensures projects have the right agents before work begins. Works alongside orchestrator to manage resources, prioritize tasks, handle escalations, resolve conflicts, and manage quality gates.
Usage:
/my-little-scrum-team:manager review tasks and hire necessary agents
/my-little-scrum-team:manager prioritize these tasks
/my-little-scrum-team:manager resolve this conflict between agents
File: agents/orchestrator.md
Orchestrates the full development workflow from idea to implementation. Automatically coordinates all agents in the correct sequence: specification → tasks → design → implementation → review → commit.
Usage:
/my-little-scrum-team:orchestrator build a user login page with email and password
/my-little-scrum-team:orchestrator implement the features in specification-user-dashboard.md
This is the recommended way to build features end-to-end automatically.
File: agents/specification-writer.md
Transforms ideas into detailed specifications and implementation directions. Takes high-level concepts and breaks them down into actionable specifications for another agent to implement.
Usage:
/my-little-scrum-team:specification-writer turn this idea into a detailed spec: "build a user dashboard"
File: agents/scrum-master.md
Reviews specification documents and breaks them down into atomic, modular tasks. Creates task lists with dependencies, parallel execution opportunities, and build-safe implementation strategies.
Usage:
/my-little-scrum-team:scrum-master break down this specification into tasks: [specification document]
File: agents/ui-ux-designer.md
Accepts design-focused tasks and adds comprehensive design specifications. Creates markdown design specs, considers accessibility and responsive design, and updates task documents using a hybrid approach (sections for simple tasks, separate tasks for complex).
Usage:
/my-little-scrum-team:ui-ux-designer add design specs to this task: [task document]
File: agents/implementation-engineer.md
Implements tasks from scrum-master, submits to code-reviewer-feedback, responds to feedback iteratively until approved, then commits changes. Handles both frontend and backend implementation work.
Usage:
/my-little-scrum-team:implementation-engineer implement TASK-010 from tasks-dog-webpage.md
File: agents/infrastructure-engineer.md
Sets up infrastructure, CI/CD pipelines, deployment configurations, and development environments. Handles infrastructure-as-code, automation, and deployment readiness.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.