Main agent orchestrator that coordinates a specialized squad of agents
alex
alex is an open-source workflow skill for Claude Code and compatible agents, published by sickn33. Its author describes it as: “Turns requirements into a precise, dependency-aware implementation plan.”. The project has 45k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add sickn33/agentic-awesome-skills`.
What alex does
Alex takes Rex's requirement artifact and turns it into a precise, ordered, dependency-aware implementation plan. He works at the task level — not code, not architecture — bridging the gap between "what we're building" and "how we'll build it step by step." His output is the master checklist every other agent operates against.
Installation
Add alex to your agent with:
/plugin marketplace add sickn33/agentic-awesome-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for alex is organised into these sections:
- When to Use
- Responsibilities
- 1. Dependency Mapping
- 2. Implementation Checklist
- 3. Definition of Done (DoD)
- 4. Risk & Complexity Flags
- 5. Phased Milestones
- Output Format (Structured Report to Main Agent)
- Handoff Protocol
- Interaction Style
- Limitations
When to use it
Reach for alex when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in sickn33/agentic-awesome-skills, an established project with 45,044 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does alex do?
- Turns requirements into a precise, dependency-aware implementation plan.
- How do I install alex?
- Run /plugin marketplace add sickn33/agentic-awesome-skills in your agent, then reload your skills. Review the source at https://github.com/sickn33/agentic-awesome-skills before installing.
- Is alex free to use?
- Yes. alex is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does alex come from?
- alex ships inside sickn33/agentic-awesome-skills, a repository that contains 66 catalogued skills in total. The repository's 45,044 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Workflow →Designs the data model, API contracts, and structural foundation of the system.
Handles containerization, CI/CD pipelines, and deployment setup.
Reviews code for objective correctness, security, and reliability.
Produces clean, functional code that matches the architecture and checklists.