بنقرة واحدة
harness-status
Restore state, health check, determine current phase, suggest next step
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Restore state, health check, determine current phase, suggest next step
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Harness 主入口 — 从想法到交付的一站式流程
Explain Harness plugin and available commands
Initialize Harness for your project — learn repo, team norms, generate customized framework
Start a new feature proposal — guided spec + design generation
Execute all tasks with auto-loop until completion — Stop Hook driven
Three-stage verification: V1 unit → V2 integration → V3 E2E + evidence package
| name | harness-status |
| description | Restore state, health check, determine current phase, suggest next step |
Recover context and determine the current development phase.
test -d .harness && echo "HARNESS_EXISTS" || echo "NO_HARNESS"
If no .harness/ directory exists, tell the user to start with /proposal.
test -f .harness/config.yaml && echo "CONFIG_EXISTS" || echo "NO_CONFIG"
If no config exists, suggest running /harness-init first for optimal experience.
ls .harness/specs/ 2>/dev/null.harness/config.yaml (if exists) for project context.harness/tasks.md (if exists).harness/progress.md offset from end.harness/sprint-loop.md (if exists).harness/pitfalls.md (if exists) — lightweight project pitfalls.harness/invariants.md (if exists) for learned constraints.harness/traces/events.jsonl (if exists)git log --oneline -20For each feature, report:
| State | Current Phase | Next Step |
|---|---|---|
| No specs | Phase 1 | /proposal |
| Spec approved, no tests | Phase 2 | /tdd-align FXXX |
| Tests exist, no task decomposition | Pre-Phase 3 | /decompose FXXX |
| Tasks decomposed, pending tasks exist | Phase 3 | /sprint FXXX |
| All tasks done, not verified | Phase 4 | /verify FXXX |
| Feature verified | Complete | Start next feature |
npm ci / pip install / etc.)Based on project state, suggest evolution actions:
| Condition | Suggestion |
|---|---|
| 3+ features completed, evolution log empty | "建议运行 /harness evolve 分析失败模式、发现可封装的重复工作" |
| No config.yaml | "建议运行 /harness init 适配项目规范" |
| Sprint had failures | "建议运行 /harness evolve 分析失败原因" |
| Eval scores trending down | "建议运行 /adversarial-review 深度审查" |
State clearly: