build

Solid

Use when implementing any non-trivial feature, change, or fix — "build me X", "add this feature", "implement this", "make this work", "can you create". Covers new functionality, meaningful changes to existing code, and anything where quality matters. Not for a one-line diff — just do that.

AI & Automation 13 stars 2 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# MasterMind — Build The single "do it the genius way, end to end" workflow. It runs the loop from `~/.mastermind/engineering/core/agent-loop.md`, pulling in the specialist agents and the field pack at each phase. Task: **$ARGUMENTS**. Scale effort to the task (`~/.mastermind/engineering/core/principles.md`): a trivial change skips straight to implement+verify; a foundation gets the full loop. Don't perform ceremony the task doesn't warrant. ## The loop 1. **Understand** — restate the real problem and its scope/lifespan; do the asked task and nothing more (`~/.mastermind/engineering/core/rigor.md` → Stay in scope). Read the relevant existing code and conventions first (delegate wide reading to a subagent to protect context); learn the stack if unfamiliar (`~/.mastermind/engineering/core/agent-loop.md` → Learn the stack first). Match the codebase. 2. **Design** (non-trivial only) — invoke the **`architect`** agent to produce the blueprint: module/component boundaries + interfaces, state model, data flow, key types, edge-case list. For a multi-file or unfamiliar change, write the design/spec down before coding. Skip for a clear one-file fix. 3. **Decide the stack** — apply the active field's `stack-defaults.md`. Choose the simplest thing that fully works; deviate only for a stated reason. Consult `mentors.md` if a call is contested. > **Plan-first gate (opt-in, off by default).** If the project's **`plan-first`** preference is on > (`.mastermind/prefs.m...

Details

Author
mehrad-dm
Repository
mehrad-dm/mastermind
Created
2 weeks ago
Last Updated
3 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category