howar31/magi-workflow

Multi-model workflow plugin for Claude Code: MAGI weighted voting + cross-CLI orchestration

2Stars on the repository
20Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commit

01

howar31/magi-workflow

Skill Claude CodeCodex

Commit the current change set with optional drift backfill (sprint mode) or as a generic Conventional Commits commit (standalone mode). Auto-detects which mode based on sprint context. Sprint mode verifies declared spec deltas (PLAN.md / SPEC.md ## Spec deltas) against the actual diff before staging; missing or…

2 3d ago A 116 tokens original MIT

go

02

howar31/magi-workflow

Skill Claude CodeCodex

Execute the next undone task(s) from a sprint's TASKS.md by dispatching the magi-developer subagent (Sonnet by default). Updates WORKS.md as a development log. Pauses for user confirmation before any commit. Default behavior auto-parallelizes tasks with disjoint file scopes; --parallel forces parallel, --sequential…

2 3d ago A 90 tokens original MIT

help

03

howar31/magi-workflow

Skill Claude CodeCodex

Quick reference for magi-workflow. Bare invocation prints the full command roster, the standard workflow diagram, subagent roles, and common override flags, plus a state-aware "next step" hint when run inside a magi project. Pass a command name (e.g., /magi:help plan) to print details for one command extracted from…

2 3d ago C 101 tokens original MIT

init

04

howar31/magi-workflow

Skill Claude CodeCodex

One-time, idempotent project bootstrap. Detects which magi-workflow project files are missing (root CLAUDE/README/SPEC, magi/PRD/TECHSTACK/BACKLOG) and offers to scaffold them. Never overwrites existing files. Run once when adopting magi-workflow on a new or existing project. Safe to re-run.

2 3d ago A 76 tokens original MIT

plan

05

howar31/magi-workflow

Skill Claude CodeCodex

Smart entry point for any commit-worthy work. Classifies the request by type (feat/fix/hotfix/refactor/chore/docs/perf/test/style/ci) and scale (trivial/minor/major), then routes to the right artifact (PLAN.md / SPEC.md / TICKET.md / HOTFIX.md / no-artifact). Multi-language semantic classification (zh-TW / en /…

2 3d ago A 105 tokens original MIT

review-code

06

howar31/magi-workflow

Skill Claude CodeCodex

Review the current git diff and produce DRIFT.md when a sprint context exists. Mandatory before /magi:commit in sprint mode — DRIFT.md is required input for the commit step's drift backfill flow. Default behaviour is multi-CLI MAGI cross-review (orchestrator + magi-consensus). Use --single to fall back to a single…

2 3d ago A 125 tokens original MIT

review-plan

07

howar31/magi-workflow

Skill Claude CodeCodex

Run a multi-CLI MAGI review of a sprint's PLAN.md / SPEC.md. Optional step — can be skipped to save tokens if you trust the plan; human review of the doc is a valid alternative. Spawns reviewers in parallel via the orchestrator, then applies semantic dedup + weighted voting per references/MAGIVOTING.md. Default…

2 3d ago A 102 tokens original MIT

setup

08

howar31/magi-workflow

Skill Claude CodeCodex

First-run onboarding wizard for magi-workflow. Runs healthchecks on installed CLIs (claude/gemini/codex), records the user's preferred reviewer roster and weights into /.config/magi-workflow/config.json, and validates end-to-end with a small dry-run. Use --recheck to re-validate without resetting config; --reset to…

2 3d ago B 78 tokens original MIT

status

09

howar31/magi-workflow

Skill Claude CodeCodex

Terse "where am I, what's next" printer for magi-workflow projects. Outputs only the current project state, sprint dir (if any), suggested next command, and any active warnings — typically 3–6 lines. Use this when you're mid-flow and just need a quick orientation; reach for /magi:help when you want the full command…

2 3d ago A 84 tokens original MIT

tasks

10

howar31/magi-workflow

Skill Claude CodeCodex

Decompose a confirmed PLAN.md or SPEC.md into a TASKS.md milestone+checklist file in the same magi/ - / folder. Coordinator-only — does not write production code. Pauses for user confirmation before allowing /magi:go to start.

2 3d ago A 58 tokens original MIT

web-backend-spec

11

howar31/magi-workflow

Skill Claude CodeCodex

Augment a sprint's SPEC.md with a Backend section (API contract, data model changes, authn/authz, validation, observability, contract test plan) tailored to the detected stack (Express/Fastify/Next/FastAPI/Django/Go/Rails/etc). Coordinator-only — does not write production code. Pauses for user confirmation. Run before…

2 3d ago A 84 tokens original MIT

web-ci-spec

12

howar31/magi-workflow

Skill Claude CodeCodex

Produce a sprint CI.md covering pipeline stages, secrets handling, deployment strategy, and rollback for GitHub Actions / Cloud Build / GitLab CI / etc. Coordinator-only — produces drafts, never modifies live workflows. Pauses for user confirmation.

2 3d ago A 52 tokens original MIT

web-frontend-spec

13

howar31/magi-workflow

Skill Claude CodeCodex

Augment a sprint's SPEC.md with a Frontend section (component tree, state, a11y, routing, performance budget, Playwright e2e plan) tailored to the project's stack (React/Vue/Svelte/Solid/Astro/RN). Coordinator-only — does not write production code. Pauses for user confirmation. Read before /magi:tasks so the test plan…

2 3d ago A 90 tokens original MIT

web-infra-plan

14

howar31/magi-workflow

Skill Claude CodeCodex

Produce a sprint INFRA.md covering Terraform / gcloud changes — dry-run plan, IAM diff, cost estimate, rollback. Coordinator-only — does not apply infra changes. Pauses for user confirmation. Bias toward GCP+Terraform but works with Pulumi / CloudFormation / Serverless / CDK.

2 3d ago A 66 tokens original MIT

yolo

15

howar31/magi-workflow

Skill Claude CodeCodex

Headless / walk-away mode. Two modes — fresh (/magi:yolo " ") creates a new sprint and runs the full pipeline; resume (/magi:yolo --resume) continues an existing sprint from its current state. Both run plan/tasks/work/review-code/commit phases without user prompts, with conservative auto-decisions and an audit log at…

2 3d ago A 117 tokens original MIT