health
73Command Claude Code
BDC health: check installed BDC runtime, hooks, projections, and degraded host state.
Command Claude Code
BDC health: check installed BDC runtime, hooks, projections, and degraded host state.
Command Claude Code
BDC idea: shape fuzzy intent before planning or coding.
Command Claude Code
BDC pickup: explicitly resume a selected handoff.
Command Claude Code
BDC plan: turn approved intent into an atomic, reviewable execution plan.
Command Claude Code
BDC ship: make a GO/NO-GO release decision from current evidence.
Command Claude Code
BDC verify: independently check completed work before trusting it.
Command Claude Code
BDC watch-pr: monitor PR, CI, review, post-merge, and remediation state.
Cursor rule Cursor
Builders Don't Cry project rules.
Instructions file CodexOpenCode
Instructions for 0xmariowu/builders-dont-cry: Use BDC when work needs plan-driven execution, evidence, handoff, pickup, PR watch, verify, or ship gates.
Instructions file
Instructions for 0xmariowu/builders-dont-cry: Use BDC when work needs plan-driven execution, evidence, handoff, pickup, PR watch, verify, or ship gates.
Agent
Read-only code-review persona for /verify --deep; reviews completed work against the local code-reviewer contract without shadowing plugin code-reviewer agents.
Agent
Read-only security-auditor persona for /verify --deep; reviews practical exploitability and security regressions without shadowing plugin security agents.
Agent
Read-only test-engineer persona for /verify --deep; reviews test strategy, coverage gaps, and RED evidence without shadowing plugin test agents.
Skill Claude CodeCodex
Use when the user explicitly invokes /autoloop to automate an already-approved plan through /execute, /verify, and /ship with bounded retries and handoff on repeated failure.
Skill Claude CodeCodex
Use when builder says 开始做 / 做吧 / 执行 / go / start / 跑起来 / 走起 / execute / execute-plan and an approved .bdc/plans/.md exists; execute plan steps with verify evidence, scope checks, commits, and checkbox progress. Skip if no plan exists, pure Q&A, or a trivial one-off change.
Skill Claude CodeCodex
Session wrap-up — produces a HANDOFF file at ${BDCHOME:-$HOME/.bdc}/handoff/ .md for the next session's AI. Format spec: standards/ai-friendly-artifacts.md § 1.4.2. Pending matters more than Done. Use when builder says handoff / 收尾 / 总结一下 / 交接 / 交代一下 / wrap up / session 结束, or PreCompact hook prompts. Skip pure Q&A…
Skill Claude CodeCodex
Use when builder invokes /health, asks to check BDC health, asks whether the installed BDC harness is stable, or asks for a no-spend local BDC verification.
Skill Claude CodeCodex
Use when the user explicitly invokes /idea or asks to clarify a fuzzy product, workflow, BDC, or engineering idea before planning; produce a short idea brief without entering implementation.
Skill Claude CodeCodex
Load a previous session's HANDOFF brief into context to resume work — distinct from Claude Code's /resume which restores the full conversation; this loads only the lightweight YAML brief emitted by /handoff. Default state at session start is clean (no auto-load). Use when builder invokes /pickup, /pickup , /pickup …
Skill Claude CodeCodex
Persist a structured exec-plan with prior-art check, atomic role-tagged steps, and blocking reviewer sign-off, written to .bdc/plans/ - - .md. Use only when explicitly invoked as /plan or when builder names the skill by name (plan, 走 plan). Do not auto-trigger from planning discussion (做计划, plan 一下) — empirical eval…
Skill Claude CodeCodex
Use when the user explicitly invokes /ship or asks whether finished BDC, code, docs, or release work is ready to ship, publish, merge, or close out.
Skill Claude CodeCodex
Use when a Claude Code session needs to route a task into builder's local BDC skills, standards, active plan flow, /execute execution loop, handoff, or PR/watch utilities, and no more specific skill has already matched.
Skill Claude CodeCodex
Use when a session is about to say DONE, 完成, ready to push, fixed, or ✅ outside an active /execute execution loop, and the same response does not already include fresh verify output with exit code and last 5 lines.
Skill Claude CodeCodex
Use when the user explicitly invokes /verify or asks for an independent review of completed plan work, diff evidence, or a finished BDC change before shipping.