milestone-crew
v1.0.0Lead + parallel builders + harsh independent QA, one milestone at a time, stopping for your OK after each.
By Shady KarayanniLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install milestone-crew for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install milestone-crew@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ShadyKarayanni/milestone-crewClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/milestone-crew/SKILL.md
Included Skills1
Full playbook for running a multi-part task as a crew: a lean lead agent orchestrates, parallel builder subagents own disjoint files, an independent harsh QA subagent judges each milestone, fixes go back to the owning builder, and work stops after every milestone for the user's OK. Includes brief templates, a state-file template and presets (web design, 3D/WebGL, backend API). Use when a task spans several files or areas, when the user says "crew mode", "milestone crew", "use builders and QA", or when starting a redesign, a big feature or a multi-step build.
Plugin manifests1
{
"name": "milestone-crew",
"version": "1.0.0",
"description": "Lead + parallel builders + harsh independent QA, one milestone at a time, stopping for your OK after each.",
"author": {
"name": "Shady Karayanni",
"url": "https://github.com/ShadyKarayanni"
},
"homepage": "https://github.com/ShadyKarayanni/milestone-crew",
"repository": "https://github.com/ShadyKarayanni/milestone-crew",
"license": "MIT",
"keywords": [
"subagents",
"orchestration",
"qa",
"milestones",
"workflow"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[milestone-crew on Agent Plugins Marketplace](https://pluginsmp.com/plugins/milestone-crew)