Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By stoicatom
Parallel AI engineering control-plane plugin — task-graph scheduling, file ownership isolation, cost-aware model routing, 9-gate quality system, RBAC governance, and audit trail
npx claudepluginhub stoicatom/claude-autopilot --plugin parallel-harnessUse when the parallel-harness orchestrator enters the dispatch phase after planning and must spawn parallel sub-agents per batch schedule, construct task contracts as agent prompts, and handle failure retry/downgrade. Not for direct user invocation. 当 parallel-harness 编排器在规划完成后进入派发阶段、需要按批次调度并行启动子代理、构造任务契约 prompt 并处理失败重试/降级时使用;不面向用户直接调用。
Use when the parallel-harness orchestrator enters the planning phase and must turn user intent into a structured task DAG with file-ownership isolation, conflict detection, and a batch schedule. Not for direct user invocation. 当 parallel-harness 编排器进入规划阶段、需要将用户意图转化为带文件所有权隔离、冲突检测与批次调度的结构化任务 DAG 时使用;不面向用户直接调用。
Use when the parallel-harness orchestrator enters the verification phase after dispatch and must run multi-gate quality checks (test, lint, type, security, policy/ownership, coverage), classify gate results as blocking/non-blocking, and emit a PASS/BLOCK conclusion. Not for direct user invocation. 当 parallel-harness 编排器在派发完成后进入验证阶段、需要运行多维度门禁检查(测试 / Lint / 类型 / 安全 / 策略与所有权 / 覆盖率)并将结果分类为阻断或非阻断、综合产出 PASS/BLOCK 结论时使用;不面向用户直接调用。
Use when the user requests parallel multi-task engineering work that benefits from task-graph planning, file-ownership isolation, and parallel sub-agent execution with multi-gate verification (test/lint/type/security/policy); orchestrates plan -> dispatch -> verify -> synthesize phases. 当用户提出需要并行执行的多任务工程需求(依赖任务图规划、文件所有权隔离、并行子代理与多维度门禁验证)时使用;编排规划 → 派发 → 验证 → 综合四个阶段。
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
Unified spec-to-execution workflow system. Combines spec rigor, autonomous execution, and native task orchestration with parallel agent dispatch. Swarms-ready architecture.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
AI development loop — orchestrator distributes tasks to headless workers, independent auditor verifies, structural enforcement auto-blocks downstream on upstream failure. Full-cycle validated with 10-scenario test harness.
Delegation system with workflow orchestration, specialized agents, and parallel execution for Claude Code
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
Spec-driven autopilot with banned-pattern/assertion-quality L2 hooks, sad-path quantification, requirement routing intelligence, event bus API, batch scheduler concurrency engine, 3-layer gate system, TDD deterministic RED-GREEN-REFACTOR cycle, and comprehensive quality assurance pipeline
Translate Figma designs into production-ready code with 1:1 visual fidelity. Adapted from OpenAI's official figma-implement-design skill, with Claude Code-native MCP integration and design system token mapping.
Auto-generate and submit daily work reports from git commits and Lark chat history
Structured 7-phase task execution SOP with multi-language and worktree support — session init, requirements clarification, best-practice research, impact scoping, DAG-based parallel dispatch, blind-audit quality review by independent sub-agents, and commit confirmation
Upload files and directories to Aliyun OSS (Object Storage Service)
中文版 | English (default)
A Claude Code plugin marketplace — spec-driven autopilot orchestration and parallel AI engineering control-plane.
| Plugin | Version | Description |
|---|---|---|
| spec-autopilot | 5.15.2 | Spec-driven autopilot orchestration for delivery pipelines — 8-phase workflow with 3-layer gate system and crash recovery |
| parallel-harness | 1.9.1 | Parallel AI engineering control-plane — task-graph scheduling, 9-gate system, RBAC governance, cost-aware model routing |
| daily-report | 1.3.0 | Auto-generate and submit daily work reports from git commits and Lark chat history |
| figma-codegen | 1.0.0 | Translate Figma designs into production-ready code with 1:1 visual fidelity (adapted from OpenAI figma-implement-design) |
| slim-task | 0.7.0 | Structured 7-phase task execution SOP with multi-language & worktree support — session init, requirements clarification, impact scoping, DAG-based parallel dispatch, blind-audit quality review |
# 1. Add marketplace
claude plugin marketplace add stoicatom/claude-autopilot
# 2. Install spec-autopilot (project-level)
claude plugin install spec-autopilot@stoicatom-plugins --scope project
# 3. Install parallel-harness (project-level)
claude plugin install parallel-harness@stoicatom-plugins --scope project
# 4. Install daily-report (project-level)
claude plugin install daily-report@stoicatom-plugins --scope project
# 5. Install figma-codegen (project-level)
claude plugin install figma-codegen@stoicatom-plugins --scope project
# 6. Install slim-task (project-level)
claude plugin install slim-task@stoicatom-plugins --scope project
# 7. Restart Claude Code
spec-autopilot is a Claude Code plugin that automates the full software delivery lifecycle: from requirements gathering through implementation, testing, reporting, and archival.
events.jsonl + WebSocketgraph TB
subgraph "Main Thread (Orchestrator)"
P0[Phase 0: Environment Check<br/>+ Crash Recovery]
P1[Phase 1: Requirements<br/>Multi-round Decision Loop]
P7[Phase 7: Summary<br/>+ User-confirmed Archive]
end
subgraph "Sub-Agents (via Task tool)"
P2[Phase 2: Create OpenSpec]
P3[Phase 3: FF Generate]
P4[Phase 4: Test Design]
P5[Phase 5: Implementation<br/>Serial / Parallel / TDD]
P6[Phase 6: Test Report]
end
P0 --> P1
P1 -->|Gate| P2
P2 -->|Gate| P3
P3 -->|Gate| P4
P4 -->|Gate| P5
P5 -->|Gate| P6
P6 --> P7
style P0 fill:#e1f5fe
style P1 fill:#e1f5fe
style P7 fill:#e1f5fe
style P4 fill:#fff3e0
style P5 fill:#fff3e0
parallel-harness is a Claude Code plugin that provides a task-graph-driven parallel AI engineering platform. It enables multi-agent orchestration with strict governance, cost control, and quality gates.