By ving-34
Adversarial development spirals: /spiral runs a 5-phase loop (design → plan → architect → implement → evaluate) until an evaluator flags GREEN. /meta-spiral orchestrates N parallel spirals + a cross-cutting meta-evaluator for multi-feature integration. Deterministic, foreground-only, file-bus architecture.
Orchestrate multiple /spiral runs in parallel worktrees, merge them into an integration worktree, then run a cross-cutting adversarial meta-evaluator. Loops over spirals until META-VERDICT is GREEN. For multi-feature products where the bar is "the whole must emerge", not "ship three things". Use when the user invokes /meta-spiral or asks for a multi-feature spiral build.
Five-phase adversarial development loop (design → plan → architect → implement → evaluate) that re-enters until the evaluator flags GREEN. For features where the bar is "insane quality", not "ship it". Use when the user explicitly invokes /spiral or asks for a multi-pass spiral build.
Two Claude Code skills for award-grade craft:
/spiral — adversarial 5-phase development loop (design → plan → architect → implement → evaluate). Re-iterates until a hostile evaluator returns VERDICT: GREEN, capped at 4 iterations. Every phase writes ONE markdown file to .spiral/<feature>/iter-N/; sub-agents return ≤80-word receipts; the orchestrator's context stays tiny./meta-spiral — orchestrate N parallel /spiral runs in their own worktrees, merge them into an integration worktree, then run a cross-cutting meta-evaluator that fails the loop when the whole doesn't emerge (even if every part is GREEN). Capped at 3 meta-iterations.Both are deterministic, foreground-only (no background-agent hangs), and use the filesystem as the inter-phase bus.
In any Claude Code session, run:
/plugin marketplace add ving-34/spiral-skills
/plugin install spiral@spiral-skills
That's it. After install, the slash commands /spiral and /meta-spiral are available in every project.
To update later: /plugin marketplace update spiral-skills then /plugin install spiral@spiral-skills again.
To remove: /plugin uninstall spiral@spiral-skills.
/spiral <feature-slug> [brief]A 5-phase loop run inside one orchestrator turn:
| Phase | Role | Model |
|---|---|---|
| 1 Design | Senior product designer | opus |
| 2 Plan | Tech lead | sonnet |
| 3 Architect | Principal engineer | opus |
| 4 Implementation | Implementation lead (worktree-isolated) | sonnet |
| 5 Evaluator | Adversarial QA (defaults to RED) | opus |
GREEN requires: all four axes (Originality / Scalability / Usability / Functionality) ≥ 7, zero blockers, Playwright suite green, AI-slop watch empty. Anything less, the loop iterates.
/meta-spiral <slug> [brief]Decompose → fan out N /spiral runs in parallel worktrees → merge → meta-evaluate against cross-cutting user journeys → loop. The meta-evaluator scores Originality / Scalability / Usability / Functionality / Coherence and runs a "Frankenstein audit" — does it feel like one product or three?
Output lives under .spiral/meta-<slug>/. Sub-spiral worktrees stay on disk for forensic audit until you git worktree remove them.
CLAUDE.md describing repo layout, commit hygiene, and quality gates.If your repo doesn't have Playwright or a runnable dev server, the evaluator phase has nothing to grade — use /spiral only after those are in place.
spiral-skills/
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
└── spiral/
├── .claude-plugin/
│ └── plugin.json
└── skills/
├── spiral/SKILL.md
└── meta-spiral/SKILL.md
This follows the Claude Code plugin marketplace format.
MIT — see LICENSE.
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.
npx claudepluginhub ving-34/spiral-skills --plugin spiralComprehensive 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.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development