plugins/autonomous-dev/skills/archived/realign-meta-framework/SKILL.md
--- name: realign-meta-framework version: 1.0.0 type: knowledge auto_activate: false keywords: realignment, training pipeline, quality thresholds, capability regression, performance optimization, SFT, DPO, RLVR --- # Realignment Meta-Framework Shared framework for all realignment training workflows. Provides the common pipeline template, quality thresholds, and performance optimization guidance used across all domain-specific realignment workflows. ## 7-Stage Pipeline Template All realignmen
npx skillsauth add akaszubski/autonomous-dev realign-meta-frameworkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Shared framework for all realignment training workflows. Provides the common pipeline template, quality thresholds, and performance optimization guidance used across all domain-specific realignment workflows.
All realignment workflows follow this common pipeline:
| Metric | Minimum | Target | Critical | |--------|---------|--------|----------| | Task accuracy | 85% | 92% | < 80% triggers rollback | | Capability retention | 95% | 98% | < 90% triggers rollback | | Data quality score | 0.8 | 0.9 | < 0.7 blocks training | | Evaluation coverage | 80% | 95% | < 70% blocks deployment |
mlx-performance skill for Apple Silicon optimizationmlx-performance skillrealign-domain-workflows skillpreference-data-quality skilldevelopment
GenAI-first testing with structural assertions, congruence validation, and tier-based test structure. Use when writing tests, setting up test infrastructure, or validating coverage. TRIGGER when: test, pytest, coverage, TDD, test patterns, congruence, validation. DO NOT TRIGGER when: production code implementation, documentation, config-only changes.
development
One topic, one home. Routes content to its canonical store (CLAUDE.md, PROJECT.md, MEMORY.md, docs/, memory/) and audits for duplication. TRIGGER when: auditing CLAUDE.md/PROJECT.md/MEMORY.md sizes, deduplicating docs, applying the content-allocation pattern to a new repo, running /align --content. DO NOT TRIGGER when: implementing features, writing tests, routine code edits, debugging.
testing
Prompt engineering patterns for writing agent prompts and skill files — constraint budgets, register shifting, HARD GATE patterns, anti-personas. Use when writing or reviewing agents/*.md or skills/*/SKILL.md. TRIGGER when: agent prompt, skill file, prompt engineering, model-tier compensation, HARD GATE, prompt quality. DO NOT TRIGGER when: user-facing docs, README, CHANGELOG, config files.
testing
JSON persistence, atomic writes, file locking, crash recovery, and state versioning patterns. Use when implementing stateful libraries or features requiring persistent state. TRIGGER when: state persistence, atomic write, file locking, crash recovery, checkpoint. DO NOT TRIGGER when: stateless utilities, pure functions, config reads, documentation.