Library
Community mini-teams from the catalog/. Install any of them with one command:
mmt import catalog/<user>/<team>/<team>.team.yaml
Bundled skills come with the team. See Sharing for how it works.
Available teams
- mamadoudicko/idea-to-prod — take a raw idea all the way to prod — publish the issue as a first draft early, iterate it in place with a challenger, get explicit user validation, then build, review, qa, audit
mmt run idea-to-prod "add SMS reminders to booking confirmations"
- mamadoudicko/idea-to-spec — formulate a raw idea into a clear, implementable spec (in your tracker of choice — GitHub, Notion, …), challenged until it's right first-try
mmt run idea-to-spec "we keep losing customers after their first booking — figure out what to build"
- mamadoudicko/spec-to-prod — take an agreed spec to prod — plan, build, review loop, qa, audit (no spec challenging; we already know what we want)
mmt run spec-to-prod "ship https://notion.so/Booking-history-PDF-export-1a2b3c4"
This list is auto-generated from the catalog by
scripts/gen-catalog.js— do not hand-edit between the markers.
Contribute your team
- Add
catalog/<your-handle>/<team>/— your<team>.team.yamlplus itsskills/. - Open a PR. Once merged, this page and the README regenerate automatically.
:::warning Trust
Installing a shared team runs its members' prompts with your tools (bash, gh, edit). Review a team's members and skills before running it.
:::