Agent skill
aads-architect
Design architecture and contract changes for AADS-ULoRA with explicit module boundaries, compatibility strategy, and testable acceptance criteria. Use for interface, config-schema, data-flow, and cross-module redesign decisions before implementation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aads-architect
SKILL.md
AADS Architect
Workflow
- Baseline current architecture.
- Inspect current modules and contract surfaces.
- Read
references/architecture-checklist.md.
- Define target architecture.
- Assign module responsibilities.
- Define interfaces, config keys, and data flow boundaries.
- Analyze compatibility and migration.
- Identify backward-incompatible changes.
- Provide migration path and rollback direction.
- Define acceptance criteria.
- Map each criterion to concrete tests/scripts.
- Include failure-mode checks.
- Emit decision-complete design note.
- Provide chosen option, rejected alternatives, and risk posture.
Output Contract
Return sections in this order:
- Current architecture snapshot
- Proposed design
- Interface and contract deltas
- Compatibility and migration plan
- Acceptance criteria and validation map
- Risks and rollback strategy
- Implementation handoff notes
References
- Use
references/architecture-checklist.mdfor boundaries, contracts, and migration planning.
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?