By mission42-ai
Sprint orchestration with autonomous task queue processing, polymorphic task types, and progress tracking
- **Worktree setup is handled by runtime CLI setupWorktreeIfNeeded, not command skills**: Command skills like `/run-sprint` should NOT manually set up worktrees before launching the runtime CLI. This duplicates logic and can use incorrect paths or versions. The runtime CLI (`runtime/src/cli.ts`) automatically handles worktree setup via `setupWorktreeIfNeeded()` (lines 354-454): loads SPRINT.yaml, checks if worktree needed, resolves paths, creates worktree, copies sprint files, returns target directory. Command skills should: parse arguments, run preflight checks, compile workflow if needed, launch runtime CLI directly (which handles worktree internally), launch status server. Do NOT duplicate worktree setup logic in command skills.
Add step to sprint SPRINT.yaml
Clean up sprint worktree after completion
Export sprint progress to PDF
Show sprint plugin help and available commands
Guide for creating sprint definitions in SPRINT.yaml. This skill should be used when users want to create sprint, new sprint planning, sprint definition best practices, or define steps for autonomous execution. Triggers on "create sprint", "new sprint", "sprint definition", "define steps".
Guide for creating sprint workflow definitions. This skill should be used when users want to create a new workflow, modify existing workflows, understand workflow schema, or define phase sequences. Triggers on "create workflow", "new workflow", "workflow definition", "define phases".
Manages development sprints with workflow-based compilation and fresh-context execution. Supports hierarchical phases (prepare → development → QA → deploy) with for-each step expansion. This skill should be used when starting sprints, managing workflows, or tracking sprint progress. Triggers on "start sprint", "create sprint", "run sprint", "sprint status", "add step", "compile sprint".
Validates sprint workflow YAML files and displays formatted results. This skill should be used when users request workflow validation, when Claude detects potential workflow issues before sprint execution, or when troubleshooting workflow errors. Triggers on "validate workflow", "check workflow", "workflow validation", "is this workflow valid", or "workflow errors".
Runs pre-commands
Contains inline bash commands via ! syntax
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 marketplace of Claude Code plugins for modular development workflows.
Add this marketplace to Claude Code:
claude marketplace add https://github.com/mission42-ai/m42-claude-plugins
Then install individual plugins:
claude plugin install m42-planning
claude plugin install m42-sprint
claude plugin install m42-task-execution
claude plugin install m42-meta-toolkit
claude plugin install m42-signs
claude plugin install m42-dev
Or install all plugins:
claude plugin install m42-planning m42-sprint m42-task-execution m42-meta-toolkit m42-signs m42-dev
Epic and story planning with GitHub integration, gherkin-based acceptance criteria, and structured issue templates.
Features:
Sprint orchestration with ralph-loop driven task queue processing.
Features:
/start-sprint - Initialize new sprint/add-task - Add tasks to queue (issue, refactor, docs, custom)/run-sprint - Start ralph-loop execution/sprint-status - View progress dashboard/pause-sprint / /resume-sprint - Control execution/import-tasks - Bulk import from GitHubReusable 6-phase task execution workflow.
Features:
Meta-tooling for creating and managing Claude Code artifacts (skills, commands, subagents, hooks) with quality assurance workflows.
Features:
/create-skill - Create new skills with proper structure and frontmatter/create-command - Create new slash commands/create-subagent - Create new subagents with validation/create-hook - Create new hooks/scan-claudemd - Scan CLAUDE.md files for issues/optimize-claudemd - Optimize CLAUDE.md contentLearning extraction and management from session transcripts. Extracts wisdom from session failures and applies them as learnings in CLAUDE.md files.
Features:
/extract - Extract learnings from session transcripts/review - Review extracted learnings before applying/apply - Apply approved learnings to CLAUDE.md files/add - Manually add a learning/list - List current learnings in backlog/status - View learning pipeline statusDevelopment utilities for software engineers - specs, planning, and daily practice support. (Early development)
Features:
creating-specs skill - Guide for writing effective specification filesWorkflow Plugins:
Planning ──────────────> m42-planning
│
▼
Sprint ────────────────> m42-sprint
│
▼
Execution ─────────────> m42-task-execution
Tooling Plugins:
Meta-tooling ──────────> m42-meta-toolkit
Learning Loop ─────────> m42-signs
Dev Utilities ─────────> m42-dev
Each plugin is independent but they compose together for end-to-end automation. Workflow plugins handle the planning-to-execution pipeline. Tooling plugins provide cross-cutting utilities for plugin development, learning management, and engineering practices.
m42-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── plugins/
│ ├── m42-planning/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── skills/
│ │ │ └── epic-story-planning/
│ │ └── templates/
│ ├── m42-sprint/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ └── skills/
│ │ └── orchestrating-sprints/
│ ├── m42-task-execution/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ └── skills/
│ │ └── task-execution/
│ ├── m42-meta-toolkit/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ ├── agents/
│ │ └── skills/
│ ├── m42-signs/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ ├── agents/
│ │ └── skills/
│ └── m42-dev/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ ├── agents/
│ └── skills/
└── README.md
MIT
npx claudepluginhub mission42-ai/m42-claude-plugins --plugin m42-sprintLearning loop for agent evolution - extracts wisdom from session failures and applies them as signs in CLAUDE.md files
Meta-tooling for creating and managing Claude Code artifacts (skills, commands, subagents, hooks) with quality assurance workflows
Sprint planning with story prioritization and capacity estimation
SAGA - Structured Autonomous Goal Achievement: epic/story workflow with autonomous execution
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Harness-native ECC operator layer - 67 agents, 271 skills, 92 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.