mk:bootstrap — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mk:bootstrap (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
End-to-end project orchestrator: research → design → plan → scaffold → implement → docs.
CLI boundary: the installer = project infrastructure. mk:bootstrap = application code + full pipeline. Zero overlap. Never touch .claude/.
Explicit only — never auto-activate.
mk:bootstrap [requirements]
mk:bootstrap [requirements] --full
mk:bootstrap [requirements] --fast
mk:bootstrap [requirements] --parallelDo NOT invoke when: project already has source code, or you only need kit setup (use CLI).
| Mode | Flag | Gates | Research | Design | Plan flag | Cook flag |
|---|---|---|---|---|---|---|
| Auto | (default) | Design only | Parallel researchers | UI/UX if frontend | --auto | --auto |
| Full | --full | Every step | Parallel researchers | UI/UX if frontend | --hard | (interactive) |
| Fast | --fast | None | 6 parallel batch | Skip | --fast | --auto |
| Parallel | --parallel | Design only | Parallel researchers | UI/UX if frontend | --parallel | --parallel |
Parse first flag from arguments:
--full → load references/workflow-full.md--fast → load references/workflow-fast.md--parallel → load references/workflow-parallel.mdreferences/workflow-auto.mdEach workflow file defines the exact steps for that mode. After plan + scaffold, all modes load references/shared-phases.md for implementation → docs → final report.
Plan first, scaffold second. The plan tells us WHAT to scaffold.
references/scaffolding-principles.md. Detect stack via scripts/detect-stack.sh. Validate with scripts/validate-bootstrap.sh.Optional: invoke mk:plan-ceo-review on the plan (Full mode).
Planning is NOT optional. Every bootstrap creates a plan before generating any source files.
--fastFull list: references/gotchas.md
Pre-workflow. Bootstrap IS the full workflow for new projects:
mk:bootstrap → [research → design → plan → scaffold → cook → docs] → doneFor subsequent features on the same project: use mk:plan-creator → mk:cook directly.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.