Run the paiOS quality gate suite: cargo fmt, clippy, tests, Taskmaster task validation, and a quick architecture sanity check. Reports what passes, what fails, and what to fix. Use for "check code health", "run quality gates", or after a batch of implementation tasks.
Execute a paiOS Taskmaster m0 task end-to-end: load context from the linked GitHub issue and docs, implement strictly within the declared write-set, run the verify command, and mark the task done. Use whenever the user says "arbeite an Task N" or "implement task N".
Drive the autonomous paiOS M0 loop: repeatedly select the next eligible loop-friendly Taskmaster task, delegate context-load / implement / review to subagents at complexity-matched models, run the quality gate, commit per task, and mark it done. Skips the decision-heavy backlog. Use for "start the loop", "run the autonomous loop", "arbeite die m0-Tasks autonom ab".
Review a paiOS code change (diff, PR, or named files) against the project's architecture standards: hexagonal ports, feature-flag discipline, Rust style, ADR compliance, and test coverage. Returns a prioritised finding list. Use for "review this change", "check this PR", or "review task N output".