By armaan-hub
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Multi-model autonomous loop through Think→Plan→Create→Review→Verify — uses the best model per stage from ALL connected providers. Live auto-discovery of available models.
Fully self-contained autonomous autoresearch loop with dynamic domain-aware agent teams — Boot→Think→Plan→Create→Review→Verify. Scans project, auto-generates expert team personas (Head + Thinking Team + Execution Team + Critic + Testing Agent) tailored to any domain. Teams debate internally before reporting to Head. ALL superpower skills embedded inline, zero external dependencies.
Cross-platform recurrent task runner — run any command on an interval (fixed or self-paced). Portable across Claude Code, Gemini CLI, Copilot CLI, and any shell.
Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "ponytail-audit", or "/ponytail-audit". One-shot report, does not apply fixes.
Harvest every `ponytail:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or "what did we mark to do later". One-shot report, changes nothing.
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 self-looping, never-stopping multi-agent orchestration system inspired by Karpathy's autoresearch.
The council cycles through 5 stages (Think → Plan → Create → Review → Verify) in an autonomous loop. All 14 superpower patterns are embedded inline — zero external Skill dependencies. The loop runs until the objective is fully resolved.
┌─────────────────────────────────────────────���───────────────────┐
│ MAIN ORCHESTRATION LOOP │
│ │
│ while not objective_fully_satisfied: │
│ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ │
│ │THINK │→ │PLAN │→ │CREATE│→ │REVIEW│→ │VERIFY│ │
│ │ + │ │ + │ │ + │ │ & │ │ & │ │
│ │CRITIC│ │CRITIC│ │CRITIC│ │ TEST │ │DELIVER│ │
│ └──┬───┘ └──┬───┘ └──┬───┘ └──┬───┘ └──┬───┘ │
│ │ │ │ │ │ │
│ ◄───────────┴──────────┴──────────┴──────────┤ │
│ │ loop back if critiqued or issues found │ │
│ └─────────────────────────────────────────────┘ │
│ │ if verify passes but objective unmet │
│ └──────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────────┘
council-orchestration ⭐ Single-ModelAll agents run on your current active model. No model switching needed. Works in any CLI.
| Stage | Embedded Patterns Used |
|---|---|
| 1 — Think | Brainstorming Pattern + Critic (embedded inline) |
| 2 — Plan | Writing Plans Pattern (embedded inline) |
| 3 — Create | TDD + Subagent-Driven Dev + Parallel Dispatch (all embedded inline) |
| 4 — Review & Test | Code Review + Systematic Debugging (embedded inline) |
| 5 — Verify & Deliver | Verification + Finishing Branch (embedded inline) |
ai-council-orchestration Multi-ModelSame loop, but switches to the best model per stage (Claude Opus for thinking, Sonnet for planning, etc.).
loop 🔁 Cross-Platform Recurrent Task RunnerRun any command on a recurring interval — fixed or self-paced. Works across Claude Code, Gemini CLI, Copilot CLI, and plain shell.
Adapts to the platform: Claude Code uses ScheduleWakeup, Gemini CLI uses activate_skill chaining, Copilot CLI uses subagent dispatch, and the shell fallback uses watch/cron.
| Mechanism | Claude Code | Gemini CLI | Copilot CLI | Any Shell |
|---|---|---|---|---|
| Fixed interval | /loop 5m /cmd | loop run "cmd" -i 30 | loop run "cmd" -i 30 | ./loop.sh run "cmd" -i 30 |
| Self-paced | /loop /cmd | activate_skill("loop") | subagent loop | ./loop.sh interactive "cmd" |
| Status | loop status | loop status | loop status | ./loop.sh status |
ponytail 🦎 Over-Engineering Prevention (KISS/YAGNI)Forces the simplest, shortest solution that actually works: standard library first, native platform features before dependencies, and one line before fifty. Fully embedded in the Thinking, Planning, Creating, and Reviewing stages of the AI Council.
| Command | What it does |
|---|---|
/ponytail [lite | full | ultra | off] | Set the intensity, or turn it off. No argument reports the current level. |
/ponytail-review | Review the current diff for over-engineering, hands back a delete-list. |
/ponytail-audit | Audit the whole repo for over-engineering, not just the diff. |
/ponytail-debt | Harvest the ponytail: shortcuts you've deferred into a ledger, so "later" doesn't become "never". |
/ponytail-gain | Show the measured impact scoreboard (less code, less cost, more speed) from the benchmark. |
/ponytail-help | Quick reference for the commands above. |
npx claudepluginhub armaan-hub/ai-coincil --plugin ponytailLazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review