architecture
Use when the user asks to improve architecture, find refactoring opportunities, surface deepening opportunities, consolidate tightly-coupled modules, or make a…
Run the harness audit and report the rubric score for this repository
$ npx -y skills add Kanevry/session-orchestrator --skill harness-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/harness-auditContext preview
The summary Claude sees to decide when to auto-load this skill.
Run the harness audit and report the rubric score for this repository
name: harness-audit description: Run the harness audit and report the rubric score for this repository user-invocable: true model: inherit
`/harness-audit` takes no arguments — `$ARGUMENTS` is always ignored; anything passed is discarded without a warning. Run the audit exactly as described below and report the rubric score.
The user wants to audit this repository against the session-orchestrator harness rubric. There are no arguments.
Run the audit script and surface the results:
node scripts/harness-audit.mjs
The script writes a concise human-readable summary to stderr and emits a JSON record to stdout. Capture both:
1. Print the stderr summary verbatim so the user sees it immediately. 2. Parse the stdout JSON and report:
The full JSON record is also appended automatically to `.orchestrator/metrics/audit.jsonl` by the script — no additional action needed.
If the script exits non-zero, report the error output to the user verbatim. Do not interpret or retry.
Give your agents a working rhythm. You type three commands: /session reads your repository, your open issues and the last session, proposes what to work on, and waits for your correction.
Repo: Kanevry/session-orchestrator
Use when the user asks to improve architecture, find refactoring opportunities, surface deepening opportunities, consolidate tightly-coupled modules, or make a…
Use this skill when running an autonomous session-orchestration loop. Chains session-start → session-plan → wave-executor → session-end for N iterations with…
Use this skill when scaffolding the minimum repository structure required by session-orchestrator. Invoked automatically by the Bootstrap Gate when CLAUDE.md,…
Use when you have a feature idea but the scope or UX is still ambiguous — runs a lightweight Socratic design dialogue (3-5 AUQ rounds) and writes a spec…
Use when detecting drift between CLAUDE.md (or AGENTS.md, the Codex CLI alias) / _meta narrative and live repository state. Ten checks: absolute-path…