用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill build命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Code generation quality principles — TDD, typing, error handling, logging, API integration, LLM integration.
Use when creating or editing .claude/agents/*.md, .claude/skills/*/SKILL.md, or .claude/commands/* — apply docs/prompting-standards.md (trigger conditions, model-agnostic bodies, no reasoning-as-text, effort floors).
Autonomous build loop with Karpathy ratcheting, GAN evaluator, and session chaining. Iterates story groups until all features pass or stopping criteria met.
基于 SOC 职业分类
正在显示 SKILL.md
| name | build |
| description | Full SDLC pipeline. Runs all phases end-to-end with human gates on phases 1-3. |
| argument-hint | [path-to-BRD] [--mode full|lean] |
| context | fork |
Full software development lifecycle pipeline. Orchestrates BRD creation, story specification, architecture design, state initialization, and autonomous build execution across sequential phases (Phase 0 through Phase 10).
This skill is an orchestrator index. Load only the section file for the step you are on.
| When | Read |
|---|---|
| Usage | references/section-01-usage.md |
| Step 0 — Resolve the invocation (run this FIRST, before anything else) | references/section-02-step-0-resolve-invocation.md |
| Approval model | references/section-03-approval-model.md |
| Pipeline Phases (0–11) | references/section-04-pipeline-phases.md |
| Mode Reference | references/section-05-mode-reference.md |
| Gotchas | references/section-06-gotchas.md |
references/section-02-step-0-resolve-invocation.md) — resolve flags via build-lane.js.references/lite-lane.md, references/autonomous-lane.md.Headless modes use plan-confidence.js (and --gate), build-lane.js, budget-state.js, build-chain.js, /auto, /gate, /pr-respond. Full procedure is in the section files. Wiring tests scan entry + references/*.md as one corpus.
--auto / --autonomous (never stop after planning)When the invocation includes --auto (or --autonomous after its single plan gate is satisfied, or is headless with no human):
/auto (with --mode if set) so production code and the project test suite exist.specs/ written. A successful --auto leaves a green app (or a machine-gate failure with code attempted) — never “plan only” unless --plan-only was passed.references/autonomous-lane.md and references/section-04-pipeline-phases.md for the tail (Phases 4–11).