By navidgh66
Personal AI workflow toolkit for data science & AI engineering. Research-first, spec-driven, loop-engineered pipeline (research → propose → blueprint → spec → tasks → implement-task → verify → loop), plus the Hermes conductor, a kanban board, and HTML artifact export.
Turn the chosen approach into a high-level architecture document
Kanban board — project tasks and events into To Do / In Progress / Blocked / Done columns
Check CLAUDE.md + CLAUDE.local.md against best-practice research (length, pasted code, stale @imports, stale test counts, structure/specificity)
Scaffold a best-practice-shaped CLAUDE.md (team-shared) or CLAUDE.local.md (personal, gitignored) — distinct from native /init, capped under 200 lines
Craft a design/plan into verified implementation — drives spec → grill → tasks → loop from an artifact you already have
Use when implementing any feature or bugfix, before writing implementation code
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
Check or scaffold CLAUDE.md / CLAUDE.local.md against best-practice research (official Anthropic guidance + community consensus + real-world examples). Use when running /claude-md-check or /claude-md-create, when a human asks to "check", "audit", "improve", or "review" a CLAUDE.md file, or when scaffolding a new one and native /init would produce unbounded, undisciplined output. Carries the length/structure/specificity rubric both commands share.
Estimate, measure, and optimize token cost for sigma's heavy operations (review's three axes, the profile walk, loop cycles, multi-model research). Use before running a heavy op to size it and pick model tiers, and after to record actual spend and report trends. Triggers: "how expensive", "estimate cost", "which model should this axis use", "what's burning tokens", "sigma cost", or before any multi-axis review / loop / deep research run.
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.
███████╗██╗ ██████╗ ███╗ ███╗ █████╗
██╔════╝██║██╔════╝ ████╗ ████║██╔══██╗
███████╗██║██║ ███╗██╔████╔██║███████║
╚════██║██║██║ ██║██║╚██╔╝██║██╔══██║
███████║██║╚██████╔╝██║ ╚═╝ ██║██║ ██║
╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
σ · personal AI workflow toolkit
created by Navid Ghayazi
A portable, spec-driven, loop-engineered AI workflow toolkit for data science & AI engineering.
Clone once. Works in every repo. You design the loop — the loop does the work.
sigma wraps Claude Code with a
disciplined, research-first pipeline built for the way AI/ML work actually
happens — from classic ML and deep learning to NLP, RL, data engineering, MLOps,
LLM engineering, and AI-agent harness design.
It's plugin-first: every pipeline stage is a native slash command, the domain knowledge and the learning layer are native skills. A thin CLI handles only what Claude Code can't do in a single session — real parallel multi-model research, autonomous hands-off runs, a live kanban board, and setup.
"You shouldn't be prompting coding agents anymore. You should be designing loops that prompt your agents."
sigma is that loop.
research.md. Real concurrency, not a
sequential loop.Scenario / Given / When / Then acceptance criteria that flow as a contract through implement → verify →
review. No vibe-coding into production./grill gate pressure-tests the
blueprint and the spec before any code exists. /grill-loop auto-drives
grill → triage → edit → re-grill (mechanical fixes auto-applied, judgment calls
surfaced). A logic flaw caught here costs a sentence, not a rewrite.skills/ and are recalled
by domain on the next run. The loop doesn't just record mistakes; it stops
repeating them.ValueError, not
a guideline.sigma loop --execute runs maker→checker
cycles with the correctness axes ON by default: a logic-evaluator axis
(--no-logic opts out), a post-pass simplify cleanup (--no-simplify), an
advisor that escalates a fail to a distinct opus-tier agent for a correction
plan (--no-advisor), and a live-scenario gate that drives each task's mapped
BDD scenario against the running app — a real behavioral FAIL blocks the
cycle, an unreachable-app ERROR doesn't (--no-e2e). Also routed by model
tier by default (mechanical roles → sonnet, logic → opus; --no-route opts
out). --tdd (writes the failing test first) and --team (independent tasks
in parallel, each in its own real git worktree, merged back on pass,
conflicts surfaced — never auto-resolved) stay opt-in — they change the
execution model, not just add a check. --codex-verify/--codex-tdd swap the
verifier/test-writer role to the codex CLI instead of claude for a genuine
cross-provider maker≠checker check — opt-in, and deliberately excluded from
--all (needs a second CLI + its own auth). --all turns on every axis including
those two. hermes --auto chains whole stages until a human gate — and routes
each stage by tier (planning/grill stages → the strong model, execution stages
→ the mid tier; --no-route opts out). sigma research's cross-referencing
synthesis pass runs on the strong tier by default too. The verify + logic
checkers receive each task's mapped BDD scenario as acceptance criteria, not
just the task title./craft is the in-session back-half conductor: hand it the artifact and it
drives spec → grill → tasks → loop to verified code, skipping the
research → propose → blueprint front half (hermes --auto covers that from a
blank start). Same human gates: grill BLOCK, spec approval, verify fail.sigma-domains skill. sigma prune cuts loaded-but-unused
MCP servers + plugins that tax every turn.npx claudepluginhub navidgh66/sigma --plugin sigmaComprehensive 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.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
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.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.