workspace-realign
Installation
SKILL.md
Workspace Realign
Analyze and reorganize documentation in .aiwg/ to ensure it accurately reflects the current project state, plans, and reality. Uses git commit history to understand changes since documentation was last updated.
Parameters
| Flag | Description |
|---|---|
project-directory |
Project root (default: .) |
--archive-stale |
Move stale documents to .aiwg/archive/ instead of deleting |
--delete-stale |
Delete stale documents (requires confirmation) |
--dry-run |
Preview changes without modifying files |
--since <commit> |
Analyze changes since specific commit (default: last doc update) |
--interactive |
Prompt for each decision |