boss-skill
01Plugin Claude Code
An automated BMAD software-development workflow that coordinates nine specialist software agents from requirements through deployment.
Plugin Claude Code
An automated BMAD software-development workflow that coordinates nine specialist software agents from requirements through deployment.
Plugin Claude Code
A plugin that organises software work into a staged process using specialised agents for planning, architecture, design, coding, testing, and deployment. It also maintains project state, checks, and delivery records.
Hook Claude Code
Runs when a session starts on startup and resume, executing session-start.js and session-resume.js (2 commands). From echoVic/boss-skill.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing pre-tool-write.js and pre-tool-bash.js (2 commands). From echoVic/boss-skill.
Hook Claude Code
Runs after a tool call finishes for Write and Bash tool calls, executing post-tool-write.js and post-tool-bash.js (2 commands). From echoVic/boss-skill.
Hook Claude Code
Runs when a subagent starts, executing subagent-start.js. From echoVic/boss-skill.
Hook Claude Code
Runs when a subagent finishes, executing subagent-stop.js. From echoVic/boss-skill.
Hook Claude Code
Runs when the agent finishes a response, executing on-stop.js. From echoVic/boss-skill.
Hook Claude Code
Runs when the agent sends a notification, executing on-notification.js. From echoVic/boss-skill.
Hook Claude Code
Runs when a session ends, executing session-end.js. From echoVic/boss-skill.
Settings file Claude Code
Agent settings declaring 8 hook events (SessionStart, PreToolUse, PostToolUse, SubagentStart).
Skill Claude CodeCodex
A coordinator for a software project from requirements through deployment. It assigns work to specialists such as product, architecture, development, testing, and operations agents, while recording decisions and required checks.
Agent
A software architecture reviewer and designer that researches technology choices before creating a full-stack plan. Full-stack means covering the user interface, server, database, and deployment environment.
Agent
A backend development agent for building server-side APIs, database operations, business rules, security checks, and tests. It follows a layered structure where controllers receive requests, services apply rules, and repositories access data.
Agent
A DevOps agent for preparing environments, building applications, starting services, deploying them, and checking that they are healthy. DevOps means the work of running software reliably.
Agent
A frontend development specialist agent that builds user-interface components and frontend features according to existing design specifications.
Agent
A requirements-analysis agent that turns an informal request into a detailed product requirements document, or PRD. A PRD describes what should be built, its boundaries, priority, and how to check whether each requirement is met.
Agent
A quality-checking agent for frontend and backend software that reviews tests, adds missing edge and security cases, runs them, and records evidence of the results.
Agent
A technical Scrum Master agent that turns a product story into small, assignable development tasks. Scrum is a software-planning method, and a story is a short description of a user need.
Agent
A technical lead agent that reviews architecture and implementation plans for feasibility, maintainability, completeness, performance, security, and cost.
Agent
A UI/UX design agent that turns product requirements into detailed interface rules and a machine-readable design file. UI/UX covers how an interface looks, behaves, and can be used.
Command
An interactive command for adding custom extensions to Boss, such as a new agent, a reusable group of pipeline stages, or a project quality check.
Command
A command that turns a request or existing codebase into a product requirements document and an architecture document. It stops after planning.
Command
A standalone quality-check command that tests existing code and runs release gates. It checks key user paths, real request data, access control, pagination, and older data.