Home / swingerman / engineer · engineer/skills/onboard/SKILL.md · GitHub

onboard skillB

onboard is agent-read markdown (skill) from swingerman/engineer: Use to bring a project into the DAE methodology, or to check an onboarded project for gaps. Triggers — "/engineer.onboard", "onboard this project", "set up DAE here", "adopt the methodology", or when a DAE skill fails because no manifest exists..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# onboard

Checkpoint 0 — the DAE adoption ceremony. Establishes the charter, manifest, storage layout, and tracker. Project-scope, run once. Every other DAE skill depends on what it produces.

**The goal.** Onboarding a project to DAE succeeds when there is a clear path to **full ATDD coverage of every feature — existing and new.** A new feature is born covered by going through the pipeline. An *existing* feature is covered retroactively.

**Onboarding is discovery and goal-setting — not the ATDD adoption itself.** It discovers what's there (documented *and* undocumented), triages it by importance, assigns each feature a status, and produces a **consolidation backlog**. Bringing any one feature to full ATDD coverage is a *follow-up task per feature* — bounded, automatable, and a good candidate for remote-agent dispatch. Onboarding sets the path; it does not walk it.

A feature is **fully ATDD-covered** when its folder has `feature.md`, `acs.md`, `spec.md` (+ `.build/spec.json` IR), and **generated acceptance tests that pass against the code**.

## When to use

- **No `.engineer/manifest.yml`** → full onboard (Steps 1–11)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add swingerman/engineer/onboard@git:20260710.5dd248a
Exact content
mdr add swingerman/engineer/onboard@sha256:b3553ea2636ace44

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_c3tqnouk2dbl7v3y.svg)](https://markdownregistry.com/a/art_c3tqnouk2dbl7v3y)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260710.5dd248a latest2026-07-10 5dd248a 21,643 BB view · diff
git:20260627.576fd6a2026-06-27 576fd6a 19,995 BB view · diff
git:20260623.736ab712026-06-23 736ab71 17,366 BB view · diff
git:20260621.aec5f952026-06-21 aec5f95 17,152 BB view · diff
git:20260619.d0fa8c92026-06-19 d0fa8c9 16,797 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No script tag (matched: <script)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (21643 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address

Source

GitHub

swingerman/engineer · 150 stars · license MIT · pushed 2026-09-22 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_c3tqnouk2dbl7v3y
GET https://markdownregistry.com/api/v1/resolve?ref=swingerman/engineer/onboard
GET https://markdownregistry.com/api/v1/blob/b3553ea2636ace442785439ecea07445e295508a6d291849efef09298af40440

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from swingerman/engineer

crap-analyzer skill
swingerman/engineer · crap-analyzer/skills/crap-analyzer/SKILL.md · Use to produce a risk-based refactor + test plan for recently-changed code on a diff/branch/PR by computing CRAP…
git:20260525.78c79de · audit A · 150 stars
arch-check skill
swingerman/engineer · engineer/skills/arch-check/SKILL.md · Use to check a feature's code against the charter's architecture rules — dependency layering, cycles, forbidden…
git:20260604.4191d6a · audit A · 150 stars
atdd skill
swingerman/engineer · engineer/skills/atdd/SKILL.md · Use to write a feature's acceptance specs and generate its test pipeline — Checkpoint 3 of the DAE pipeline. The…
git:20260710.5dd248a · audit A · 150 stars
clarify skill
swingerman/engineer · engineer/skills/clarify/SKILL.md · Use when a single DAE artifact has ambiguities to resolve. Triggers — "/engineer.clarify", "clarify this spec"…
git:20260516.48406db · audit A · 150 stars
consistency-check skill
swingerman/engineer · engineer/skills/consistency-check/SKILL.md · Use to validate DAE artifacts for schema correctness and cross-artifact consistency. Triggers —…
git:20260729.715119e · audit A · 150 stars
discover-acs skill
swingerman/engineer · engineer/skills/discover-acs/SKILL.md · Use when a Ready feature needs its acceptance criteria discovered before specs are written. Triggers —…
git:20260823.7f6ca14 · audit A · 150 stars
discuss skill
swingerman/engineer · engineer/skills/discuss/SKILL.md · Use when exploring a feature idea before committing, or revisiting a parked one. Triggers — "/engineer.discuss"…
git:20260922.ccea2d9 · audit A · 150 stars
express skill
swingerman/engineer · engineer/skills/express/SKILL.md · Use to build an XS (express-lane) feature in one pass — intake→implement→verify in a single context, no handoff chain…
git:20260922.ccea2d9 · audit A · 150 stars
feature-edit skill
swingerman/engineer · engineer/skills/feature-edit/SKILL.md · Use when an in-flight feature must change — scope shifts, an AC is refined, the plan evolves, a behavior is added or…
git:20260518.62751f4 · audit A · 150 stars
feature-init skill
swingerman/engineer · engineer/skills/feature-init/SKILL.md · Use when a new feature folder must be created for the DAE pipeline, or when discuss promotes/parks an idea. Triggers —…
git:20260922.ccea2d9 · audit A · 150 stars
fix skill
swingerman/engineer · engineer/skills/fix/SKILL.md · Use to drive a bug fix from first report through close, with a "why didn't we catch it?" loop at the end. Triggers —…
git:20260903.f661a4f · audit A · 150 stars
next skill
swingerman/engineer · engineer/skills/next/SKILL.md · Use at the start of a work session, or any time the question is "what should I pick up now" across the whole project…
git:20260729.715119e · audit A · 150 stars

Every file in swingerman/engineer

Other files named onboard

onboard skill
davepoon/buildwithclaude · plugins/ciagent/skills/onboard/SKILL.md · Set up CIAgent regression testing for the AI agent in this repo — write a runner, record golden baselines, generate a…
git:20260709.8e73ef5 · audit A · 3,530 stars
onboard skill
clacky-ai/openclacky · lib/clacky/default_skills/onboard/SKILL.md · Onboard a new user OR curate a single piece of the assistant's inner state. Without arguments, runs the full first-run…
git:20260821.c5c6327 · audit A · 1,198 stars
onboard skill
tobihagemann/turbo · claude/skills/onboard/SKILL.md · Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup…
git:20260912.bd2181b · audit A · 405 stars
onboard skill
tobihagemann/turbo · codex/skills/onboard/SKILL.md · Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup…
git:20260912.bd2181b · audit A · 405 stars
onboard skill
athola/claude-night-market · plugins/gauntlet/skills/onboard/SKILL.md · Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use…
git:20260713.f98719b · audit A · 338 stars
onboard skill
izittmarvin/nova-agent · .nova/skills/onboard/SKILL.md · 首次启动向导:了解工作区、配置规则与技能,快速上手 Nova Agent
git:20260611.179bca1 · audit A · 169 stars
onboard skill
jongwony/epistemic-protocols · epistemic-cooperative/skills/onboard/SKILL.md · Quick protocol recommendation from recent sessions, or quest-based learning through scenario, trial, and quiz.
git:20260922.6970d39 · audit A · 163 stars
onboard skill
open-octo/octo-agent · internal/skills/defaults/onboard/SKILL.md · Onboard a new user OR curate a single piece of the assistant's inner state. Without arguments, runs the full first-run…
git:20260821.272a74f · audit A · 114 stars

Browse by kind, by grade B, or by owner.