boss-skill
Turn one coding agent into a full auditable engineering team
All Skills in This Repository (28)
Pure Emerald Level Indicatorsboss
Automates the end-to-end software development lifecycle for BMAD-driven projects.
brainstorming
Clarifies vague feature requests into structured design briefs for the Boss pipeline.
pm/user-research
Create user personas, journey maps, and usage scenarios for product requirements documents.
pm/requirement-penetration
Analyze user requirements using 5W2H questioning and a four-layer demand model.
pm/competitive-analysis
Analyzes competitor products across five dimensions to identify differentiation opportunities.
pm/strategic-review
Evaluates business value of features using five-dimension strategic scoring framework.
pm/prd-writing
Generates standardized product requirement documents with structured sections and acceptance criteria.
devops/deployment-process
Configure deployment strategies and CI/CD pipelines for application releases.
devops/changelog-generation
Generates CHANGELOG entries from git commit history and pipeline artifacts following Conventional Commits.
devops/monitoring-alerting
Configure monitoring metrics, alert rules, and log management for production systems.
frontend/component-development
Guides frontend component development covering design principles, state management, styling, and testing.
frontend/testing-guide
Guides writing unit, integration, and E2E tests for React frontend code.
Frequently Asked Questions
FAQPage SchemaHow to install boss-skill?▼
Run `npx skills add echoVic/boss-skill --all -g -y` in your terminal to install the skill globally for your coding agent.
What does Boss actually do?▼
It turns one coding agent into a structured team of nine roles that plan, design, build, test, and deploy a feature, saving every artifact and decision in an auditable .boss folder.
How is Boss different from prompt-only agent teams?▼
Boss records pipeline state in an append-only event log and enforces quality gates at runtime, so you can prove tests ran and checks passed instead of trusting agent self-reports.
Which AI coding agents work with Boss?▼
Boss supports Claude Code, Codex, OpenClaw, Antigravity, and Hermes, and it can fall back to plain Markdown artifacts if the Boss CLI is not installed.
Can I run only part of the pipeline?▼
Yes. Use slice commands like /boss:plan for PRD and architecture, /boss:review for a read-only tech review, /boss:qa for test evidence, or /boss:ship for deployment checks.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core