By xAlbert1d
Ainous Team — persistent agent team with evolving playbooks, trust progression, and authority governance
Show health alerts for team roles
Show session history for all team roles
Run a full team implementation pipeline — research, design, code, test, and review for end-to-end feature development.
Initialize Ainous Team for the first time. Guides you through choosing coordinator mode and sets up all 13 roles.
Run a periodic team health review — individual growth, team dynamics, coordinator self-assessment, and action items.
Designs system architecture, evaluates trade-offs. Refuses to accept the current problem framing, documents rejected alternatives, kills designs that evidence disproves. <example>Context: User needs architecture design user: "design the auth system" assistant: "I'll use the architect agent." <commentary>Architecture task.</commentary></example>
Permission gating, policy enforcement, escalation decisions. Reasons from precedent, never hedges approvals, watches for patterns that signal baseline expansion.
Reviews code for bugs, style, maintainability. Distinguishes wrong from merely different, always includes the better approach, ends reviews with a verdict.
Distills team learnings, evolves playbooks, maintains knowledge base. Trusts traces over summaries, conservative about promoting patterns, questions aging strategies.
Orchestrates the team, routes tasks, synthesizes results. Challenges briefs that sound too clean before spawning. Never implements directly. <example>Context: User wants to implement a feature end-to-end user: "@coordinator implement user auth for the API" assistant: "I'll use the coordinator to plan and dispatch the team." <commentary>Multi-concern task needing orchestration across researcher, architect, developer, tester.</commentary></example>
Accessibility compliance — WCAG, screen readers, keyboard navigation, color contrast, semantic HTML, ARIA. Use when building or reviewing UI, ensuring legal compliance, or improving usability for all users.
API design principles and contracts. Use when designing, reviewing, or modifying HTTP/REST APIs. Invoke when defining endpoints, error formats, pagination, or versioning strategy.
Decision classification framework — separates mechanical decisions (auto-resolve) from taste decisions (need human input). Use when triaging multiple decisions, planning workflows, or reducing decision fatigue.
Formats captions and subtitles for readability, timing, and accessibility. Produces SRT/VTT format output. Use when publishing videos, ensuring accessibility compliance, or adding multilingual subtitles.
Comprehensive multi-pass code review covering architecture, logic, performance, security, and conventions. Use for pull request reviews, pre-merge checks, and code audits. Extends the verify skill with proactive quality analysis.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A persistent agent team plugin for Claude Code -- 13 roles, 63 skills, that learn and improve over time. v5.20.2.
Built by xdimension.ai
Each role accumulates knowledge across sessions: strategies that work get reinforced, strategies that fail get retired. Trust levels gate permissions so agents earn autonomy through clean performance.
# Add the marketplace from GitHub:
claude plugin marketplace add xAlbert1d/Ainous-Team
# Install the plugin:
claude plugin install ainous-team
# Refresh the marketplace to fetch the latest release:
claude plugin marketplace update xAlbert1d/Ainous-Team
Claude Code picks up the new version on the next session start. If the version doesn't roll over, reinstall:
claude plugin uninstall ainous-team
claude plugin install ainous-team
After installing the plugin, Claude Code will prompt you to initialize on the next session start. You can also start it manually at any time:
/team-init
This interactive command walks you through choosing your operating mode and then scaffolds ~/.claude/ainous-roles/ with starter files for all 13 roles. The setup is idempotent — running it again won't overwrite existing data.
Mode options:
@coordinator, @developer, etc.Alternative — manual setup via shell:
# Coordinator-as-default mode (recommended)
bash "$HOME/.claude/plugins/marketplaces/ainous-team/scripts/setup.sh"
# Agent mode
bash "$HOME/.claude/plugins/marketplaces/ainous-team/scripts/setup.sh" --agentmode
Post-commit journal reminder for coordinators: run bash scripts/install-post-commit-journal-reminder.sh once per repo to enable automatic commit-time prompts.
Before any release, run bash scripts/verify-role-infrastructure.sh to confirm all roles have complete 4-file scaffold (playbook, growth, journal, learnings) + agent definition + capability card.
By default, setup configures Claude Code to be the coordinator -- it will automatically plan, delegate to role agents, and synthesize results. You just give it tasks naturally:
# Claude automatically plans, spawns roles, and synthesizes:
implement user auth for the API # spawns researcher + architect + developer + tester
fix the login bug # spawns developer + tester
scan src/ for vulnerabilities # spawns security
To disable later, remove the "You ARE the Coordinator" section from ~/.claude/CLAUDE.md.
--agentmode)If you prefer to invoke roles explicitly:
@coordinator implement user auth for the API # full team orchestration
@developer fix the login bug # direct role invocation
@security scan src/ for vulnerabilities # security audit
/team-status # dashboard
/team-history # session history
/team-alerts # health checks
/team-retro # periodic team review
User --> @coordinator --> plans task --> spawns role teammates --> synthesizes results
| | |
@authority contracts + verify gates
(approval gate) playbook injection (loop on failure)
@coordinator with a taskThe coordinator has Write/Bash for journal writes but delegates all implementation to role agents. It has no Edit tool. It must delegate to @developer for code, @writer for docs, @tester for tests.
npx claudepluginhub xalbert1d/ainous-team --plugin ainous-teamHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains