Agent skill
aads-config-pipeline-guardrails
Guard AADS-ULoRA configuration and pipeline contracts by managing schema/key/default changes, pipeline assembly behavior, and artifact compatibility with migration-safe validation. Use when changing src/core, src/pipeline, config JSON files, or configuration-driven integration behavior.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aads-config-pipeline-guardrails
SKILL.md
AADS Config and Pipeline Guardrails
Workflow
- Identify contract scope.
- Classify requested changes as config schema, config loading/default behavior, pipeline assembly, or artifact contract updates.
- Read
references/config-pipeline-checklist.md.
- Preserve compatibility boundaries.
- Keep existing config keys and default semantics unless explicit migration is requested.
- Keep artifact manifest and model registry load paths backward compatible where possible.
- Separate true interface changes from internal implementation changes.
- Implement minimal contract-safe changes.
- Touch only required files under
src/core/*,src/pipeline/*, andconfig/*.json. - Avoid bundling unrelated behavior changes in the same patch.
- Run required validation.
- Run unit schema and validation checks first.
- Run targeted integration checks for configuration and full pipeline behavior when contract surfaces changed.
- Run broader sanity checks only when user-facing flow or integration risk is affected.
- Emit compatibility-focused summary.
- Classify deltas as compatible, soft-incompatible, or incompatible.
- Provide migration steps and rollback direction for any incompatible change.
Output Contract
Return sections in this order:
- Contract surfaces changed
- Interface/config deltas
- Compatibility classification
- Validation commands and results
- Migration and rollback notes
- Residual risks
References
- Read
references/config-pipeline-checklist.mdfor file mappings, validation commands, and compatibility rules.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?