| name | awa-align |
| description | Align source with target. Use this when asked to align, check, or verify alignment between artifacts. |
Validate Alignment of Source(x) with Target(y)
Bootstrap
User Input
${input}
Format: <source> [<target>] where:
- Source (x): The artifact being validated. If not specified, use the last completed work.
- Target (y): The artifact to validate against. If not specified, it is implied according to these rules:
- x is plan → ask for clarification
- previous work against a plan → use that plan
- else → walk UP workflow toward architecture
You MUST consider the user input before proceeding (if not empty).
Definitions
x = source artifact (what is being validated) = design(s).
y = target artifact (what x is validated against) = requirement(s).
Inputs
Action
Validate that the specified source:x aligns with the target:y, and if not, report all differences.
Follow awa conventions.
Outputs
STATUS: {PASSED ✅ | FAILED ❌}
Rules
You SHALL validate alignment of source:y with target:y.
You SHALL report all differences.
You SHALL consider traceability.
You SHALL report missing trace IDs.
You MAY use todos and tools as needed.