agentic-teams
A modular plugin that packs specialised agents into teams and allows user to interact with them at the higher level of abstraction. Like wit
Open source Open in the app JSON README (API)
About
A modular plugin that packs specialised agents into teams and allows user to interact with them at the higher level of abstraction. Like with real-world company departments.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- rustamfi
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 3
- Last push
- 2026-06-30T08:30:15Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
rustamfi/agentic-teams/agentic-teams
README
# Agentic Teams A Claude Code marketplace offering agentic teams to build your real agentic company. ## Available Teams | Plugin | Description | |--------|-------------| | [dev-team](plugins/dev-team/) | A virtual software development team with dynamically orchestrated agents: PM, UX/UI, Architect, Backend, Frontend, QA, and Security. | | [product-exploration-team](plugins/product-exploration-team/) | A virtual product exploration team that researches real user pains on Reddit and frames commercially viable product concepts. | | [devops-team](plugins/devops-team/) | A virtual DevOps team that deploys applications and prototypes to Railway. | | [my-company](plugins/my-company/) | Meta-orchestrator that chains teams (explore → build → deploy) into end-to-end workflows with approval gates. | ## Install Add the marketplace: ``` /plugin marketplace add rustamfi/agentic-teams Install the teams you are interested in: /plugin install dev-team@rustamfi /plugin install product-exploration-team@rustamfi /plugin install devops-team@rustamfi /plugin install my-company@rustamfi ``` For detailed usage, commands, and configuration see each plugin's README: - [dev-team](plugins/dev-team/README.md) - [product-exploration-team](plugins/product-exploration-team/README.md) - [devops-team](plugins/devops-team/README.md) - [my-company](plugins/my-company/README.md) ## Planned Teams - **Project Management Team** — planning, scheduling, resource coordination, risk tracking, stakeholder communication - More to come... Have an idea for a team you'd like to see? [Open an issue](https://github.com/rustamfi/agentic-teams/issues) to suggest it. Contributions are welcome — if you'd like to build a team plugin, PRs are open. ## Disclaimer This project is a **technological experiment** exploring the potential of an "agentic company" — multiple specialized AI agents framed in teams collaborating like the departments of a real organization. It is provided for research and educational purposes, "as is" and without warranty of any kind. Some teams integrate with third-party services (e.g. Reddit, Railway). These names and trademarks belong to their respective owners; this project is not affiliated with, endorsed by, or sponsored by any of them. You are responsible for supplying your own credentials and for complying with the terms of service, API terms, and usage policies of any service you connect. See each plugin's README for service-specific notes. ## License MIT